Skip to content

Commit

Permalink
v14.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Aug 10, 2020
1 parent 9feeaba commit cb99969
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3",
"version": "14.3.4",
"main": "index.js",
"scripts": {
"start": "electron ."
Expand Down
2 changes: 1 addition & 1 deletion examples/file-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/file-server",
"version": "14.3.1",
"version": "14.3.4",
"scripts": {
"start": "engine start",
"test": "yarn test:ix && yarn test:unit",
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.3",
"version": "14.3.4",
"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.3",
"version": "14.3.4",
"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.3",
"version": "14.3.4",
"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.3",
"@wixc3/engine-scripts": "^14.3.4",
"is-ci": "^2.0.0",
"promise-assist": "^1.3.0",
"sinon": "^9.0.2"
Expand Down

0 comments on commit cb99969

Please sign in to comment.