Skip to content

Commit

Permalink
v0.0.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liamross committed Jul 6, 2018
1 parent 1f004c5 commit 44dda9d
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 @@
"packages": [
"packages/*"
],
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/psiagram-plugin-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"README.md",
"lib/"
],
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand All @@ -23,6 +23,6 @@
"lint": "tslint -p . -t verbose"
},
"dependencies": {
"psiagram": "^0.0.1-beta.1"
"psiagram": "^0.0.1-beta.2"
}
}
4 changes: 2 additions & 2 deletions packages/psiagram-plugin-mouse-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"README.md",
"lib/"
],
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand All @@ -25,6 +25,6 @@
"lint": "tslint -p . -t verbose"
},
"dependencies": {
"psiagram": "^0.0.1-beta.1"
"psiagram": "^0.0.1-beta.2"
}
}
2 changes: 1 addition & 1 deletion packages/psiagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"README.md",
"lib/"
],
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"author": "Liam Ross <liamross.code@gmail.com>",
Expand Down

0 comments on commit 44dda9d

Please sign in to comment.