Skip to content

Commit

Permalink
chore(release): publish 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi committed May 30, 2022
1 parent fa29822 commit 3eba89a
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.14.0",
"packages": [
"packages/*"
],
Expand All @@ -17,4 +17,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@
"dependencies": {
"@types/lodash.throttle": "^4.1.7"
}
}
}
2 changes: 1 addition & 1 deletion packages/build-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/build-hooks",
"version": "0.13.2",
"version": "0.14.0",
"description": "Flexn Build Hooks",
"main": "lib/index",
"types": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/graybox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/graybox",
"version": "0.13.2",
"version": "0.14.0",
"description": "Flexn Graybox Tester",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/harness/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-harness",
"version": "0.13.2",
"version": "0.14.0",
"identifier": "io.flexn.app.harness",
"icon": "./static/icon.png"
}
14 changes: 7 additions & 7 deletions packages/harness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-harness",
"version": "0.13.2",
"version": "0.14.0",
"scripts": {
"bootstrap": "yarn prepare-assets && cd ../.. && yarn bootstrap",
"build": "tsc --noEmit",
Expand All @@ -22,11 +22,11 @@
"web:release": "npx rnv build -p web -c harness -s release && vercel ./platformBuilds/harness_web/project"
},
"dependencies": {
"@flexn/sdk": "0.13.2",
"@flexn/sdk": "0.14.0",
"@flexn/typescript": "0.1.4",
"@lightningjs/cli": "2.7.2",
"@lightningjs/sdk": "4.3.3",
"@lightningjs/core": "^2.6.0",
"@lightningjs/sdk": "4.3.3",
"@lightningjs/ui-components": "^1.2.1",
"@react-native-community/cli": "^6.0.0",
"@react-native-community/cli-platform-ios": "^6.0.0",
Expand Down Expand Up @@ -67,15 +67,16 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@flexn/graybox": "0.13.2",
"@flexn/template": "0.13.2",
"@flexn/graybox": "0.14.0",
"@flexn/template": "0.14.0",
"@rnv/engine-lightning": "0.36.0-canary.13",
"@rnv/engine-rn": "0.36.0-canary.13",
"@rnv/engine-rn-electron": "0.36.0-canary.13",
"@rnv/engine-rn-next": "0.36.0-canary.13",
"@rnv/engine-rn-tvos": "0.36.0-canary.13",
"@rnv/engine-rn-web": "0.36.0-canary.13",
"@rnv/engine-rn-windows": "0.36.0-canary.13",
"@rollup/plugin-typescript": "^8.3.2",
"@types/chromecast-caf-receiver": "^6.0.6",
"@types/jest": "27.0.1",
"@types/node": "14.0.0",
Expand All @@ -86,8 +87,7 @@
"jetifier": "1.6.5",
"react-test-renderer": "^17.0.1",
"rnv": "0.36.0-canary.13",
"xcode": "2.1.0",
"@rollup/plugin-typescript": "^8.3.2"
"xcode": "2.1.0"
},
"optionalDependencies": {
"ios-deploy": "1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/harness/renative.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"isMonorepo": true,
"plugins": {
"@flexn/sdk": {
"version": "0.13.2",
"version": "0.14.0",
"webpack": {
"modulePaths": true,
"moduleAliases": true
Expand Down Expand Up @@ -264,7 +264,7 @@
"currentTemplate": "@flexn/template",
"templates": {
"@flexn/template": {
"version": "0.13.2"
"version": "0.14.0"
}
}
}
12 changes: 6 additions & 6 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/sdk",
"version": "0.13.2",
"version": "0.14.0",
"description": "Flexn SDK",
"main": "lib/index",
"types": "lib/index",
Expand Down Expand Up @@ -36,16 +36,16 @@
},
"homepage": "https://github.com/flexn-io/flexn#readme",
"dependencies": {
"@lightningjs/core": "^2.6.0",
"@lightningjs/sdk": "4.3.3",
"@lightningjs/ui-components": "^1.2.1",
"lodash-es": "4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.0.8",
"ts-object-utils": "0.0.5",
"@lightningjs/ui-components": "^1.2.1",
"@lightningjs/sdk": "4.3.3",
"@lightningjs/core": "^2.6.0"
"ts-object-utils": "0.0.5"
},
"peerDependencies": {
"react": "^17.0.2",
"react-native": "0.67.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/sdk/pluginTemplates/renative.plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
},
"react-native-web": "source:rnv",
"@flexn/sdk": {
"version": "0.13.2",
"version": "0.14.0",
"webpack": {
"modulePaths": true,
"moduleAliases": true
Expand Down
2 changes: 1 addition & 1 deletion packages/template/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexn-template",
"version": "0.13.2",
"version": "0.14.0",
"identifier": "io.flexn.template",
"icon": "./static/icon.png"
}
6 changes: 3 additions & 3 deletions packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexn/template",
"version": "0.13.2",
"version": "0.14.0",
"description": "Flexn Template",
"keywords": [],
"homepage": "https://github.com/flexn-io/flexn#readme",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@lightningjs/ui-components": "^1.2.1"
},
"devDependencies": {
"@flexn/graybox": "0.13.2",
"@flexn/sdk": "0.13.2",
"@flexn/graybox": "0.14.0",
"@flexn/sdk": "0.14.0",
"@flexn/typescript": "0.1.4",
"@react-native-community/cli": "^6.0.0",
"@react-native-community/masked-view": "0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/renative.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"isTemplate": true,
"plugins": {
"@flexn/sdk": {
"version": "0.13.2",
"version": "0.14.0",
"webpack": {
"modulePaths": true,
"moduleAliases": true
Expand Down

0 comments on commit 3eba89a

Please sign in to comment.