Skip to content

Commit

Permalink
1.3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius456 committed Sep 20, 2024
1 parent ffed32d commit 5080574
Show file tree
Hide file tree
Showing 35 changed files with 489 additions and 254 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/renative-monorepo",
"version": "1.2.0-rc.1",
"version": "1.3.0-rc.0",
"description": "🚀🚀🚀 Unified Development Platform. Bootstrap, Develop & Deploy `iOS`, `tvOS`, `Android`, `Android TV`, `Fire TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `Tizen Mobile`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `Linux` and `Chromecast` platforms",
"keywords": [
"android tv",
Expand Down Expand Up @@ -85,8 +85,8 @@
"@flexn/eslint-config": "1.0.0",
"@flexn/prettier-config": "1.0.0",
"@flexn/typescript-config": "1.0.0",
"@rnv/build-hooks-git": "1.2.0-rc.1",
"@rnv/core": "1.2.0-rc.1",
"@rnv/build-hooks-git": "1.3.0-rc.0",
"@rnv/core": "1.3.0-rc.0",
"@types/jest": "^29.5.12",
"@types/kill-port": "2.0.0",
"@types/lodash.get": "4.4.7",
Expand Down Expand Up @@ -117,14 +117,14 @@
"typescript": "5.2.2",
"typescript-coverage-report": "0.8.0"
},
"resolutions": {
"@react-native-community/cli-platform-ios": "12.3.6"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"private": true,
"resolutions": {
"@react-native-community/cli-platform-ios": "12.3.6"
},
"title": "ReNative",
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/adapter",
"version": "1.2.0-rc.1",
"version": "1.3.0-rc.0",
"description": "ReNative Adapters for babel, metro, next and other build configs",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
Expand Down
28 changes: 14 additions & 14 deletions packages/app-harness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/app-harness",
"version": "1.2.0-rc.1",
"version": "1.3.0-rc.0",
"description": "ReNative Test Harness App",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
Expand Down Expand Up @@ -34,8 +34,8 @@
"run:androidtv-test": "npx rnv run -p androidtv -s test -c harness --packageManager yarn --ci -r",
"run:ios-test": "npx rnv run -p ios -s test -c harness --packageManager yarn --ci -r",
"run:tvos-test": "npx rnv run -p tvos -s test -c harness --packageManager yarn --ci -r",
"start:web-test": "npx rnv start -p web -s test -c harness --packageManager yarn --ci",
"run:web-test": "npx rnv run -p web -s test -c harness --packageManager yarn --ci",
"start:web-test": "npx rnv start -p web -s test -c harness --packageManager yarn --ci",
"tsc": "tsc --noEmit --composite false",
"watch": "tsc --watch --preserveWatchOutput --noEmit"
},
Expand All @@ -44,7 +44,7 @@
"@lightningjs/sdk": "5.5.1",
"@react-native-community/push-notification-ios": "1.11.0",
"@react-native-firebase/app": "20.0.0",
"@rnv/renative": "1.2.0-rc.1",
"@rnv/renative": "1.3.0-rc.0",
"dotenv": "16.4.5",
"next": "14.2.10",
"raf": "3.4.1",
Expand All @@ -68,17 +68,17 @@
"devDependencies": {
"@flexn/assets-renative-outline": "0.3.5",
"@flexn/graybox": "1.0.0-feat.12",
"@rnv/cli": "1.2.0-rc.1",
"@rnv/config-templates": "1.2.0-rc.1",
"@rnv/core": "1.2.0-rc.1",
"@rnv/engine-lightning": "1.2.0-rc.1",
"@rnv/engine-rn": "1.2.0-rc.1",
"@rnv/engine-rn-electron": "1.2.0-rc.1",
"@rnv/engine-rn-next": "1.2.0-rc.1",
"@rnv/engine-rn-tvos": "1.2.0-rc.1",
"@rnv/engine-rn-web": "1.2.0-rc.1",
"@rnv/integration-starter": "1.2.0-rc.1",
"@rnv/template-starter": "1.2.0-rc.1",
"@rnv/cli": "1.3.0-rc.0",
"@rnv/config-templates": "1.3.0-rc.0",
"@rnv/core": "1.3.0-rc.0",
"@rnv/engine-lightning": "1.3.0-rc.0",
"@rnv/engine-rn": "1.3.0-rc.0",
"@rnv/engine-rn-electron": "1.3.0-rc.0",
"@rnv/engine-rn-next": "1.3.0-rc.0",
"@rnv/engine-rn-tvos": "1.3.0-rc.0",
"@rnv/engine-rn-web": "1.3.0-rc.0",
"@rnv/integration-starter": "1.3.0-rc.0",
"@rnv/template-starter": "1.3.0-rc.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-native": "0.72.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/build-hooks-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/build-hooks-git",
"version": "1.2.0-rc.1",
"version": "1.3.0-rc.0",
"description": "Build Hooks for Git",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"simple-git": "3.24.0"
},
"peerDependencies": {
"@rnv/core": "^1.2.0-rc.1"
"@rnv/core": "^1.3.0-rc.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/build-hooks-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"zod-to-json-schema": "3.23.0"
},
"peerDependencies": {
"@rnv/core": "^1.2.0-rc.1"
"@rnv/core": "^1.3.0-rc.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/cli",
"version": "1.2.0-rc.1",
"version": "1.3.0-rc.0",
"description": "ReNative CLI",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
Expand Down Expand Up @@ -32,8 +32,8 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@rnv/engine-core": "1.2.0-rc.1",
"@rnv/sdk-telemetry": "1.2.0-rc.1",
"@rnv/engine-core": "1.3.0-rc.0",
"@rnv/sdk-telemetry": "1.3.0-rc.0",
"chalk": "4.1.0",
"commander": "12.1.0",
"inquirer": "8.2.0",
Expand All @@ -43,7 +43,7 @@
"@types/inquirer-autocomplete-prompt": "^3.0.3"
},
"peerDependencies": {
"@rnv/core": "^1.2.0-rc.1"
"@rnv/core": "^1.3.0-rc.0"
},
"private": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/config-templates",
"version": "1.2.0-rc.1",
"version": "1.3.0-rc.0",
"description": "ReNative configuration templates for plugins, platforms, engines and project template endpoints",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
Expand Down
Loading

0 comments on commit 5080574

Please sign in to comment.