Skip to content

Commit

Permalink
v0.0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Apr 20, 2017
1 parent 170bb0c commit 844d321
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.96"
"version": "0.0.97"
}
5 changes: 3 additions & 2 deletions packages/vx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/brush",
"version": "0.0.96",
"version": "0.0.97",
"description": "vx brush",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -36,6 +36,7 @@
},
"dependencies": {
"classnames": "^2.2.5",
"react": "^15.4.2"
"react": "^15.4.2",
"recompose": "^0.23.1"
}
}
3 changes: 2 additions & 1 deletion 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.96",
"version": "0.0.97",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -18,6 +18,7 @@
"dependencies": {
"@vx/annotation": "^0.0.60",
"@vx/axis": "0.0.89",
"@vx/brush": "0.0.97",
"@vx/curve": "0.0.84",
"@vx/glyph": "^0.0.49",
"@vx/grid": "^0.0.49",
Expand Down

0 comments on commit 844d321

Please sign in to comment.