Skip to content

Commit

Permalink
v3.12.0 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Jun 10, 2021
1 parent d289adf commit 02d3583
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
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.11.0",
"version": "3.12.0",
"command": {
"publish": {
"allowBranch": "main",
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "3.12.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"deploy": "npm publish"
},
"devDependencies": {
"@morgan-stanley/desktopjs": "^3.11.0",
"@morgan-stanley/desktopjs": "^3.12.0",
"@types/jasmine": "^3.5.11",
"gulp": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "3.12.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"deploy": "npm publish"
},
"devDependencies": {
"@morgan-stanley/desktopjs": "^3.11.0",
"@morgan-stanley/desktopjs": "^3.12.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.11.0",
"version": "3.12.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 02d3583

Please sign in to comment.