Skip to content

Commit

Permalink
v0.0.154
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 12, 2018
1 parent 2b7935e commit d643c24
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.153"
"version": "0.0.154"
}
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.153",
"version": "0.0.154",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@vx/group": "0.0.153",
"@vx/heatmap": "0.0.153",
"@vx/hierarchy": "0.0.153",
"@vx/legend": "0.0.153",
"@vx/legend": "0.0.154",
"@vx/marker": "0.0.153",
"@vx/mock-data": "0.0.153",
"@vx/network": "0.0.153",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-legend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/legend",
"version": "0.0.153",
"version": "0.0.154",
"description": "vx legend",
"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.153",
"version": "0.0.154",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@vx/group": "0.0.153",
"@vx/heatmap": "0.0.153",
"@vx/hierarchy": "0.0.153",
"@vx/legend": "0.0.153",
"@vx/legend": "0.0.154",
"@vx/marker": "0.0.153",
"@vx/mock-data": "0.0.153",
"@vx/network": "0.0.153",
Expand Down

0 comments on commit d643c24

Please sign in to comment.