From 56ed4eb859d323b7f2e82889034affa6509f4f43 Mon Sep 17 00:00:00 2001 From: Harry Shoff Date: Tue, 18 Sep 2018 17:55:25 -0700 Subject: [PATCH] v0.0.176 --- lerna.json | 2 +- packages/vx-annotation/package.json | 4 ++-- packages/vx-axis/package.json | 4 ++-- packages/vx-demo/package.json | 14 +++++++------- packages/vx-grid/package.json | 4 ++-- packages/vx-marker/package.json | 4 ++-- packages/vx-shape/package.json | 2 +- packages/vx-threshold/package.json | 4 ++-- packages/vx-vx/package.json | 12 ++++++------ 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/lerna.json b/lerna.json index a0dc546ea..3ab692c44 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.175", + "version": "0.0.176", "command": { "publish": { "allowBranch": "master" diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index ee954399f..cfa79724d 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@vx/annotation", - "version": "0.0.175", + "version": "0.0.176", "description": "vx annotation", "sideEffects": false, "main": "dist/vx-annotation.umd.js", @@ -62,7 +62,7 @@ "dependencies": { "@vx/group": "0.0.170", "@vx/point": "0.0.165", - "@vx/shape": "0.0.175", + "@vx/shape": "0.0.176", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index 52e79cee9..bd1b04dcb 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.175", + "version": "0.0.176", "description": "vx axis", "sideEffects": false, "main": "dist/vx-axis.umd.js", @@ -36,7 +36,7 @@ "dependencies": { "@vx/group": "0.0.170", "@vx/point": "0.0.165", - "@vx/shape": "0.0.175", + "@vx/shape": "0.0.176", "@vx/text": "0.0.175", "classnames": "^2.2.5", "prop-types": "^15.6.0" diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 8c27f8e91..f2b21d803 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.175", + "version": "0.0.176", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -17,8 +17,8 @@ "author": "@hshoff", "license": "MIT", "dependencies": { - "@vx/annotation": "0.0.175", - "@vx/axis": "0.0.175", + "@vx/annotation": "0.0.176", + "@vx/axis": "0.0.176", "@vx/boxplot": "0.0.170", "@vx/brush": "0.0.165", "@vx/chord": "0.0.166", @@ -29,22 +29,22 @@ "@vx/geo": "0.0.170", "@vx/glyph": "0.0.170", "@vx/gradient": "0.0.165", - "@vx/grid": "0.0.175", + "@vx/grid": "0.0.176", "@vx/group": "0.0.170", "@vx/heatmap": "0.0.173", "@vx/hierarchy": "0.0.170", "@vx/legend": "0.0.170", - "@vx/marker": "0.0.175", + "@vx/marker": "0.0.176", "@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.175", "@vx/scale": "0.0.165", - "@vx/shape": "0.0.175", + "@vx/shape": "0.0.176", "@vx/stats": "0.0.170", "@vx/text": "0.0.175", - "@vx/threshold": "0.0.175", + "@vx/threshold": "0.0.176", "@vx/tooltip": "0.0.165", "@vx/voronoi": "0.0.170", "classnames": "^2.2.5", diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index b7aff9bc6..96dcca3aa 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -1,6 +1,6 @@ { "name": "@vx/grid", - "version": "0.0.175", + "version": "0.0.176", "description": "vx grid", "sideEffects": false, "main": "dist/vx-grid.umd.js", @@ -62,7 +62,7 @@ "dependencies": { "@vx/group": "0.0.170", "@vx/point": "0.0.165", - "@vx/shape": "0.0.175", + "@vx/shape": "0.0.176", "classnames": "^2.2.5" }, "publishConfig": { diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index 7c8448220..34277c47b 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -1,6 +1,6 @@ { "name": "@vx/marker", - "version": "0.0.175", + "version": "0.0.176", "description": "vx marker", "sideEffects": false, "main": "dist/vx-marker.umd.js", @@ -58,7 +58,7 @@ }, "dependencies": { "@vx/group": "0.0.170", - "@vx/shape": "0.0.175", + "@vx/shape": "0.0.176", "classnames": "^2.2.5" }, "peerDependencies": { diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index d07b3b0da..df8c6a2ee 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -1,6 +1,6 @@ { "name": "@vx/shape", - "version": "0.0.175", + "version": "0.0.176", "description": "vx shape", "sideEffects": false, "main": "dist/vx-shape.umd.js", diff --git a/packages/vx-threshold/package.json b/packages/vx-threshold/package.json index 8eba85c94..37d2ba61c 100644 --- a/packages/vx-threshold/package.json +++ b/packages/vx-threshold/package.json @@ -1,6 +1,6 @@ { "name": "@vx/threshold", - "version": "0.0.175", + "version": "0.0.176", "description": "vx threshold", "sideEffects": false, "main": "dist/vx-threshold.umd.js", @@ -28,7 +28,7 @@ "license": "MIT", "dependencies": { "@vx/clip-path": "0.0.165", - "@vx/shape": "0.0.175", + "@vx/shape": "0.0.176", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 793872311..bc0aa8d4c 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.175", + "version": "0.0.176", "description": "One stop install for all vx packages", "sideEffects": false, "main": "dist/vx-vx.umd.js", @@ -63,8 +63,8 @@ "rollup-plugin-uglify": "^4.0.0" }, "dependencies": { - "@vx/annotation": "0.0.175", - "@vx/axis": "0.0.175", + "@vx/annotation": "0.0.176", + "@vx/axis": "0.0.176", "@vx/bounds": "0.0.165", "@vx/boxplot": "0.0.170", "@vx/brush": "0.0.165", @@ -75,19 +75,19 @@ "@vx/geo": "0.0.170", "@vx/glyph": "0.0.170", "@vx/gradient": "0.0.165", - "@vx/grid": "0.0.175", + "@vx/grid": "0.0.176", "@vx/group": "0.0.170", "@vx/heatmap": "0.0.173", "@vx/hierarchy": "0.0.170", "@vx/legend": "0.0.170", - "@vx/marker": "0.0.175", + "@vx/marker": "0.0.176", "@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.175", "@vx/scale": "0.0.165", - "@vx/shape": "0.0.175", + "@vx/shape": "0.0.176", "@vx/text": "0.0.175", "@vx/tooltip": "0.0.165", "@vx/voronoi": "0.0.170",