Skip to content

Commit

Permalink
chore(release): publish 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi committed Jul 20, 2023
1 parent 34b60a6 commit a38a09c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/app-harness/metadata.json
@@ -1,6 +1,6 @@
{
"name": "app-harness",
"version": "1.0.0",
"version": "1.0.1",
"identifier": "io.flexn.app.harness",
"icon": "./static/icon.png"
}
6 changes: 3 additions & 3 deletions packages/app-harness/package.json
@@ -1,6 +1,6 @@
{
"name": "@flexn/app-harness",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"bootstrap": "cd ../.. && yarn bootstrap",
"build": "yarn clean && yarn compile",
Expand Down Expand Up @@ -40,7 +40,7 @@
"web:release": "npx rnv build -p web -c harness -s release && vercel ./platformBuilds/harness_web/project"
},
"dependencies": {
"@flexn/create": "1.0.0",
"@flexn/create": "1.0.1",
"@flexn/fonts": "1.0.1",
"@flexn/graybox": "0.21.1",
"@flexn/recyclerlistview": "4.2.7",
Expand Down Expand Up @@ -85,7 +85,7 @@
"tslib": "2.5.2"
},
"devDependencies": {
"@flexn/create-template-starter": "1.0.0",
"@flexn/create-template-starter": "1.0.1",
"@flexn/plugins": "1.0.9",
"@lightningjs/cli": "2.11.0",
"@react-native-community/cli": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-harness/renative.json
Expand Up @@ -23,7 +23,7 @@
"projectName": "app-harness",
"templates": {
"@flexn/create-template-starter": {
"version": "1.0.0"
"version": "1.0.1"
}
},
"platforms": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@flexn/create",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flexn Create SDK",
"main": "lib/index",
"types": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-starter/metadata.json
@@ -1,6 +1,6 @@
{
"name": "flexn-template",
"version": "1.0.0",
"version": "1.0.1",
"identifier": "io.flexn.template",
"icon": "./static/icon.png"
}
4 changes: 2 additions & 2 deletions packages/template-starter/package.json
@@ -1,6 +1,6 @@
{
"name": "@flexn/create-template-starter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flexn Template",
"keywords": [],
"homepage": "https://github.com/flexn-io/create#readme",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@flexn/assets-create-outline": "0.3.3",
"@flexn/create": "1.0.0",
"@flexn/create": "1.0.1",
"@flexn/fonts": "1.0.1",
"@flexn/graybox": "0.21.1",
"@flexn/plugins": "1.0.9",
Expand Down
14 changes: 10 additions & 4 deletions packages/template-starter/renative.json
Expand Up @@ -46,7 +46,7 @@
"plugins": {
"@flexn/create": {
"source": "flexn",
"version": "1.0.0"
"version": "1.0.1"
},
"@rnv/renative": {
"source": "flexn",
Expand Down Expand Up @@ -212,13 +212,17 @@
"web": {
"engine": "engine-rn-next",
"webpackConfig": {
"nextTranspileModules": ["lodash-es"]
"nextTranspileModules": [
"lodash-es"
]
}
},
"chromecast": {
"engine": "engine-rn-next",
"webpackConfig": {
"nextTranspileModules": ["lodash-es"]
"nextTranspileModules": [
"lodash-es"
]
}
},
"tizen": {
Expand All @@ -235,7 +239,9 @@
},
"macos": {
"engine": "engine-rn-electron",
"excludedPlugins": ["react-native-linear-gradient"]
"excludedPlugins": [
"react-native-linear-gradient"
]
},
"windows": {
"engine": "engine-rn-electron"
Expand Down

0 comments on commit a38a09c

Please sign in to comment.