Skip to content

Commit

Permalink
v0.0.173
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Aug 25, 2018
1 parent 81c2782 commit a6028e0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.172",
"version": "0.0.173",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
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.171",
"version": "0.0.173",
"description": "vx axis",
"sideEffects": false,
"main": "dist/vx-axis.umd.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@vx/group": "0.0.170",
"@vx/point": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/text": "0.0.165",
"@vx/text": "0.0.173",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
Expand Down
8 changes: 4 additions & 4 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.172",
"version": "0.0.173",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.171",
"@vx/axis": "0.0.171",
"@vx/axis": "0.0.173",
"@vx/boxplot": "0.0.170",
"@vx/brush": "0.0.165",
"@vx/chord": "0.0.166",
Expand All @@ -31,7 +31,7 @@
"@vx/gradient": "0.0.165",
"@vx/grid": "0.0.171",
"@vx/group": "0.0.170",
"@vx/heatmap": "0.0.170",
"@vx/heatmap": "0.0.173",
"@vx/hierarchy": "0.0.170",
"@vx/legend": "0.0.170",
"@vx/marker": "0.0.171",
Expand All @@ -43,7 +43,7 @@
"@vx/scale": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/stats": "0.0.170",
"@vx/text": "0.0.165",
"@vx/text": "0.0.173",
"@vx/threshold": "0.0.171",
"@vx/tooltip": "0.0.165",
"@vx/voronoi": "0.0.170",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/heatmap",
"version": "0.0.170",
"version": "0.0.173",
"description": "vx heatmap",
"sideEffects": false,
"main": "dist/vx-heatmap.umd.js",
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.165",
"version": "0.0.173",
"description": "vx text",
"sideEffects": false,
"main": "dist/vx-text.umd.js",
Expand Down
8 changes: 4 additions & 4 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.172",
"version": "0.0.173",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "dist/vx-vx.umd.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@vx/annotation": "0.0.171",
"@vx/axis": "0.0.171",
"@vx/axis": "0.0.173",
"@vx/bounds": "0.0.165",
"@vx/boxplot": "0.0.170",
"@vx/brush": "0.0.165",
Expand All @@ -77,7 +77,7 @@
"@vx/gradient": "0.0.165",
"@vx/grid": "0.0.171",
"@vx/group": "0.0.170",
"@vx/heatmap": "0.0.170",
"@vx/heatmap": "0.0.173",
"@vx/hierarchy": "0.0.170",
"@vx/legend": "0.0.170",
"@vx/marker": "0.0.171",
Expand All @@ -88,7 +88,7 @@
"@vx/responsive": "0.0.172",
"@vx/scale": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/text": "0.0.165",
"@vx/text": "0.0.173",
"@vx/tooltip": "0.0.165",
"@vx/voronoi": "0.0.170",
"@vx/zoom": "0.0.165"
Expand Down

0 comments on commit a6028e0

Please sign in to comment.