diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index 863349c..f0c87aa 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -2170,7 +2170,7 @@ npx rnv plugin add react-native-onfido-sdk ## react-native-orientation-locker -Version: `1.5.0` +Version: `1.6.0` Platforms: `android`,`ios` diff --git a/docs/templates/overview.md b/docs/templates/overview.md index 4afff41..ded8057 100644 --- a/docs/templates/overview.md +++ b/docs/templates/overview.md @@ -7,7 +7,7 @@ sidebar_label: Templates ## @rnv/template-starter -Version: `1.5.0` +Version: `1.6.0` diff --git a/docusaurus.config.js b/docusaurus.config.js index bbd5917..1f852a6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -160,8 +160,8 @@ const config = { }, { position: 'left', - label: 'v1.5', - href: 'https://github.com/flexn-io/renative/releases/tag/1.5.0', + label: 'v1.6', + href: 'https://github.com/flexn-io/renative/releases/tag/1.6.0', }, { type: 'doc', diff --git a/package.json b/package.json index 8090783..9483b61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "renative-docs", - "version": "1.5.0", + "version": "1.6.0", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -43,19 +43,19 @@ "@docusaurus/tsconfig": "^3.1.1", "@docusaurus/types": "^3.1.1", "@flexn/prettier-config": "^1.0.0", - "@rnv/core": "1.5.0", - "@rnv/engine-lightning": "1.5.0", - "@rnv/engine-rn": "1.5.0", - "@rnv/engine-rn-electron": "1.5.0", - "@rnv/engine-rn-macos": "1.5.0", - "@rnv/engine-rn-next": "1.5.0", - "@rnv/engine-rn-tvos": "1.5.0", - "@rnv/engine-rn-web": "1.5.0", - "@rnv/engine-rn-windows": "1.5.0", - "@rnv/renative": "1.5.0", + "@rnv/core": "1.6.0", + "@rnv/engine-lightning": "1.6.0", + "@rnv/engine-rn": "1.6.0", + "@rnv/engine-rn-electron": "1.6.0", + "@rnv/engine-rn-macos": "1.6.0", + "@rnv/engine-rn-next": "1.6.0", + "@rnv/engine-rn-tvos": "1.6.0", + "@rnv/engine-rn-web": "1.6.0", + "@rnv/engine-rn-windows": "1.6.0", + "@rnv/renative": "1.6.0", "@types/mocha": "^10.0.6", "docusaurus-plugin-typedoc": "^0.22.0", - "rnv": "1.5.0", + "rnv": "1.6.0", "typedoc": "^0.25.8", "typedoc-plugin-markdown": "^3.17.1", "typedoc-plugin-zod": "1.1.2", diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index dd5e3a8..4db10ea 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -137,7 +137,7 @@ const FeatureList = [ ? What's your project Name? (folder will be created) hello-renative ? What workspace to use? rnv ? What template to use? @rnv/template-starter -? What @rnv/template-starter version to use? 1.5.0 (@latest) +? What @rnv/template-starter version to use? 1.6.0 (@latest) ? How to create config renative.json? Extend template (cleaner, overridable) ? What's your project Title? My Renative App ? What's your App ID? com.mycompany.hellorenative diff --git a/src/pages/index.js b/src/pages/index.js index a6b3d2a..e4f1b86 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -13,8 +13,8 @@ function HomepageHeader() {

Currently{' '} - - v1.5 + + v1.6