Skip to content

Commit

Permalink
chore(release): publish 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Jun 27, 2023
1 parent 20c16c2 commit 34ef59e
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.21.2-alpha.39",
"version": "0.21.2",
"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": "0.21.2-alpha.39",
"version": "0.21.2",
"identifier": "io.flexn.app.harness",
"icon": "./static/icon.png"
}
8 changes: 4 additions & 4 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": "0.21.2-alpha.39",
"version": "0.21.2",
"scripts": {
"bootstrap": "cd ../.. && yarn bootstrap",
"build": "yarn clean && yarn compile",
Expand Down Expand Up @@ -40,10 +40,10 @@
"web:release": "npx rnv build -p web -c harness -s release && vercel ./platformBuilds/harness_web/project"
},
"dependencies": {
"@flexn/create": "0.21.2-alpha.39",
"@flexn/create": "0.21.2",
"@flexn/fonts": "1.0.0",
"@flexn/recyclerlistview": "4.2.6",
"@flexn/shopify-flash-list": "1.4.8",
"@flexn/fonts": "1.0.0",
"@lightningjs/core": "2.8.0",
"@lightningjs/sdk": "5.2.0",
"@react-native-community/masked-view": "0.1.11",
Expand Down Expand Up @@ -83,7 +83,7 @@
"react-native-windows": "0.67.3"
},
"devDependencies": {
"@flexn/create-template-starter": "0.21.2-alpha.39",
"@flexn/create-template-starter": "0.21.2",
"@flexn/plugins": "1.0.8",
"@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
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": "0.21.2-alpha.39"
"version": "0.21.2"
}
},
"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": "0.21.2-alpha.39",
"version": "0.21.2",
"description": "Flexn Create SDK",
"main": "lib/index",
"types": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-starter/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexn-template",
"version": "0.21.2-alpha.39",
"version": "0.21.2",
"identifier": "io.flexn.template",
"icon": "./static/icon.png"
}
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": "0.21.2-alpha.39",
"version": "0.21.2",
"description": "Flexn Template",
"keywords": [],
"homepage": "https://github.com/flexn-io/create#readme",
Expand Down Expand Up @@ -63,10 +63,10 @@
"@lightningjs/sdk": "5.2.0"
},
"devDependencies": {
"@flexn/create": "0.21.2-alpha.39",
"@flexn/create": "0.21.2",
"@flexn/fonts": "1.0.0",
"@flexn/graybox": "0.21.2-feat.3",
"@flexn/plugins": "1.0.8",
"@flexn/fonts": "1.0.0",
"@flexn/recyclerlistview": "4.2.6",
"@flexn/shopify-flash-list": "1.4.8",
"@lightningjs/cli": "2.11.0",
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 @@ -48,7 +48,7 @@
"plugins": {
"@flexn/create": {
"source": "flexn",
"version": "0.21.2-alpha.39"
"version": "0.21.2"
},
"@rnv/renative": {
"source": "flexn",
Expand Down

0 comments on commit 34ef59e

Please sign in to comment.