Skip to content

Commit

Permalink
v0.0.163
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed May 15, 2018
1 parent 6b6da7a commit ae03ccb
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.162"
"version": "0.0.163"
}
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.162",
"version": "0.0.163",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@vx/stats": "0.0.161",
"@vx/text": "0.0.161",
"@vx/threshold": "0.0.162",
"@vx/tooltip": "0.0.161",
"@vx/tooltip": "0.0.163",
"@vx/voronoi": "0.0.161",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/tooltip",
"version": "0.0.161",
"version": "0.0.163",
"description": "vx tooltip",
"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.162",
"version": "0.0.163",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@vx/scale": "0.0.161",
"@vx/shape": "0.0.162",
"@vx/text": "0.0.161",
"@vx/tooltip": "0.0.161",
"@vx/tooltip": "0.0.163",
"@vx/voronoi": "0.0.161",
"@vx/zoom": "0.0.161"
},
Expand Down

0 comments on commit ae03ccb

Please sign in to comment.