Skip to content

Commit

Permalink
0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Nov 17, 2021
1 parent ffba695 commit e062e51
Show file tree
Hide file tree
Showing 22 changed files with 100 additions and 25 deletions.
24 changes: 24 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ sidebar_label: Changelog
---


## v0.32.1 (2021-11-17)

### Fixed

- [feat] check for accidental parent projects (yarn add will ignore current dir due to resolve up hierarchy)
- [fix] bootstrap of scoped plugins, --skipRnvCheck
- Merge pull request #736 from TheDuc/patch-2
- Update index.js
- Update index.js
- Update gradleParser.js
- update gradleParser.js
- 0.32.0
- 0.32.0-rc.1
- [fix] improve dep resolutions during bootstrap

### Added Features

- none

### Breaking Changes

- none


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

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

### Fixed

- [feat] check for accidental parent projects (yarn add will ignore current dir due to resolve up hierarchy)
- [fix] bootstrap of scoped plugins, --skipRnvCheck
- Merge pull request #736 from TheDuc/patch-2
- Update index.js
- Update index.js
- Update gradleParser.js
- update gradleParser.js
- 0.32.0
- 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`
Version: `0.32.1`

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative-wrapper",
"version": "0.32.0",
"version": "0.32.1",
"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": [
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "0.32.1",
"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
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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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
2 changes: 1 addition & 1 deletion 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",
"version": "0.32.1",
"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/renative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renative",
"version": "0.32.0",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"id": "engine-rn"
},
"@rnv/engine-rn-tvos": {
"version": "0.32.0",
"version": "0.32.1",
"id": "engine-rn-tvos"
},
"@rnv/engine-rn-web": {
"version": "0.32.0",
"version": "0.32.1",
"id": "engine-rn-web"
},
"@rnv/engine-rn-next": {
"version": "0.32.0",
"version": "0.32.1",
"id": "engine-rn-next"
},
"@rnv/engine-rn-electron": {
"version": "0.32.0",
"version": "0.32.1",
"id": "engine-rn-electron"
},
"@rnv/engine-lightning": {
"version": "0.32.0",
"version": "0.32.1",
"id": "engine-lightning"
},
"@rnv/engine-rn-macos": {
"version": "0.32.0",
"version": "0.32.1",
"id": "engine-rn-macos"
},
"@rnv/engine-rn-windows": {
"version": "0.32.0",
"version": "0.32.1",
"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",
"version": "0.32.1",
"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",
"version": "0.32.1",
"webpack": {
"modulePaths": [
"node_modules/renative"
Expand Down
3 changes: 3 additions & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,9 @@
"changelog/0.32.0": {
"title": "changelog/0.32.0"
},
"changelog/0.32.1": {
"title": "changelog/0.32.1"
},
"config-app": {
"title": "App Configs",
"sidebar_label": "App Configs"
Expand Down
24 changes: 24 additions & 0 deletions website/versioned_docs/version-0.32/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ original_id: changelog
---


## v0.32.1 (2021-11-17)

### Fixed

- [feat] check for accidental parent projects (yarn add will ignore current dir due to resolve up hierarchy)
- [fix] bootstrap of scoped plugins, --skipRnvCheck
- Merge pull request #736 from TheDuc/patch-2
- Update index.js
- Update index.js
- Update gradleParser.js
- update gradleParser.js
- 0.32.0
- 0.32.0-rc.1
- [fix] improve dep resolutions during bootstrap

### Added Features

- none

### Breaking Changes

- none


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

### Fixed
Expand Down

0 comments on commit e062e51

Please sign in to comment.