diff --git a/lerna.json b/lerna.json index d296805d2..099ed1b5c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.0.155" + "version": "0.0.156" } diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 5bc6deb5a..459a789f6 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.155", + "version": "0.0.156", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -23,7 +23,7 @@ "@vx/brush": "0.0.153", "@vx/clip-path": "0.0.153", "@vx/curve": "0.0.153", - "@vx/drag": "0.0.155", + "@vx/drag": "0.0.156", "@vx/event": "0.0.153", "@vx/geo": "0.0.153", "@vx/glyph": "0.0.153", diff --git a/packages/vx-drag/package.json b/packages/vx-drag/package.json index a44fe5bca..11904ef07 100644 --- a/packages/vx-drag/package.json +++ b/packages/vx-drag/package.json @@ -1,6 +1,6 @@ { "name": "@vx/drag", - "version": "0.0.155", + "version": "0.0.156", "description": "vx drag", "sideEffects": false, "main": "build/index.js", @@ -9,12 +9,20 @@ "prepublish": "make build SRC=./src", "test": "jest" }, - "files": ["build"], + "files": [ + "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": { @@ -41,7 +49,10 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "jest": { - "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] + "setupFiles": [ + "raf/polyfill", + "/test/enzyme-setup.js" + ] }, "dependencies": { "@vx/event": "0.0.153" diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index e03ab7e71..a28db91b3 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.155", + "version": "0.0.156", "description": "One stop install for all vx packages", "sideEffects": false, "main": "build/index.js", @@ -53,7 +53,7 @@ "@vx/brush": "0.0.153", "@vx/clip-path": "0.0.153", "@vx/curve": "0.0.153", - "@vx/drag": "0.0.155", + "@vx/drag": "0.0.156", "@vx/event": "0.0.153", "@vx/geo": "0.0.153", "@vx/glyph": "0.0.153",