Skip to content

Commit

Permalink
v0.0.159
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Mar 29, 2018
1 parent 48c34f9 commit af929ab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.158"
"version": "0.0.159"
}
4 changes: 2 additions & 2 deletions packages/vx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/axis",
"version": "0.0.158",
"version": "0.0.159",
"description": "vx axis",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@vx/group": "0.0.153",
"@vx/point": "0.0.153",
"@vx/shape": "0.0.158",
"@vx/text": "0.0.153",
"@vx/text": "0.0.159",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
Expand Down
6 changes: 3 additions & 3 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.158",
"version": "0.0.159",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.158",
"@vx/axis": "0.0.158",
"@vx/axis": "0.0.159",
"@vx/boxplot": "0.0.153",
"@vx/brush": "0.0.153",
"@vx/clip-path": "0.0.153",
Expand All @@ -42,7 +42,7 @@
"@vx/scale": "0.0.153",
"@vx/shape": "0.0.158",
"@vx/stats": "0.0.153",
"@vx/text": "0.0.153",
"@vx/text": "0.0.159",
"@vx/tooltip": "0.0.158",
"@vx/voronoi": "0.0.153",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/text",
"version": "0.0.153",
"version": "0.0.159",
"description": "vx text",
"sideEffects": false,
"main": "build/index.js",
Expand Down
6 changes: 3 additions & 3 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.158",
"version": "0.0.159",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@vx/annotation": "0.0.158",
"@vx/axis": "0.0.158",
"@vx/axis": "0.0.159",
"@vx/bounds": "0.0.153",
"@vx/boxplot": "0.0.153",
"@vx/brush": "0.0.153",
Expand All @@ -71,7 +71,7 @@
"@vx/responsive": "0.0.158",
"@vx/scale": "0.0.153",
"@vx/shape": "0.0.158",
"@vx/text": "0.0.153",
"@vx/text": "0.0.159",
"@vx/tooltip": "0.0.158",
"@vx/voronoi": "0.0.153",
"@vx/zoom": "0.0.153"
Expand Down

0 comments on commit af929ab

Please sign in to comment.