Skip to content

Commit

Permalink
v0.0.134
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jul 27, 2017
1 parent 4f128fb commit dc80811
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.132"
"version": "0.0.134"
}
2 changes: 1 addition & 1 deletion packages/vx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/axis",
"version": "0.0.131",
"version": "0.0.134",
"description": "vx axis",
"main": "build/index.js",
"scripts": {
Expand Down
16 changes: 11 additions & 5 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.132",
"version": "0.0.134",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -57,7 +61,9 @@
"topojson-client": "^3.0.0"
},
"browserify": {
"transform": ["babelify"]
"transform": [
"babelify"
]
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/tooltip",
"version": "0.0.127",
"version": "0.0.134",
"description": "vx tooltip",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit dc80811

Please sign in to comment.