Skip to content

Commit

Permalink
v0.0.155
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 17, 2018
1 parent 9831ca8 commit 4898f01
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 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.154"
"version": "0.0.155"
}
14 changes: 10 additions & 4 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.154",
"version": "0.0.155",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -9,7 +9,11 @@
"start": "next start",
"test": "jest"
},
"keywords": ["vx", "demo", "examples"],
"keywords": [
"vx",
"demo",
"examples"
],
"author": "@hshoff",
"license": "MIT",
"dependencies": {
Expand All @@ -19,7 +23,7 @@
"@vx/brush": "0.0.153",
"@vx/clip-path": "0.0.153",
"@vx/curve": "0.0.153",
"@vx/drag": "0.0.153",
"@vx/drag": "0.0.155",
"@vx/event": "0.0.153",
"@vx/geo": "0.0.153",
"@vx/glyph": "0.0.153",
Expand Down Expand Up @@ -63,7 +67,9 @@
"topojson-client": "^3.0.0"
},
"browserify": {
"transform": ["babelify"]
"transform": [
"babelify"
]
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion 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.153",
"version": "0.0.155",
"description": "vx drag",
"sideEffects": false,
"main": "build/index.js",
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.154",
"version": "0.0.155",
"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.153",
"@vx/drag": "0.0.155",
"@vx/event": "0.0.153",
"@vx/geo": "0.0.153",
"@vx/glyph": "0.0.153",
Expand Down

0 comments on commit 4898f01

Please sign in to comment.