Skip to content

Commit

Permalink
v0.0.175
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Sep 18, 2018
1 parent fc5e848 commit 228b6a6
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 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.174",
"version": "0.0.175",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/annotation",
"version": "0.0.171",
"version": "0.0.175",
"description": "vx annotation",
"sideEffects": false,
"main": "dist/vx-annotation.umd.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@vx/group": "0.0.170",
"@vx/point": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/shape": "0.0.175",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
6 changes: 3 additions & 3 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.173",
"version": "0.0.175",
"description": "vx axis",
"sideEffects": false,
"main": "dist/vx-axis.umd.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@vx/group": "0.0.170",
"@vx/point": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/text": "0.0.173",
"@vx/shape": "0.0.175",
"@vx/text": "0.0.175",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
Expand Down
18 changes: 9 additions & 9 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.174",
"version": "0.0.175",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.171",
"@vx/axis": "0.0.173",
"@vx/annotation": "0.0.175",
"@vx/axis": "0.0.175",
"@vx/boxplot": "0.0.170",
"@vx/brush": "0.0.165",
"@vx/chord": "0.0.166",
Expand All @@ -29,22 +29,22 @@
"@vx/geo": "0.0.170",
"@vx/glyph": "0.0.170",
"@vx/gradient": "0.0.165",
"@vx/grid": "0.0.171",
"@vx/grid": "0.0.175",
"@vx/group": "0.0.170",
"@vx/heatmap": "0.0.173",
"@vx/hierarchy": "0.0.170",
"@vx/legend": "0.0.170",
"@vx/marker": "0.0.171",
"@vx/marker": "0.0.175",
"@vx/mock-data": "0.0.165",
"@vx/network": "0.0.172",
"@vx/pattern": "0.0.165",
"@vx/point": "0.0.165",
"@vx/responsive": "0.0.172",
"@vx/responsive": "0.0.175",
"@vx/scale": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/shape": "0.0.175",
"@vx/stats": "0.0.170",
"@vx/text": "0.0.173",
"@vx/threshold": "0.0.174",
"@vx/text": "0.0.175",
"@vx/threshold": "0.0.175",
"@vx/tooltip": "0.0.165",
"@vx/voronoi": "0.0.170",
"classnames": "^2.2.5",
Expand Down
4 changes: 2 additions & 2 deletions 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.171",
"version": "0.0.175",
"description": "vx grid",
"sideEffects": false,
"main": "dist/vx-grid.umd.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@vx/group": "0.0.170",
"@vx/point": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/shape": "0.0.175",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/marker",
"version": "0.0.171",
"version": "0.0.175",
"description": "vx marker",
"sideEffects": false,
"main": "dist/vx-marker.umd.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@vx/group": "0.0.170",
"@vx/shape": "0.0.171",
"@vx/shape": "0.0.175",
"classnames": "^2.2.5"
},
"peerDependencies": {
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.172",
"version": "0.0.175",
"description": "vx responsive svg",
"sideEffects": false,
"main": "dist/vx-responsive.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/shape",
"version": "0.0.171",
"version": "0.0.175",
"description": "vx shape",
"sideEffects": false,
"main": "dist/vx-shape.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.173",
"version": "0.0.175",
"description": "vx text",
"sideEffects": false,
"main": "dist/vx-text.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-threshold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/threshold",
"version": "0.0.174",
"version": "0.0.175",
"description": "vx threshold",
"sideEffects": false,
"main": "dist/vx-threshold.umd.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"dependencies": {
"@vx/clip-path": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/shape": "0.0.175",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
16 changes: 8 additions & 8 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.173",
"version": "0.0.175",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "dist/vx-vx.umd.js",
Expand Down Expand Up @@ -63,8 +63,8 @@
"rollup-plugin-uglify": "^4.0.0"
},
"dependencies": {
"@vx/annotation": "0.0.171",
"@vx/axis": "0.0.173",
"@vx/annotation": "0.0.175",
"@vx/axis": "0.0.175",
"@vx/bounds": "0.0.165",
"@vx/boxplot": "0.0.170",
"@vx/brush": "0.0.165",
Expand All @@ -75,20 +75,20 @@
"@vx/geo": "0.0.170",
"@vx/glyph": "0.0.170",
"@vx/gradient": "0.0.165",
"@vx/grid": "0.0.171",
"@vx/grid": "0.0.175",
"@vx/group": "0.0.170",
"@vx/heatmap": "0.0.173",
"@vx/hierarchy": "0.0.170",
"@vx/legend": "0.0.170",
"@vx/marker": "0.0.171",
"@vx/marker": "0.0.175",
"@vx/mock-data": "0.0.165",
"@vx/network": "0.0.172",
"@vx/pattern": "0.0.165",
"@vx/point": "0.0.165",
"@vx/responsive": "0.0.172",
"@vx/responsive": "0.0.175",
"@vx/scale": "0.0.165",
"@vx/shape": "0.0.171",
"@vx/text": "0.0.173",
"@vx/shape": "0.0.175",
"@vx/text": "0.0.175",
"@vx/tooltip": "0.0.165",
"@vx/voronoi": "0.0.170",
"@vx/zoom": "0.0.165"
Expand Down

0 comments on commit 228b6a6

Please sign in to comment.