Skip to content

Commit

Permalink
0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Nov 16, 2021
1 parent a54caa0 commit a27a4cb
Show file tree
Hide file tree
Showing 136 changed files with 87,322 additions and 31 deletions.
16 changes: 16 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1850,6 +1850,22 @@ renative runtime deprecated API:
- none


## v0.32.0 (2021-11-16)

### Fixed

- 0.32.0-rc.1
- [fix] improve dep resolutions during bootstrap

### Added Features

- none

### Breaking Changes

- none


## v0.31.2 (2020-10-19)

### Fixed
Expand Down
16 changes: 16 additions & 0 deletions docs/changelog/0.32.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## v0.32.0 (2021-11-16)

### Fixed

- 0.32.0-rc.1
- [fix] improve dep resolutions during bootstrap

### Added Features

- none

### Breaking Changes

- none


2 changes: 1 addition & 1 deletion docs/plugins/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ rnv plugin add recyclerlistview
## renative


Version: `0.32.0-rc.1`
Version: `0.32.0`

Platforms: `ios`,`android`,`firetv`,`androidtv`,`androidwear`,`web`,`webtv`,`tizen`,`tizenmobile`,`tvos`,`webos`,`macos`,`windows`,`tizenwatch`,`kaios`,`firefoxos`,`firefoxtv`,`chromecast`

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "renative-wrapper",
"version": "0.32.0-rc.1",
"currentRelease": "0.31",
"version": "0.32.0",
"currentRelease": "0.32",
"description": "🚀🚀🚀 Build universal cross-platform apps with React Native. Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `Fire TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `Tizen Mobile`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS`, `Firefox TV` and `Chromecast` platforms",
"keywords": [
"android tv",
Expand Down Expand Up @@ -45,10 +45,12 @@
"license": "MIT",
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"contributors": [
"Mihai Blaga <https://github.com/mihaiblaga89>",
"Donatas Velicka <https://github.com/doneitas>",
"Ricardas Noreika <https://github.com/RicardasN>",
"Aurimas Mickys <https://github.com/aurimas535>",
"Daniel Marino Ruiz <https://github.com/CHaNGeTe>",
"David Rielo <https://github.com/davidrielo>",
"Mihai Blaga <https://github.com/mihaiblaga89>",
"Sander Looijenga <https://github.com/sanderlooijenga>"
],
"repository": {
Expand Down Expand Up @@ -100,7 +102,6 @@
},
"private": true,
"title": "ReNative",
"codename": "Midnight Rambler",
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn test"
Expand Down
3 changes: 1 addition & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative-app",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "🚀🚀🚀 Build universal cross-platform apps with React Native. Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `Tizen Mobile`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS` and `Firefox TV` platforms",
"homepage": "https://github.com/pavjacko/renative#readme",
"bugs": {
Expand Down Expand Up @@ -115,7 +115,6 @@
"access": "protected"
},
"title": "ReNative",
"codename": "Iron Ladybird",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && yarn test"
Expand Down
2 changes: 1 addition & 1 deletion packages/renative-template-blank/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative-template-blank",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "🚧 Blank Template for ReNative (https://www.npmjs.com/package/renative). Supports `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS`, `Firefox TV`",
"keywords": [
"android tv",
Expand Down
2 changes: 1 addition & 1 deletion packages/renative-template-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative-template-hello-world",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "🚧 Hello World Template for ReNative (https://www.npmjs.com/package/renative). Supports `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS`, `Firefox TV`",
"keywords": [
"android tv",
Expand Down
5 changes: 2 additions & 3 deletions packages/renative-template-kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative-template-kitchen-sink",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "🚀🚀🚀 Build universal cross-platform apps with React Native. Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS` and `Firefox TV` platforms",
"keywords": [
"android tv",
Expand Down Expand Up @@ -51,6 +51,5 @@
"publishConfig": {
"access": "public"
},
"title": "Kitchen Sink ReNative Template",
"codename": "Hairy Goblin"
"title": "Kitchen Sink ReNative Template"
}
2 changes: 1 addition & 1 deletion packages/renative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "🚀🚀🚀 Build universal cross-platform apps with React Native. Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS` and `Firefox TV` platforms",
"keywords": [
"android tv",
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-lightning",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "ReNative Engine to build lightning based apps.",
"keywords": [
"lightning"
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-rn-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-rn-electron",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "ReNative Engine to build electron based platforms with react native support.",
"keywords": [
"electron",
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-rn-macos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-rn-macos",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "ReNative Engine to build react-native macOS platform.",
"keywords": [
"react-native-macos"
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-rn-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-rn-next",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "ReNative Engine to build next based platforms with react native support.",
"keywords": [
"nextjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-rn-tvos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-rn-tvos",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "ReNative Engine to build react-native tvos platform.",
"keywords": [
"react-native"
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-rn-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-rn-web",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "ReNative Engine to build web based platforms with react native support.",
"keywords": [
"react-native"
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-rn-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-rn-windows",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "ReNative Engine to build for Windows platform with react native support.",
"keywords": [
"react-native",
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-rn",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "ReNative Engine to build react-native based platforms.",
"keywords": [
"react-native"
Expand Down
16 changes: 8 additions & 8 deletions packages/rnv/coreTemplateFiles/renative.templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
},
"engineTemplates": {
"@rnv/engine-rn": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"id": "engine-rn"
},
"@rnv/engine-rn-tvos": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"id": "engine-rn-tvos"
},
"@rnv/engine-rn-web": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"id": "engine-rn-web"
},
"@rnv/engine-rn-next": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"id": "engine-rn-next"
},
"@rnv/engine-rn-electron": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"id": "engine-rn-electron"
},
"@rnv/engine-lightning": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"id": "engine-lightning"
},
"@rnv/engine-rn-macos": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"id": "engine-rn-macos"
},
"@rnv/engine-rn-windows": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"id": "engine-rn-windows"
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rnv",
"version": "0.32.0-rc.1",
"version": "0.32.0",
"description": "💻 CLI for ReNative (https://www.npmjs.com/package/renative). Supports `iOS`, `tvOS`, `Android`, `Android TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS`, `Firefox TV`",
"keywords": [
"android tv",
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv/pluginTemplates/renative.plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"version": "npm:[email protected]"
},
"renative": {
"version": "0.32.0-rc.1",
"version": "0.32.0",
"webpack": {
"modulePaths": [
"node_modules/renative"
Expand Down
Loading

0 comments on commit a27a4cb

Please sign in to comment.