Skip to content

Commit

Permalink
1.3.0-feat-rnv-update.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi committed Apr 11, 2024
1 parent fbcf849 commit b5fd479
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0-feat-rnv-update.5",
"version": "1.3.0-feat-rnv-update.6",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/app-harness/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-harness",
"version": "1.3.0-feat-rnv-update.5",
"version": "1.3.0-feat-rnv-update.6",
"identifier": "io.flexn.app.harness",
"icon": "./static/icon.png"
}
6 changes: 3 additions & 3 deletions packages/app-harness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/app-harness",
"version": "1.3.0-feat-rnv-update.5",
"version": "1.3.0-feat-rnv-update.6",
"scripts": {
"bootstrap": "cd ../.. && yarn bootstrap",
"build": "yarn clean && yarn compile",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@babel/preset-react": "7.23.3",
"@flexn/create": "1.3.0-feat-rnv-update.5",
"@flexn/create": "1.3.0-feat-rnv-update.6",
"@flexn/fonts": "1.0.1",
"@flexn/graybox": "1.0.0",
"@flexn/recyclerlistview": "4.2.7",
Expand Down Expand Up @@ -87,7 +87,7 @@
"tslib": "2.5.2"
},
"devDependencies": {
"@flexn/create-template-starter": "1.3.0-feat-rnv-update.5",
"@flexn/create-template-starter": "1.3.0-feat-rnv-update.6",
"@flexn/plugins": "1.0.9",
"@rnv/engine-rn": "1.0.0-rc.16",
"@rnv/engine-rn-electron": "1.0.0-rc.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-harness/renative.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"projectName": "app-harness",
"templates": {
"@flexn/create-template-starter": {
"version": "1.3.0-feat-rnv-update.5"
"version": "1.3.0-feat-rnv-update.6"
}
},
"platforms": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/create",
"version": "1.3.0-feat-rnv-update.5",
"version": "1.3.0-feat-rnv-update.6",
"description": "Flexn Create SDK",
"main": "lib/index",
"types": "lib/index",
Expand Down
6 changes: 3 additions & 3 deletions packages/template-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/create-template-starter",
"version": "1.3.0-feat-rnv-update.5",
"version": "1.3.0-feat-rnv-update.6",
"description": "Flexn Template",
"keywords": [],
"homepage": "https://github.com/flexn-io/create#readme",
Expand All @@ -17,8 +17,8 @@
"README.md",
"appConfigs/app",
"appConfigs/base/assets/runtime",
"appConfigs/base/fonts",
"appConfigs/base/builds",
"appConfigs/base/fonts",
"appConfigs/base/renative.json",
"babel.config.js",
"buildHooks/src",
Expand Down Expand Up @@ -80,7 +80,7 @@
"watch": "tsc --watch --preserveWatchOutput --noEmit"
},
"dependencies": {
"@flexn/create": "1.3.0-feat-rnv-update.5",
"@flexn/create": "1.3.0-feat-rnv-update.6",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/bottom-tabs": "6.5.19",
"@react-navigation/core": "6.4.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-starter/renative.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"plugins": {
"@flexn/create": {
"source": "flexn",
"version": "1.3.0-feat-rnv-update.5",
"version": "1.3.0-feat-rnv-update.6",
"androidtv": {
"templateAndroid": {
"MainActivity_kt": {
Expand Down

0 comments on commit b5fd479

Please sign in to comment.