Skip to content

Commit

Permalink
v3.2.0 (#251)
Browse files Browse the repository at this point in the history
./node_modules/.bin/lerna version 3.2.0 --no-push --no-git-tag-version
  • Loading branch information
bingenito authored Jun 4, 2019
1 parent b28ffa7 commit 096116c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.0",
"version": "3.2.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.1.0",
"version": "3.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"deploy": "npm publish"
},
"devDependencies": {
"@morgan-stanley/desktopjs": "^3.1.0",
"@morgan-stanley/desktopjs": "^3.2.0",
"@types/jasmine": "^2.8.11",
"@types/node": "^10.12.6",
"gulp": "^4.0.0"
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.1.0",
"version": "3.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
"deploy": "npm publish"
},
"devDependencies": {
"@morgan-stanley/desktopjs": "^3.1.0",
"@morgan-stanley/desktopjs": "^3.2.0",
"@types/jasmine": "^2.8.11",
"@types/node": "^10.12.6",
"gulp": "^4.0.0"
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.1.0",
"version": "3.2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 096116c

Please sign in to comment.