diff --git a/lerna.json b/lerna.json index 1a19c9fc3..0f48d6ab3 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.0.161" + "version": "0.0.162" } diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index 6b9689b63..3a2d50528 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@vx/annotation", - "version": "0.0.161", + "version": "0.0.162", "description": "vx annotation", "sideEffects": false, "main": "build/index.js", @@ -48,7 +48,7 @@ "dependencies": { "@vx/group": "0.0.161", "@vx/point": "0.0.161", - "@vx/shape": "0.0.161", + "@vx/shape": "0.0.162", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index 7a438b9aa..c7b0ef3ec 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.161", + "version": "0.0.162", "description": "vx axis", "sideEffects": false, "main": "build/index.js", @@ -32,7 +32,7 @@ "dependencies": { "@vx/group": "0.0.161", "@vx/point": "0.0.161", - "@vx/shape": "0.0.161", + "@vx/shape": "0.0.162", "@vx/text": "0.0.161", "classnames": "^2.2.5", "prop-types": "^15.6.0" diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 863e7abd1..8722a8589 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.161", + "version": "0.0.162", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -9,12 +9,16 @@ "start": "next start", "test": "jest" }, - "keywords": ["vx", "demo", "examples"], + "keywords": [ + "vx", + "demo", + "examples" + ], "author": "@hshoff", "license": "MIT", "dependencies": { - "@vx/annotation": "0.0.161", - "@vx/axis": "0.0.161", + "@vx/annotation": "0.0.162", + "@vx/axis": "0.0.162", "@vx/boxplot": "0.0.161", "@vx/brush": "0.0.161", "@vx/clip-path": "0.0.161", @@ -24,22 +28,22 @@ "@vx/geo": "0.0.161", "@vx/glyph": "0.0.161", "@vx/gradient": "0.0.161", - "@vx/grid": "0.0.161", + "@vx/grid": "0.0.162", "@vx/group": "0.0.161", "@vx/heatmap": "0.0.161", "@vx/hierarchy": "0.0.161", "@vx/legend": "0.0.161", - "@vx/marker": "0.0.161", + "@vx/marker": "0.0.162", "@vx/mock-data": "0.0.161", "@vx/network": "0.0.161", "@vx/pattern": "0.0.161", "@vx/point": "0.0.161", "@vx/responsive": "0.0.161", "@vx/scale": "0.0.161", - "@vx/shape": "0.0.161", + "@vx/shape": "0.0.162", "@vx/stats": "0.0.161", "@vx/text": "0.0.161", - "@vx/threshold": "0.0.1", + "@vx/threshold": "0.0.162", "@vx/tooltip": "0.0.161", "@vx/voronoi": "0.0.161", "classnames": "^2.2.5", @@ -64,7 +68,9 @@ "topojson-client": "^3.0.0" }, "browserify": { - "transform": ["babelify"] + "transform": [ + "babelify" + ] }, "publishConfig": { "access": "public" diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index 6a8f057a6..57d01c4a5 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -1,6 +1,6 @@ { "name": "@vx/grid", - "version": "0.0.161", + "version": "0.0.162", "description": "vx grid", "sideEffects": false, "main": "build/index.js", @@ -48,7 +48,7 @@ "dependencies": { "@vx/group": "0.0.161", "@vx/point": "0.0.161", - "@vx/shape": "0.0.161", + "@vx/shape": "0.0.162", "classnames": "^2.2.5" }, "publishConfig": { diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index 98098f1ad..67d4fc2c0 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -1,6 +1,6 @@ { "name": "@vx/marker", - "version": "0.0.161", + "version": "0.0.162", "description": "vx marker", "sideEffects": false, "main": "build/index.js", @@ -44,7 +44,7 @@ }, "dependencies": { "@vx/group": "0.0.161", - "@vx/shape": "0.0.161", + "@vx/shape": "0.0.162", "classnames": "^2.2.5" }, "peerDependencies": { diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index 132190481..935841831 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -1,6 +1,6 @@ { "name": "@vx/shape", - "version": "0.0.161", + "version": "0.0.162", "description": "vx shape", "sideEffects": false, "main": "build/index.js", diff --git a/packages/vx-threshold/package.json b/packages/vx-threshold/package.json index 14e4047cc..d114d6625 100644 --- a/packages/vx-threshold/package.json +++ b/packages/vx-threshold/package.json @@ -1,22 +1,30 @@ { "name": "@vx/threshold", - "version": "0.0.1", + "version": "0.0.162", "description": "vx threshold", "sideEffects": false, "main": "build/index.js", "repository": "https://github.com/hshoff/vx", - "files": ["build"], + "files": [ + "build" + ], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": ["vx", "react", "d3", "visualizations", "charts"], + "keywords": [ + "vx", + "react", + "d3", + "visualizations", + "charts" + ], "author": "@hshoff", "license": "MIT", "dependencies": { "@vx/clip-path": "0.0.161", - "@vx/shape": "0.0.161", + "@vx/shape": "0.0.162", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, @@ -40,6 +48,9 @@ "access": "public" }, "jest": { - "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] + "setupFiles": [ + "raf/polyfill", + "/test/enzyme-setup.js" + ] } } diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index dced15902..3025d4422 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.161", + "version": "0.0.162", "description": "One stop install for all vx packages", "sideEffects": false, "main": "build/index.js", @@ -46,8 +46,8 @@ "regenerator-runtime": "^0.10.5" }, "dependencies": { - "@vx/annotation": "0.0.161", - "@vx/axis": "0.0.161", + "@vx/annotation": "0.0.162", + "@vx/axis": "0.0.162", "@vx/bounds": "0.0.161", "@vx/boxplot": "0.0.161", "@vx/brush": "0.0.161", @@ -58,19 +58,19 @@ "@vx/geo": "0.0.161", "@vx/glyph": "0.0.161", "@vx/gradient": "0.0.161", - "@vx/grid": "0.0.161", + "@vx/grid": "0.0.162", "@vx/group": "0.0.161", "@vx/heatmap": "0.0.161", "@vx/hierarchy": "0.0.161", "@vx/legend": "0.0.161", - "@vx/marker": "0.0.161", + "@vx/marker": "0.0.162", "@vx/mock-data": "0.0.161", "@vx/network": "0.0.161", "@vx/pattern": "0.0.161", "@vx/point": "0.0.161", "@vx/responsive": "0.0.161", "@vx/scale": "0.0.161", - "@vx/shape": "0.0.161", + "@vx/shape": "0.0.162", "@vx/text": "0.0.161", "@vx/tooltip": "0.0.161", "@vx/voronoi": "0.0.161",