Skip to content

Commit

Permalink
chore(release): publish 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi committed Aug 29, 2023
1 parent e2017a1 commit e48c5cc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.1.0-alpha.6",
"version": "1.1.0",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/app-harness/metadata.json
@@ -1,6 +1,6 @@
{
"name": "app-harness",
"version": "1.1.0-alpha.6",
"version": "1.1.0",
"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.1.0-alpha.6",
"version": "1.1.0",
"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.1.0-alpha.6",
"@flexn/create": "1.1.0",
"@flexn/fonts": "1.0.1",
"@flexn/graybox": "1.0.0",
"@flexn/recyclerlistview": "4.2.7",
Expand Down Expand Up @@ -85,7 +85,7 @@
"tslib": "2.5.2"
},
"devDependencies": {
"@flexn/create-template-starter": "1.1.0-alpha.6",
"@flexn/create-template-starter": "1.1.0",
"@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.1.0-alpha.6"
"version": "1.1.0"
}
},
"platforms": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@flexn/create",
"version": "1.1.0-alpha.6",
"version": "1.1.0",
"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.1.0-alpha.6",
"version": "1.1.0",
"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.1.0-alpha.6",
"version": "1.1.0",
"description": "Flexn Template",
"keywords": [],
"homepage": "https://github.com/flexn-io/create#readme",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@flexn/assets-create-outline": "0.3.3",
"@flexn/create": "1.1.0-alpha.6",
"@flexn/create": "1.1.0",
"@flexn/fonts": "1.0.1",
"@flexn/graybox": "1.0.0",
"@flexn/plugins": "1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-starter/renative.json
Expand Up @@ -47,7 +47,7 @@
"plugins": {
"@flexn/create": {
"source": "flexn",
"version": "1.1.0-alpha.6"
"version": "1.1.0"
},
"@rnv/renative": {
"source": "flexn",
Expand Down

0 comments on commit e48c5cc

Please sign in to comment.