From f9b7725f19a9b23f48587a639d3f1713efd16482 Mon Sep 17 00:00:00 2001 From: Harry Shoff Date: Fri, 6 Sep 2019 15:47:29 -0400 Subject: [PATCH] v0.0.191 --- lerna.json | 2 +- packages/vx-axis/package.json | 4 ++-- packages/vx-demo/package.json | 16 +++++++++++----- packages/vx-text/package.json | 2 +- packages/vx-vx/package.json | 6 +++--- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index 999e53508..c03415ca3 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.190", + "version": "0.0.191", "command": { "publish": { "allowBranch": "master" diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index a1595e005..206463440 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.190", + "version": "0.0.191", "description": "vx axis", "sideEffects": false, "main": "dist/vx-axis.umd.js", @@ -38,7 +38,7 @@ "@vx/group": "0.0.190", "@vx/point": "0.0.189", "@vx/shape": "0.0.190", - "@vx/text": "0.0.190", + "@vx/text": "0.0.191", "classnames": "^2.2.5", "prop-types": "^15.6.0" }, diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 17f02ede4..a04f4a3d9 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.190", + "version": "0.0.191", "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.190", - "@vx/axis": "0.0.190", + "@vx/axis": "0.0.191", "@vx/boxplot": "0.0.190", "@vx/brush": "0.0.189", "@vx/chord": "0.0.189", @@ -39,7 +43,7 @@ "@vx/scale": "0.0.190", "@vx/shape": "0.0.190", "@vx/stats": "0.0.190", - "@vx/text": "0.0.190", + "@vx/text": "0.0.191", "@vx/threshold": "0.0.190", "@vx/tooltip": "0.0.189", "@vx/voronoi": "0.0.190", @@ -68,7 +72,9 @@ "topojson-client": "^3.0.0" }, "browserify": { - "transform": ["babelify"] + "transform": [ + "babelify" + ] }, "publishConfig": { "access": "public" diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index 5449f705d..b97b65a1c 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -1,6 +1,6 @@ { "name": "@vx/text", - "version": "0.0.190", + "version": "0.0.191", "description": "vx text", "sideEffects": false, "main": "dist/vx-text.umd.js", diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 64026fceb..37a5dcda3 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.190", + "version": "0.0.191", "description": "One stop install for all vx packages", "sideEffects": false, "main": "dist/vx-vx.umd.js", @@ -80,7 +80,7 @@ }, "dependencies": { "@vx/annotation": "0.0.190", - "@vx/axis": "0.0.190", + "@vx/axis": "0.0.191", "@vx/bounds": "0.0.189", "@vx/boxplot": "0.0.190", "@vx/brush": "0.0.189", @@ -104,7 +104,7 @@ "@vx/responsive": "0.0.189", "@vx/scale": "0.0.190", "@vx/shape": "0.0.190", - "@vx/text": "0.0.190", + "@vx/text": "0.0.191", "@vx/tooltip": "0.0.189", "@vx/voronoi": "0.0.190", "@vx/zoom": "0.0.189"