Skip to content

Commit

Permalink
1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Dec 19, 2023
1 parent 3e561c3 commit bbe2d61
Show file tree
Hide file tree
Showing 32 changed files with 118 additions and 118 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/renative-monorepo",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"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 @@ -64,6 +64,7 @@
"deploy:feat": "yarn pre-publish && npx lerna publish from-package --dist-tag feat && git push --tags origin HEAD",
"deploy:next": "yarn pre-publish && npx lerna publish from-package --dist-tag next && git push --tags origin HEAD",
"deploy:prod": "yarn pre-publish && npx lerna publish from-package && git push --tags origin HEAD",
"generateSchema": "npx rnv hooks run -x generateSchema",
"link:rnv": "npm r rnv -g && cd packages/rnv && npm link",
"lint": "npx eslint ./packages",
"postinstall": "npx lerna link --force-local && npx jetify",
Expand All @@ -76,16 +77,15 @@
"sanity": "yarn compile && yarn lint && yarn test",
"test": "jest",
"watch": "npx lerna exec yarn watch --parallel",
"watch-alt": "npx lerna run compile & npx lerna watch -- lerna run compile",
"generateSchema": "npx rnv hooks run -x generateSchema"
"watch-alt": "npx lerna run compile & npx lerna watch -- lerna run compile"
},
"devDependencies": {
"@babel/eslint-parser": "7.17.0",
"@flexn/eslint-config": "1.0.0",
"@flexn/prettier-config": "1.0.0",
"@flexn/typescript-config": "1.0.0",
"@rnv/build-hooks-git": "1.0.0-rc.3",
"@rnv/core": "1.0.0-rc.3",
"@rnv/build-hooks-git": "1.0.0-rc.4",
"@rnv/core": "1.0.0-rc.4",
"@types/jest": "~27.0.2",
"@types/kill-port": "2.0.0",
"@types/lodash.get": "4.4.7",
Expand Down Expand Up @@ -113,9 +113,9 @@
"prettier": "2.3.1",
"rimraf": "5.0.5",
"ts-jest": "^27.0.7",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"typescript-coverage-report": "0.8.0",
"ts-node": "^10.9.1"
"typescript-coverage-report": "0.8.0"
},
"engines": {
"node": ">=18.0.0",
Expand Down Expand Up @@ -151,4 +151,4 @@
]
},
"resolutions": {}
}
}
26 changes: 13 additions & 13 deletions packages/app-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"build:android-test": "npx rnv build -p android -s test --packageManager yarn --ci -r",
"build:androidtv-test": "npx rnv build -p androidtv -s test --packageManager yarn --ci -r",
"build:ios-test": "npx rnv build -p ios -s test --packageManager yarn --ci -r",
"build:tvos-test": "npx rnv build -p tvos -s test --packageManager yarn --ci -r",
"build:macos-test": "npx rnv build -p macos -s test --packageManager yarn --ci -r",
"start:web-test": "npx rnv start -p web -s test --packageManager yarn --ci",
"build:tvos-test": "npx rnv build -p tvos -s test --packageManager yarn --ci -r",
"e2e:android": "APPIUM_HOME=./ PLATFORM=android JAVA_HOME=$(/usr/libexec/java_home) wdio wdio.conf.cjs",
"e2e:androidtv": "APPIUM_HOME=./ PLATFORM=androidtv JAVA_HOME=$(/usr/libexec/java_home) wdio wdio.conf.cjs",
"e2e:ios": "APPIUM_HOME=./ PLATFORM=ios wdio wdio.conf.cjs",
"e2e:tvos": "APPIUM_HOME=./ PLATFORM=tvos wdio wdio.conf.cjs",
"e2e:macos": "PLATFORM=macos ENGINE=electron wdio wdio.conf.cjs",
"e2e:tvos": "APPIUM_HOME=./ PLATFORM=tvos wdio wdio.conf.cjs",
"e2e:web": "PLATFORM=web wdio wdio.conf.cjs",
"report": "yarn report:generate && yarn report:open",
"report:generate": "npx allure generate --clean reporting/allure-results -o reporting/allure-report",
"report:open": "npx allure open reporting/allure-report",
"start:web-test": "npx rnv start -p web -s test --packageManager yarn --ci",
"tsc": "tsc --noEmit --composite false",
"watch": "tsc --watch --preserveWatchOutput --noEmit"
},
"dependencies": {
"@lightningjs/sdk": "^5.4.1",
"@rnv/renative": "1.0.0-rc.3",
"@rnv/renative": "1.0.0-rc.4",
"next": "13.5.2",
"raf": "3.4.1",
"react": "18.2.0",
Expand All @@ -50,22 +50,22 @@
"devDependencies": {
"@flexn/assets-renative-outline": "0.3.2",
"@flexn/graybox": "1.0.0-feat.12",
"@rnv/core": "1.0.0-rc.3",
"@rnv/engine-lightning": "1.0.0-rc.3",
"@rnv/engine-rn": "1.0.0-rc.3",
"@rnv/engine-rn-electron": "1.0.0-rc.3",
"@rnv/engine-rn-next": "1.0.0-rc.3",
"@rnv/engine-rn-tvos": "1.0.0-rc.3",
"@rnv/engine-rn-web": "1.0.0-rc.3",
"@rnv/template-starter": "^1.0.0-rc.3",
"@rnv/core": "1.0.0-rc.4",
"@rnv/engine-lightning": "1.0.0-rc.4",
"@rnv/engine-rn": "1.0.0-rc.4",
"@rnv/engine-rn-electron": "1.0.0-rc.4",
"@rnv/engine-rn-next": "1.0.0-rc.4",
"@rnv/engine-rn-tvos": "1.0.0-rc.4",
"@rnv/engine-rn-web": "1.0.0-rc.4",
"@rnv/template-starter": "1.0.0-rc.4",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react-native": "0.72.2",
"babel-jest": "29.2.1",
"babel-loader": "9.1.3",
"detox": "18.20.2",
"jetifier": "2.0.0",
"rnv": "1.0.0-rc.3"
"rnv": "1.0.0-rc.4"
},
"private": true,
"browserslist": {
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.0.0-rc.3",
"version": "1.0.0-rc.4",
"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.16.0"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"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.21.4"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/cli",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative CLI",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
Expand Down Expand Up @@ -37,7 +37,7 @@
"inquirer": "8.2.0"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"private": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/core",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "RNV Core SDK",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
Expand Down
14 changes: 7 additions & 7 deletions packages/engine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-core",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine Core",
"keywords": [],
"homepage": "https://github.com/flexn-io/renative#readme",
Expand Down Expand Up @@ -29,17 +29,17 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@rnv/sdk-android": "1.0.0-rc.3",
"@rnv/sdk-apple": "1.0.0-rc.3",
"@rnv/sdk-kaios": "1.0.0-rc.3",
"@rnv/sdk-tizen": "1.0.0-rc.3",
"@rnv/sdk-webos": "1.0.0-rc.3",
"@rnv/sdk-android": "1.0.0-rc.4",
"@rnv/sdk-apple": "1.0.0-rc.4",
"@rnv/sdk-kaios": "1.0.0-rc.4",
"@rnv/sdk-tizen": "1.0.0-rc.4",
"@rnv/sdk-webos": "1.0.0-rc.4",
"iocane": "4.0.0",
"kill-port": "1.6.1",
"tar": "4.4.19"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"private": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/engine-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-lightning",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine to build lightning based apps.",
"keywords": [
"lightning"
Expand Down Expand Up @@ -34,11 +34,11 @@
"dependencies": {
"@lightningjs/cli": "2.12.0",
"@lightningjs/sdk": "5.4.1",
"@rnv/sdk-tizen": "1.0.0-rc.3",
"@rnv/sdk-webos": "1.0.0-rc.3"
"@rnv/sdk-tizen": "1.0.0-rc.4",
"@rnv/sdk-webos": "1.0.0-rc.4"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"private": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/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": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine to build electron based platforms with react native support.",
"keywords": [
"electron",
Expand Down Expand Up @@ -33,16 +33,16 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@rnv/sdk-react-native": "1.0.0-rc.3",
"@rnv/sdk-react-native": "1.0.0-rc.4",
"@rnv/sdk-utils": "1.0.0-feat-pin-cli.6",
"@rnv/sdk-webpack": "1.0.0-rc.3",
"@rnv/sdk-webpack": "1.0.0-rc.4",
"electron": "26.3.0",
"electron-builder": "24.6.4",
"electron-notarize": "1.2.2",
"metro-react-native-babel-preset": "0.76.8"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"private": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/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": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine to build react-native macOS platform.",
"keywords": [
"react-native-macos"
Expand Down Expand Up @@ -32,12 +32,12 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@rnv/sdk-apple": "1.0.0-rc.3",
"@rnv/sdk-react-native": "1.0.0-rc.3",
"@rnv/sdk-apple": "1.0.0-rc.4",
"@rnv/sdk-react-native": "1.0.0-rc.4",
"metro-react-native-babel-preset": "0.76.8"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"private": false,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/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": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine to build next based platforms with react native support.",
"keywords": [
"nextjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"next-images": "1.8.4"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3",
"@rnv/core": "^1.0.0-rc.4",
"next": "^13",
"react": "^18",
"react-native-web": "~0.18.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/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": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine to build react-native tvos platform.",
"keywords": [
"react-native"
Expand Down Expand Up @@ -32,13 +32,13 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@rnv/sdk-android": "1.0.0-rc.3",
"@rnv/sdk-apple": "1.0.0-rc.3",
"@rnv/sdk-react-native": "1.0.0-rc.3",
"@rnv/sdk-android": "1.0.0-rc.4",
"@rnv/sdk-apple": "1.0.0-rc.4",
"@rnv/sdk-react-native": "1.0.0-rc.4",
"metro-react-native-babel-preset": "0.76.8"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3",
"@rnv/core": "^1.0.0-rc.4",
"metro-cache": "^0.78.1"
},
"private": false,
Expand Down
10 changes: 5 additions & 5 deletions packages/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": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine to build web based platforms with react native support.",
"keywords": [
"react-native"
Expand Down Expand Up @@ -32,14 +32,14 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@rnv/sdk-tizen": "1.0.0-rc.3",
"@rnv/sdk-tizen": "1.0.0-rc.4",
"@rnv/sdk-utils": "1.0.0-feat-pin-cli.6",
"@rnv/sdk-webos": "1.0.0-rc.3",
"@rnv/sdk-webpack": "1.0.0-rc.3",
"@rnv/sdk-webos": "1.0.0-rc.4",
"@rnv/sdk-webpack": "1.0.0-rc.4",
"metro-react-native-babel-preset": "0.76.8"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"private": false,
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/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": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine to build for Windows platform with react native support.",
"keywords": [
"react-native",
Expand Down Expand Up @@ -34,13 +34,13 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@rnv/sdk-react-native": "1.0.0-rc.3",
"@rnv/sdk-react-native": "1.0.0-rc.4",
"@xmldom/xmldom": "0.7.7",
"react-native-windows": "0.72.10"
},
"peerDependencies": {
"@react-native-community/cli": "*",
"@rnv/core": "^1.0.0-rc.3",
"@rnv/core": "^1.0.0-rc.4",
"metro-react-native-babel-preset": "0.76.8",
"react-native": "*"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/engine-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/engine-rn",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "ReNative Engine to build react-native based platforms.",
"keywords": [
"react-native"
Expand Down Expand Up @@ -32,13 +32,13 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@rnv/sdk-android": "1.0.0-rc.3",
"@rnv/sdk-apple": "1.0.0-rc.3",
"@rnv/sdk-react-native": "1.0.0-rc.3",
"@rnv/sdk-android": "1.0.0-rc.4",
"@rnv/sdk-apple": "1.0.0-rc.4",
"@rnv/sdk-react-native": "1.0.0-rc.4",
"metro-react-native-babel-preset": "0.76.8"
},
"peerDependencies": {
"@rnv/core": "^1.0.0-rc.3"
"@rnv/core": "^1.0.0-rc.4"
},
"private": false,
"publishConfig": {
Expand Down
Loading

0 comments on commit bbe2d61

Please sign in to comment.