Skip to content

Commit

Permalink
chore(release): publish 1.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Aug 17, 2023
1 parent c8cda55 commit a8d65bd
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"packages": [
"packages/*"
],
Expand All @@ -17,4 +17,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions packages/app-harness/metadata.json
@@ -1,6 +1,6 @@
{
"name": "app-harness",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"identifier": "io.flexn.app.harness",
"icon": "./static/icon.png"
}
}
8 changes: 4 additions & 4 deletions packages/app-harness/package.json
@@ -1,6 +1,6 @@
{
"name": "@flexn/app-harness",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.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.1.0-alpha.0",
"@flexn/create": "1.1.0-alpha.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.1.0-alpha.0",
"@flexn/create-template-starter": "1.1.0-alpha.1",
"@flexn/plugins": "1.0.9",
"@lightningjs/cli": "2.11.0",
"@react-native-community/cli": "^6.0.0",
Expand All @@ -107,4 +107,4 @@
"browserslist": [
"> 1%"
]
}
}
4 changes: 2 additions & 2 deletions packages/app-harness/renative.json
Expand Up @@ -23,7 +23,7 @@
"projectName": "app-harness",
"templates": {
"@flexn/create-template-starter": {
"version": "1.1.0-alpha.0"
"version": "1.1.0-alpha.1"
}
},
"platforms": {
Expand All @@ -38,4 +38,4 @@
}
},
"workspaceID": "flexn"
}
}
4 changes: 2 additions & 2 deletions packages/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@flexn/create",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "Flexn Create SDK",
"main": "lib/index",
"types": "lib/index",
Expand Down Expand Up @@ -52,4 +52,4 @@
"react": "*",
"react-native": ">= 0.67.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/template-starter/metadata.json
@@ -1,6 +1,6 @@
{
"name": "flexn-template",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"identifier": "io.flexn.template",
"icon": "./static/icon.png"
}
}
6 changes: 3 additions & 3 deletions packages/template-starter/package.json
@@ -1,6 +1,6 @@
{
"name": "@flexn/create-template-starter",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "Flexn Template",
"keywords": [],
"homepage": "https://github.com/flexn-io/create#readme",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@flexn/assets-create-outline": "0.3.3",
"@flexn/create": "1.1.0-alpha.0",
"@flexn/create": "1.1.0-alpha.1",
"@flexn/fonts": "1.0.1",
"@flexn/graybox": "0.21.1",
"@flexn/plugins": "1.0.9",
Expand Down Expand Up @@ -109,4 +109,4 @@
"browserslist": [
"> 2%"
]
}
}
4 changes: 2 additions & 2 deletions packages/template-starter/renative.json
Expand Up @@ -46,7 +46,7 @@
"plugins": {
"@flexn/create": {
"source": "flexn",
"version": "1.1.0-alpha.0"
"version": "1.1.0-alpha.1"
},
"@rnv/renative": {
"source": "flexn",
Expand Down Expand Up @@ -269,4 +269,4 @@
"source": "PROJECT_HOME/secrets/privateConfigs.enc"
}
}
}
}

0 comments on commit a8d65bd

Please sign in to comment.