diff --git a/lerna.json b/lerna.json index ddacd4af3..54556e225 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.0.132" + "version": "0.0.134" } diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index ab6c4e76d..40bb14ea4 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.131", + "version": "0.0.134", "description": "vx axis", "main": "build/index.js", "scripts": { diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index e39343ed3..bfcd297c8 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.132", + "version": "0.0.134", "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.131", - "@vx/axis": "0.0.131", + "@vx/axis": "0.0.134", "@vx/boxplot": "0.0.131", "@vx/brush": "0.0.127", "@vx/clip-path": "0.0.127", @@ -36,7 +40,7 @@ "@vx/scale": "0.0.127", "@vx/shape": "0.0.131", "@vx/text": "0.0.127", - "@vx/tooltip": "0.0.127", + "@vx/tooltip": "0.0.134", "@vx/voronoi": "0.0.127", "classnames": "^2.2.5", "d3-array": "^1.1.1", @@ -57,7 +61,9 @@ "topojson-client": "^3.0.0" }, "browserify": { - "transform": ["babelify"] + "transform": [ + "babelify" + ] }, "publishConfig": { "access": "public" diff --git a/packages/vx-tooltip/package.json b/packages/vx-tooltip/package.json index b0b695a5f..a83cb2693 100644 --- a/packages/vx-tooltip/package.json +++ b/packages/vx-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@vx/tooltip", - "version": "0.0.127", + "version": "0.0.134", "description": "vx tooltip", "main": "build/index.js", "scripts": {