Skip to content

Commit

Permalink
chore(release): publish 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Jul 17, 2023
1 parent 0d221fe commit a3ae301
Show file tree
Hide file tree
Showing 9 changed files with 17 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": "0.21.3-rc.5",
"version": "0.21.3",
"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.3-rc.5",
"version": "0.21.3",
"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": "0.21.3-rc.5",
"version": "0.21.3",
"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": "0.21.3-rc.5",
"@flexn/create": "0.21.3",
"@flexn/fonts": "1.0.0",
"@flexn/graybox": "0.21.1",
"@flexn/recyclerlistview": "4.2.6",
Expand Down Expand Up @@ -85,7 +85,7 @@
"tslib": "2.5.2"
},
"devDependencies": {
"@flexn/create-template-starter": "0.21.3-rc.5",
"@flexn/create-template-starter": "0.21.3",
"@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.3-rc.5"
"version": "0.21.3"
}
},
"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.3-rc.5",
"version": "0.21.3",
"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.3-rc.5",
"version": "0.21.3",
"identifier": "io.flexn.template",
"icon": "./static/icon.png"
}
5 changes: 3 additions & 2 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.3-rc.5",
"version": "0.21.3",
"description": "Flexn Template",
"keywords": [],
"homepage": "https://github.com/flexn-io/create#readme",
Expand Down Expand Up @@ -64,12 +64,13 @@
},
"devDependencies": {
"@flexn/assets-create-outline": "0.2.0",
"@flexn/create": "0.21.3-rc.5",
"@flexn/create": "0.21.3",
"@flexn/fonts": "1.0.0",
"@flexn/graybox": "0.21.1",
"@flexn/plugins": "1.0.8",
"@flexn/recyclerlistview": "4.2.6",
"@flexn/shopify-flash-list": "1.4.8",
"@flexn/typescript": "0.1.6",
"@lightningjs/cli": "2.11.0",
"@react-native-community/cli": "^6.0.0",
"@react-native-community/cli-platform-ios": "^6.0.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 @@ -46,7 +46,7 @@
"plugins": {
"@flexn/create": {
"source": "flexn",
"version": "0.21.3-rc.5"
"version": "0.21.3"
},
"@rnv/renative": {
"source": "flexn",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1946,6 +1946,11 @@
"@flexn/recyclerlistview" "4.2.6"
tslib "2.4.0"

"@flexn/typescript@0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@flexn/typescript/-/typescript-0.1.6.tgz#8a24c17793c8b166bd5ec8b2be57fa1124070372"
integrity sha512-Lphinxhcbr68lN+OpitzgMBtY3YLELfPuI6XnsI+qeLWqeUZEwr5luRZ+0FlCo93YwpN9rMubTE05aDuWE3fZw==

"@flexn/typescript@0.3.0":
version "0.3.0"
resolved "https://registry.npmjs.org/@flexn/typescript/-/typescript-0.3.0.tgz#733c02bdd9d799145737b5d0c7c6a73fba873ec7"
Expand Down

0 comments on commit a3ae301

Please sign in to comment.