Skip to content

Commit

Permalink
v0.0.172
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Aug 16, 2018
1 parent ef0c34d commit abeef75
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.171",
"version": "0.0.172",
"command": {
"publish": {
"allowBranch": "master"
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.171",
"version": "0.0.172",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"@vx/legend": "0.0.170",
"@vx/marker": "0.0.171",
"@vx/mock-data": "0.0.165",
"@vx/network": "0.0.170",
"@vx/network": "0.0.172",
"@vx/pattern": "0.0.165",
"@vx/point": "0.0.165",
"@vx/responsive": "0.0.165",
"@vx/responsive": "0.0.172",
"@vx/scale": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/stats": "0.0.170",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/network",
"version": "0.0.170",
"version": "0.0.172",
"description": "vx network",
"sideEffects": false,
"main": "dist/vx-network.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-responsive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/responsive",
"version": "0.0.165",
"version": "0.0.172",
"description": "vx responsive svg",
"sideEffects": false,
"main": "dist/vx-responsive.umd.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.171",
"version": "0.0.172",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "dist/vx-vx.umd.js",
Expand Down Expand Up @@ -82,10 +82,10 @@
"@vx/legend": "0.0.170",
"@vx/marker": "0.0.171",
"@vx/mock-data": "0.0.165",
"@vx/network": "0.0.170",
"@vx/network": "0.0.172",
"@vx/pattern": "0.0.165",
"@vx/point": "0.0.165",
"@vx/responsive": "0.0.165",
"@vx/responsive": "0.0.172",
"@vx/scale": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/text": "0.0.165",
Expand Down

0 comments on commit abeef75

Please sign in to comment.