Skip to content

Commit

Permalink
v0.0.169
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jun 26, 2018
1 parent 1d3db0a commit 3ddaeae
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.168",
"version": "0.0.169",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
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.168",
"version": "0.0.169",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@vx/geo": "0.0.166",
"@vx/glyph": "0.0.165",
"@vx/gradient": "0.0.165",
"@vx/grid": "0.0.168",
"@vx/grid": "0.0.169",
"@vx/group": "0.0.165",
"@vx/heatmap": "0.0.166",
"@vx/hierarchy": "0.0.165",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/grid",
"version": "0.0.168",
"version": "0.0.169",
"description": "vx grid",
"sideEffects": false,
"main": "dist/vx-grid.umd.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.168",
"version": "0.0.169",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "dist/vx-vx.umd.js",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@vx/geo": "0.0.166",
"@vx/glyph": "0.0.165",
"@vx/gradient": "0.0.165",
"@vx/grid": "0.0.168",
"@vx/grid": "0.0.169",
"@vx/group": "0.0.165",
"@vx/heatmap": "0.0.166",
"@vx/hierarchy": "0.0.165",
Expand Down

0 comments on commit 3ddaeae

Please sign in to comment.