Skip to content

Commit

Permalink
v14.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jul 21, 2020
1 parent aface6b commit 099d800
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/electron-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/electron-app",
"version": "14.3.1",
"version": "14.3.3",
"main": "index.js",
"scripts": {
"start": "electron ."
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "14.3.2",
"version": "14.3.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/engine-scripts",
"version": "14.3.2",
"version": "14.3.3",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wixc3/engine-test-kit",
"version": "14.3.2",
"version": "14.3.3",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"typescript": ">=3.0.0"
},
"dependencies": {
"@wixc3/engine-scripts": "^14.3.2",
"@wixc3/engine-scripts": "^14.3.3",
"is-ci": "^2.0.0",
"promise-assist": "^1.3.0",
"sinon": "^9.0.2"
Expand Down

0 comments on commit 099d800

Please sign in to comment.