Skip to content

Commit

Permalink
v0.0.156
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 17, 2018
1 parent 3f660b6 commit 8070bab
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.155"
"version": "0.0.156"
}
4 changes: 2 additions & 2 deletions packages/vx-demo/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
19 changes: 15 additions & 4 deletions packages/vx-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/drag",
"version": "0.0.155",
"version": "0.0.156",
"description": "vx drag",
"sideEffects": false,
"main": "build/index.js",
Expand All @@ -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": {
Expand All @@ -41,7 +49,10 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"jest": {
"setupFiles": ["raf/polyfill", "<rootDir>/test/enzyme-setup.js"]
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/enzyme-setup.js"
]
},
"dependencies": {
"@vx/event": "0.0.153"
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-vx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8070bab

Please sign in to comment.