Skip to content

Commit

Permalink
v14.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jul 14, 2020
1 parent 3701f38 commit 90b90d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1",
"version": "14.3.2",
"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.1",
"version": "14.3.2",
"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.1",
"version": "14.3.2",
"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.1",
"@wixc3/engine-scripts": "^14.3.2",
"is-ci": "^2.0.0",
"promise-assist": "^1.3.0",
"sinon": "^9.0.2"
Expand Down

0 comments on commit 90b90d3

Please sign in to comment.