Skip to content

Commit

Permalink
v14.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Aug 31, 2020
1 parent a952101 commit 913a52c
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.4.0",
"version": "14.4.1",
"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.4.0",
"version": "14.4.1",
"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.4.0",
"version": "14.4.1",
"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.4.0",
"version": "14.4.1",
"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.4.0",
"@wixc3/engine-scripts": "^14.4.1",
"is-ci": "^2.0.0",
"promise-assist": "^1.3.0",
"sinon": "^9.0.3"
Expand Down

0 comments on commit 913a52c

Please sign in to comment.