From 795ef09bf36ad56ef433ebbba2e3498813055bf3 Mon Sep 17 00:00:00 2001 From: Harry Shoff Date: Wed, 17 Jul 2019 11:52:09 -0400 Subject: [PATCH] v0.0.190 --- lerna.json | 2 +- packages/vx-annotation/package.json | 6 ++--- packages/vx-axis/package.json | 8 +++--- packages/vx-boxplot/package.json | 4 +-- packages/vx-demo/package.json | 38 ++++++++++++++--------------- packages/vx-geo/package.json | 4 +-- packages/vx-glyph/package.json | 4 +-- packages/vx-grid/package.json | 6 ++--- packages/vx-group/package.json | 2 +- packages/vx-heatmap/package.json | 4 +-- packages/vx-hierarchy/package.json | 4 +-- packages/vx-legend/package.json | 4 +-- packages/vx-marker/package.json | 6 ++--- packages/vx-network/package.json | 4 +-- packages/vx-scale/package.json | 18 ++++++++++---- packages/vx-shape/package.json | 4 +-- packages/vx-stats/package.json | 6 ++--- packages/vx-text/package.json | 2 +- packages/vx-threshold/package.json | 4 +-- packages/vx-voronoi/package.json | 4 +-- packages/vx-vx/package.json | 34 +++++++++++++------------- 21 files changed, 88 insertions(+), 80 deletions(-) diff --git a/lerna.json b/lerna.json index a32cc5847..999e53508 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.189", + "version": "0.0.190", "command": { "publish": { "allowBranch": "master" diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index 6235e28f7..35b13bd72 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@vx/annotation", - "version": "0.0.189", + "version": "0.0.190", "description": "vx annotation", "sideEffects": false, "main": "dist/vx-annotation.umd.js", @@ -77,9 +77,9 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "@vx/point": "0.0.189", - "@vx/shape": "0.0.189", + "@vx/shape": "0.0.190", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index bd47ee484..c9da053aa 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.189", + "version": "0.0.190", "description": "vx axis", "sideEffects": false, "main": "dist/vx-axis.umd.js", @@ -35,10 +35,10 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "@vx/point": "0.0.189", - "@vx/shape": "0.0.189", - "@vx/text": "0.0.189", + "@vx/shape": "0.0.190", + "@vx/text": "0.0.190", "classnames": "^2.2.5", "prop-types": "^15.6.0" }, diff --git a/packages/vx-boxplot/package.json b/packages/vx-boxplot/package.json index 3d7dc6b3a..db2b7147e 100644 --- a/packages/vx-boxplot/package.json +++ b/packages/vx-boxplot/package.json @@ -1,6 +1,6 @@ { "name": "@vx/boxplot", - "version": "0.0.189", + "version": "0.0.190", "description": "vx box plot", "sideEffects": false, "main": "dist/vx-boxplot.umd.js", @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 9d54d3f3d..3f21df914 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.189", + "version": "0.0.190", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -17,36 +17,36 @@ "author": "@hshoff", "license": "MIT", "dependencies": { - "@vx/annotation": "0.0.189", - "@vx/axis": "0.0.189", - "@vx/boxplot": "0.0.189", + "@vx/annotation": "0.0.190", + "@vx/axis": "0.0.190", + "@vx/boxplot": "0.0.190", "@vx/brush": "0.0.189", "@vx/chord": "0.0.189", "@vx/clip-path": "0.0.189", "@vx/curve": "0.0.189", "@vx/drag": "0.0.189", "@vx/event": "0.0.189", - "@vx/geo": "0.0.189", - "@vx/glyph": "0.0.189", + "@vx/geo": "0.0.190", + "@vx/glyph": "0.0.190", "@vx/gradient": "0.0.189", - "@vx/grid": "0.0.189", - "@vx/group": "0.0.189", - "@vx/heatmap": "0.0.189", - "@vx/hierarchy": "0.0.189", - "@vx/legend": "0.0.189", - "@vx/marker": "0.0.189", + "@vx/grid": "0.0.190", + "@vx/group": "0.0.190", + "@vx/heatmap": "0.0.190", + "@vx/hierarchy": "0.0.190", + "@vx/legend": "0.0.190", + "@vx/marker": "0.0.190", "@vx/mock-data": "0.0.189", - "@vx/network": "0.0.189", + "@vx/network": "0.0.190", "@vx/pattern": "0.0.189", "@vx/point": "0.0.189", "@vx/responsive": "0.0.189", - "@vx/scale": "0.0.189", - "@vx/shape": "0.0.189", - "@vx/stats": "0.0.189", - "@vx/text": "0.0.189", - "@vx/threshold": "0.0.189", + "@vx/scale": "0.0.190", + "@vx/shape": "0.0.190", + "@vx/stats": "0.0.190", + "@vx/text": "0.0.190", + "@vx/threshold": "0.0.190", "@vx/tooltip": "0.0.189", - "@vx/voronoi": "0.0.189", + "@vx/voronoi": "0.0.190", "@vx/zoom": "0.0.189", "classnames": "^2.2.5", "d3-array": "^1.1.1", diff --git a/packages/vx-geo/package.json b/packages/vx-geo/package.json index fc68c45d4..4a4efc309 100644 --- a/packages/vx-geo/package.json +++ b/packages/vx-geo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/geo", - "version": "0.0.189", + "version": "0.0.190", "description": "vx geo", "sideEffects": false, "main": "dist/vx-geo.umd.js", @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "classnames": "^2.2.5", "d3-geo": "^1.11.3", "prop-types": "^15.5.10" diff --git a/packages/vx-glyph/package.json b/packages/vx-glyph/package.json index 73a98d573..d75e26a2a 100644 --- a/packages/vx-glyph/package.json +++ b/packages/vx-glyph/package.json @@ -1,6 +1,6 @@ { "name": "@vx/glyph", - "version": "0.0.189", + "version": "0.0.190", "description": "vx glyph", "sideEffects": false, "main": "dist/vx-glyph.umd.js", @@ -80,7 +80,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "prop-types": "^15.6.2" diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index a0a468dd7..2646578d2 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -1,6 +1,6 @@ { "name": "@vx/grid", - "version": "0.0.189", + "version": "0.0.190", "description": "vx grid", "sideEffects": false, "main": "dist/vx-grid.umd.js", @@ -77,9 +77,9 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "@vx/point": "0.0.189", - "@vx/shape": "0.0.189", + "@vx/shape": "0.0.190", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/vx-group/package.json b/packages/vx-group/package.json index e306b7957..6281a8a7d 100644 --- a/packages/vx-group/package.json +++ b/packages/vx-group/package.json @@ -1,6 +1,6 @@ { "name": "@vx/group", - "version": "0.0.189", + "version": "0.0.190", "description": "vx group", "sideEffects": false, "main": "dist/vx-group.umd.js", diff --git a/packages/vx-heatmap/package.json b/packages/vx-heatmap/package.json index 5c8729fdc..3dd60df50 100644 --- a/packages/vx-heatmap/package.json +++ b/packages/vx-heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@vx/heatmap", - "version": "0.0.189", + "version": "0.0.190", "description": "vx heatmap", "sideEffects": false, "main": "dist/vx-heatmap.umd.js", @@ -80,7 +80,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "classnames": "^2.2.5", "prop-types": "^15.6.1" } diff --git a/packages/vx-hierarchy/package.json b/packages/vx-hierarchy/package.json index e75bf33b0..5294089c3 100644 --- a/packages/vx-hierarchy/package.json +++ b/packages/vx-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@vx/hierarchy", - "version": "0.0.189", + "version": "0.0.190", "description": "vx tree", "sideEffects": false, "main": "dist/vx-hierarchy.umd.js", @@ -77,7 +77,7 @@ "access": "public" }, "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "classnames": "^2.2.5", "d3-hierarchy": "^1.1.4", "prop-types": "^15.6.1" diff --git a/packages/vx-legend/package.json b/packages/vx-legend/package.json index 7f80b540c..88e7b2976 100644 --- a/packages/vx-legend/package.json +++ b/packages/vx-legend/package.json @@ -1,6 +1,6 @@ { "name": "@vx/legend", - "version": "0.0.189", + "version": "0.0.190", "description": "vx legend", "sideEffects": false, "main": "dist/vx-legend.umd.js", @@ -80,7 +80,7 @@ "access": "public" }, "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "classnames": "^2.2.5", "prop-types": "^15.5.10" } diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index 18487ad8d..f438ca829 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -1,6 +1,6 @@ { "name": "@vx/marker", - "version": "0.0.189", + "version": "0.0.190", "description": "vx marker", "sideEffects": false, "main": "dist/vx-marker.umd.js", @@ -74,8 +74,8 @@ "rollup-plugin-uglify": "^4.0.0" }, "dependencies": { - "@vx/group": "0.0.189", - "@vx/shape": "0.0.189", + "@vx/group": "0.0.190", + "@vx/shape": "0.0.190", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/vx-network/package.json b/packages/vx-network/package.json index 657c40cff..b7b0d74d8 100644 --- a/packages/vx-network/package.json +++ b/packages/vx-network/package.json @@ -1,6 +1,6 @@ { "name": "@vx/network", - "version": "0.0.189", + "version": "0.0.190", "description": "vx network", "sideEffects": false, "main": "dist/vx-network.umd.js", @@ -66,7 +66,7 @@ "rollup-plugin-uglify": "^4.0.0" }, "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "classnames": "^2.2.5", "d3-force": "^1.0.6", "prop-types": "^15.6.2" diff --git a/packages/vx-scale/package.json b/packages/vx-scale/package.json index 86c10affb..791ea2884 100644 --- a/packages/vx-scale/package.json +++ b/packages/vx-scale/package.json @@ -1,6 +1,6 @@ { "name": "@vx/scale", - "version": "0.0.189", + "version": "0.0.190", "description": "vx scale", "sideEffects": false, "main": "dist/vx-scale.umd.js", @@ -8,17 +8,25 @@ "scripts": { "build": "npm run build:babel && npm run build:dist", "build:dist": "rm -rf dist && mkdir dist && rollup -c", - "build:babel": - "rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env", + "build:babel": "rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env", "prepublish": "npm run build", "test": "jest" }, - "files": ["dist", "build"], + "files": [ + "dist", + "build" + ], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": ["vx", "react", "d3", "visualizations", "charts"], + "keywords": [ + "vx", + "react", + "d3", + "visualizations", + "charts" + ], "author": "@hshoff", "license": "MIT", "bugs": { diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index 6f3a4b86a..aaf1a783a 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -1,6 +1,6 @@ { "name": "@vx/shape", - "version": "0.0.189", + "version": "0.0.190", "description": "vx shape", "sideEffects": false, "main": "dist/vx-shape.umd.js", @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "@vx/curve": "0.0.189", - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "@vx/point": "0.0.189", "classnames": "^2.2.5", "d3-path": "^1.0.5", diff --git a/packages/vx-stats/package.json b/packages/vx-stats/package.json index 9bb997af5..ae87b8949 100644 --- a/packages/vx-stats/package.json +++ b/packages/vx-stats/package.json @@ -1,6 +1,6 @@ { "name": "@vx/stats", - "version": "0.0.189", + "version": "0.0.190", "description": "vx stats box violin", "sideEffects": false, "main": "dist/vx-stats.umd.js", @@ -35,8 +35,8 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.189", - "@vx/scale": "0.0.189", + "@vx/group": "0.0.190", + "@vx/scale": "0.0.190", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "prop-types": "^15.5.10" diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index e0cd088f5..c2b31e347 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -1,6 +1,6 @@ { "name": "@vx/text", - "version": "0.0.189", + "version": "0.0.190", "description": "vx text", "sideEffects": false, "main": "dist/vx-text.umd.js", diff --git a/packages/vx-threshold/package.json b/packages/vx-threshold/package.json index 9c8928e7f..9b05740b5 100644 --- a/packages/vx-threshold/package.json +++ b/packages/vx-threshold/package.json @@ -1,6 +1,6 @@ { "name": "@vx/threshold", - "version": "0.0.189", + "version": "0.0.190", "description": "vx threshold", "sideEffects": false, "main": "dist/vx-threshold.umd.js", @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "@vx/clip-path": "0.0.189", - "@vx/shape": "0.0.189", + "@vx/shape": "0.0.190", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-voronoi/package.json b/packages/vx-voronoi/package.json index 230ffa94b..c402134e7 100644 --- a/packages/vx-voronoi/package.json +++ b/packages/vx-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@vx/voronoi", - "version": "0.0.189", + "version": "0.0.190", "description": "vx voronoi", "sideEffects": false, "main": "dist/vx-voronoi.umd.js", @@ -77,7 +77,7 @@ "rollup-plugin-uglify": "^4.0.0" }, "dependencies": { - "@vx/group": "0.0.189", + "@vx/group": "0.0.190", "classnames": "^2.2.5", "d3-voronoi": "^1.1.2", "prop-types": "^15.6.1" diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 11504ca2f..336f45006 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.189", + "version": "0.0.190", "description": "One stop install for all vx packages", "sideEffects": false, "main": "dist/vx-vx.umd.js", @@ -79,34 +79,34 @@ "rollup-plugin-uglify": "^4.0.0" }, "dependencies": { - "@vx/annotation": "0.0.189", - "@vx/axis": "0.0.189", + "@vx/annotation": "0.0.190", + "@vx/axis": "0.0.190", "@vx/bounds": "0.0.189", - "@vx/boxplot": "0.0.189", + "@vx/boxplot": "0.0.190", "@vx/brush": "0.0.189", "@vx/clip-path": "0.0.189", "@vx/curve": "0.0.189", "@vx/drag": "0.0.189", "@vx/event": "0.0.189", - "@vx/geo": "0.0.189", - "@vx/glyph": "0.0.189", + "@vx/geo": "0.0.190", + "@vx/glyph": "0.0.190", "@vx/gradient": "0.0.189", - "@vx/grid": "0.0.189", - "@vx/group": "0.0.189", - "@vx/heatmap": "0.0.189", - "@vx/hierarchy": "0.0.189", - "@vx/legend": "0.0.189", - "@vx/marker": "0.0.189", + "@vx/grid": "0.0.190", + "@vx/group": "0.0.190", + "@vx/heatmap": "0.0.190", + "@vx/hierarchy": "0.0.190", + "@vx/legend": "0.0.190", + "@vx/marker": "0.0.190", "@vx/mock-data": "0.0.189", - "@vx/network": "0.0.189", + "@vx/network": "0.0.190", "@vx/pattern": "0.0.189", "@vx/point": "0.0.189", "@vx/responsive": "0.0.189", - "@vx/scale": "0.0.189", - "@vx/shape": "0.0.189", - "@vx/text": "0.0.189", + "@vx/scale": "0.0.190", + "@vx/shape": "0.0.190", + "@vx/text": "0.0.190", "@vx/tooltip": "0.0.189", - "@vx/voronoi": "0.0.189", + "@vx/voronoi": "0.0.190", "@vx/zoom": "0.0.189" }, "jest": {