Skip to content

Commit

Permalink
v0.0.157
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 18, 2018
1 parent bf4a05a commit 902574f
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,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.156"
"version": "0.0.157"
}
4 changes: 2 additions & 2 deletions packages/vx-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/demo",
"version": "0.0.156",
"version": "0.0.157",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"@vx/brush": "0.0.153",
"@vx/clip-path": "0.0.153",
"@vx/curve": "0.0.153",
"@vx/drag": "0.0.156",
"@vx/drag": "0.0.157",
"@vx/event": "0.0.153",
"@vx/geo": "0.0.153",
"@vx/glyph": "0.0.153",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/drag",
"version": "0.0.156",
"version": "0.0.157",
"description": "vx drag",
"sideEffects": false,
"main": "build/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-vx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/vx",
"version": "0.0.156",
"version": "0.0.157",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@vx/brush": "0.0.153",
"@vx/clip-path": "0.0.153",
"@vx/curve": "0.0.153",
"@vx/drag": "0.0.156",
"@vx/drag": "0.0.157",
"@vx/event": "0.0.153",
"@vx/geo": "0.0.153",
"@vx/glyph": "0.0.153",
Expand Down

0 comments on commit 902574f

Please sign in to comment.