Skip to content

Commit

Permalink
0.34.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Dec 17, 2021
1 parent 2e386bf commit 4276159
Show file tree
Hide file tree
Showing 25 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions buildHooks/src/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const gitCommit = async (c) => {
// eslint-disable-next-line prefer-destructuring
version = c.files.project.package.version;
}
const baseDir = path.join(c.paths.project.dir, '../..');
const baseDir = path.join(c.paths.project.dir);
Logger.logHook(`gitCommitAndTagVersion v${version}`);
const git = simpleGit({ baseDir });
Logger.logHook('adding files');
Expand All @@ -26,7 +26,7 @@ export const gitTag = async (c) => {
// eslint-disable-next-line prefer-destructuring
version = c.files.project.package.version;
}
const baseDir = path.join(c.paths.project.dir, '../..');
const baseDir = path.join(c.paths.project.dir);
Logger.logHook(`gitTagAndPush v${version}`);
const git = simpleGit({ baseDir });
await git.addTag(version);
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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"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`, `FirefoxOS`, `Firefox TV`, `Linux` and `Chromecast` platforms",
"keywords": [
"android tv",
Expand Down
26 changes: 13 additions & 13 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@
"react-native-web": "0.17.5",
"react-native-web-image-loader": "0.0.5",
"react-native-windows": "0.63.36",
"renative": "0.34.0-alpha.1"
"renative": "0.34.0-alpha.2"
},
"devDependencies": {
"@rnv/engine-lightning": "0.34.0-alpha.1",
"@rnv/engine-rn": "0.34.0-alpha.1",
"@rnv/engine-rn-electron": "0.34.0-alpha.1",
"@rnv/engine-rn-macos": "0.34.0-alpha.1",
"@rnv/engine-rn-next": "0.34.0-alpha.1",
"@rnv/engine-rn-tvos": "0.34.0-alpha.1",
"@rnv/engine-rn-web": "0.34.0-alpha.1",
"@rnv/engine-rn-windows": "0.34.0-alpha.1",
"@rnv/engine-lightning": "0.34.0-alpha.2",
"@rnv/engine-rn": "0.34.0-alpha.2",
"@rnv/engine-rn-electron": "0.34.0-alpha.2",
"@rnv/engine-rn-macos": "0.34.0-alpha.2",
"@rnv/engine-rn-next": "0.34.0-alpha.2",
"@rnv/engine-rn-tvos": "0.34.0-alpha.2",
"@rnv/engine-rn-web": "0.34.0-alpha.2",
"@rnv/engine-rn-windows": "0.34.0-alpha.2",
"@rnv/integration-docker": "0.1.0-alpha.1",
"@rnv/integration-vercel": "0.2.0-alpha.0",
"babel-jest": "24.9.0",
Expand All @@ -94,10 +94,10 @@
"jest-transform-stub": "2.0.0",
"jetifier": "1.6.5",
"metro": "0.59.0",
"renative-template-blank": "0.34.0-alpha.1",
"renative-template-hello-world": "0.34.0-alpha.1",
"renative-template-kitchen-sink": "0.34.0-alpha.1",
"rnv": "0.34.0-alpha.1",
"renative-template-blank": "0.34.0-alpha.2",
"renative-template-hello-world": "0.34.0-alpha.2",
"renative-template-kitchen-sink": "0.34.0-alpha.2",
"rnv": "0.34.0-alpha.2",
"ttab": "^0.7.2",
"wait-on": "5.0.1",
"xcode": "2.1.0"
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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"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`, `Linux",
"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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "🚀🚀🚀 Unified Development Platform. Bootstrap, Develop & Deploy `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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "🚀🚀🚀 Unified Development Platform. Bootstrap, Develop & Deploy `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `FirefoxOS`, `Linux` and `Firefox TV` platforms",
"keywords": [
"android tv",
Expand Down
4 changes: 2 additions & 2 deletions 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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Engine to build lightning based apps.",
"keywords": [
"lightning"
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/preset-env": "7.8.7"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions 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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Engine to build electron based platforms with react native support.",
"keywords": [
"electron",
Expand All @@ -27,6 +27,7 @@
},
"dependencies": {
"@babel/preset-react": "7.16.0",
"@rnv/sdk-webpack": "0.34.0-alpha.1",
"babel-loader": "8.0.5",
"electron": "11.5.0",
"electron-builder": "22.13.1",
Expand All @@ -38,8 +39,7 @@
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.2.1",
"webpack-merge": "4.1.4",
"write-json-webpack-plugin": "1.1.0",
"@rnv/sdk-webpack": "0.34.0-alpha.1"
"write-json-webpack-plugin": "1.1.0"
},
"devDependencies": {
"@babel/cli": "7.8.3",
Expand All @@ -50,7 +50,7 @@
"@babel/preset-env": "7.8.7"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions 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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Engine to build react-native macOS platform.",
"keywords": [
"react-native-macos"
Expand All @@ -25,7 +25,7 @@
"watch": "nodemon --watch src --exec yarn build:dev"
},
"dependencies": {
"@rnv/sdk-apple": "0.34.0-alpha.1"
"@rnv/sdk-apple": "0.34.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "7.8.3",
Expand All @@ -36,7 +36,7 @@
"@babel/preset-env": "7.8.7"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions 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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Engine to build next based platforms with react native support.",
"keywords": [
"nextjs",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"peerDependencies": {
"next": ">=12.0.7",
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions 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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Engine to build react-native tvos platform.",
"keywords": [
"react-native"
Expand All @@ -25,8 +25,8 @@
"watch": "nodemon --watch src --exec yarn build:dev"
},
"dependencies": {
"@rnv/sdk-android": "0.34.0-alpha.1",
"@rnv/sdk-apple": "0.34.0-alpha.1"
"@rnv/sdk-android": "0.34.0-alpha.2",
"@rnv/sdk-apple": "0.34.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "7.8.3",
Expand All @@ -37,7 +37,7 @@
"@babel/preset-env": "7.8.7"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions 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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Engine to build web based platforms with react native support.",
"keywords": [
"react-native"
Expand All @@ -27,6 +27,7 @@
},
"dependencies": {
"@babel/preset-react": "7.16.0",
"@rnv/sdk-webpack": "0.34.0-alpha.1",
"babel-loader": "8.0.5",
"html-webpack-harddisk-plugin": "1.0.2",
"html-webpack-plugin": "4.5.1",
Expand All @@ -36,8 +37,7 @@
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.2.1",
"webpack-merge": "4.1.4",
"write-json-webpack-plugin": "1.1.0",
"@rnv/sdk-webpack": "0.34.0-alpha.1"
"write-json-webpack-plugin": "1.1.0"
},
"devDependencies": {
"@babel/cli": "7.8.3",
Expand All @@ -48,7 +48,7 @@
"@babel/preset-env": "7.8.7"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions 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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Engine to build for Windows platform with react native support.",
"keywords": [
"react-native",
Expand Down Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"@react-native-community/cli": "5.0.1",
"react-native": "0.63.4",
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions 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.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Engine to build react-native based platforms.",
"keywords": [
"react-native"
Expand All @@ -26,8 +26,8 @@
"watch": "nodemon --watch src --exec yarn build:dev"
},
"dependencies": {
"@rnv/sdk-android": "0.34.0-alpha.1",
"@rnv/sdk-apple": "0.34.0-alpha.1"
"@rnv/sdk-android": "0.34.0-alpha.2",
"@rnv/sdk-apple": "0.34.0-alpha.2"
},
"devDependencies": {
"@babel/cli": "7.8.3",
Expand All @@ -38,7 +38,7 @@
"@babel/preset-env": "7.8.7"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-engine-roku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/preset-env": "7.8.7"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"private": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-integration-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/preset-env": "7.8.7"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-integration-ftp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@babel/preset-env": "7.6.0"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/rnv-integration-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@babel/preset-env": "7.6.0"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/rnv-sdk-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/sdk-android",
"version": "0.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Android SDK",
"keywords": [],
"homepage": "https://github.com/renative-org/sdk-android#readme",
Expand Down Expand Up @@ -44,7 +44,7 @@
"typescript": "^4.5.2"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"husky": {
"hooks": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rnv-sdk-apple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnv/sdk-apple",
"version": "0.34.0-alpha.1",
"version": "0.34.0-alpha.2",
"description": "ReNative Apple SDK",
"keywords": [],
"homepage": "https://github.com/renative-org/sdk-apple#readme",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.5.2"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"husky": {
"hooks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/rnv-sdk-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"watch": "tsc --watch",
"watch:all": "yarn watch & yarn test:watch"
},
"dependencies": {
"better-opn": "1.0.0",
"dependencies": {
"axios": "0.21.2",
"ip": "1.1.5",
"command-exists": "1.2.9"
"better-opn": "1.0.0",
"command-exists": "1.2.9",
"ip": "1.1.5"
},
"devDependencies": {
"@types/jest": "^27.0.2",
Expand All @@ -45,7 +45,7 @@
"typescript": "^4.5.2"
},
"peerDependencies": {
"rnv": "^0.34.0-alpha.1"
"rnv": "^0.34.0-alpha.2"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 4276159

Please sign in to comment.