Skip to content

Commit

Permalink
Merge pull request #372 from bingenito/master
Browse files Browse the repository at this point in the history
v3.10.0
  • Loading branch information
bingenito authored Oct 30, 2020
2 parents 16a4a5b + 4a9d15a commit 61a0e74
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions examples/electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "electron.js",
"private": true,
"dependencies": {
"@morgan-stanley/desktopjs": "^3.9.0",
"@morgan-stanley/desktopjs-electron": "^3.9.0"
"@morgan-stanley/desktopjs": "^3.10.0",
"@morgan-stanley/desktopjs-electron": "^3.10.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"examples/electron",
"packages/*"
],
"version": "3.9.0",
"version": "3.10.0",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
8 changes: 4 additions & 4 deletions packages/desktopjs-electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/desktopjs-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@morgan-stanley/desktopjs-electron",
"title": "desktopJS-electron",
"description": "desktopJS container implementation for Electron",
"version": "3.9.0",
"version": "3.10.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"deploy": "npm publish"
},
"devDependencies": {
"@morgan-stanley/desktopjs": "^3.9.0",
"@morgan-stanley/desktopjs": "^3.10.0",
"@types/jasmine": "^3.5.11",
"gulp": "^4.0.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/desktopjs-openfin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/desktopjs-openfin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@morgan-stanley/desktopjs-openfin",
"title": "desktopJS-openfin",
"description": "desktopJS container implementation for OpenFin",
"version": "3.9.0",
"version": "3.10.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
"deploy": "npm publish"
},
"devDependencies": {
"@morgan-stanley/desktopjs": "^3.9.0",
"@morgan-stanley/desktopjs": "^3.10.0",
"@types/jasmine": "^3.5.11",
"gulp": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/desktopjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/desktopjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@morgan-stanley/desktopjs",
"title": "desktopJS",
"description": "Library for abstracting common container hosting",
"version": "3.9.0",
"version": "3.10.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 61a0e74

Please sign in to comment.