Skip to content

Commit

Permalink
v3.8.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored May 7, 2020
1 parent 2588729 commit 3a51ef3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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.7.1",
"@morgan-stanley/desktopjs-electron": "^3.7.1"
"@morgan-stanley/desktopjs": "^3.8.0",
"@morgan-stanley/desktopjs-electron": "^3.8.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.7.1",
"version": "3.8.0",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
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.7.1",
"version": "3.8.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"deploy": "npm publish"
},
"devDependencies": {
"@morgan-stanley/desktopjs": "^3.7.1",
"@morgan-stanley/desktopjs": "^3.8.0",
"@types/jasmine": "^2.8.16",
"gulp": "^4.0.2"
}
Expand Down
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.7.1",
"version": "3.8.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
"deploy": "npm publish"
},
"devDependencies": {
"@morgan-stanley/desktopjs": "^3.7.1",
"@morgan-stanley/desktopjs": "^3.8.0",
"@types/jasmine": "^2.8.16",
"gulp": "^4.0.2"
}
Expand Down
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.7.1",
"version": "3.8.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 3a51ef3

Please sign in to comment.