Skip to content

Commit

Permalink
v3.13.1
Browse files Browse the repository at this point in the history
npx lerna version 3.13.1 --no-push --no-git-tag-version
  • Loading branch information
bingenito authored and kruplm committed Dec 15, 2022
1 parent c5d0bf9 commit f867bc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.13.0",
"version": "3.13.1",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion 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.13.0",
"version": "3.13.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.13.0",
"version": "3.13.1",
"publishConfig": {
"access": "public"
},
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.13.0",
"version": "3.13.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit f867bc4

Please sign in to comment.