Skip to content

Commit

Permalink
v0.0.138
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Sep 10, 2017
1 parent ff7827e commit b6f59bb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"lerna": "2.1.2",
"packages": ["packages/*"],
"version": "0.0.137"
"packages": [
"packages/*"
],
"version": "0.0.138"
}
6 changes: 3 additions & 3 deletions 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.136",
"version": "0.0.138",
"description": "vx axis",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -39,11 +39,11 @@
"babel-jest": "^20.0.3",
"enzyme": "^2.8.2",
"jest": "^20.0.3",
"react": "^15.0.0 || 15.x",
"react-addons-test-utils": "^15.5.1",
"react-fatigue-dev": "github:tj/react-fatigue-dev",
"react-tools": "^0.10.0",
"regenerator-runtime": "^0.10.5",
"react": "^15.0.0 || 15.x"
"regenerator-runtime": "^0.10.5"
},
"peerDependencies": {
"react": "^15.0.0 || 15.x"
Expand Down
6 changes: 3 additions & 3 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.137",
"version": "0.0.138",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.136",
"@vx/axis": "0.0.136",
"@vx/axis": "0.0.138",
"@vx/boxplot": "0.0.136",
"@vx/brush": "0.0.136",
"@vx/clip-path": "0.0.136",
Expand All @@ -30,7 +30,7 @@
"@vx/grid": "0.0.136",
"@vx/group": "0.0.136",
"@vx/heatmap": "0.0.136",
"@vx/hierarchy": "0.0.136",
"@vx/hierarchy": "0.0.138",
"@vx/legend": "0.0.136",
"@vx/marker": "0.0.136",
"@vx/mock-data": "0.0.136",
Expand Down
6 changes: 3 additions & 3 deletions packages/vx-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/hierarchy",
"version": "0.0.136",
"version": "0.0.138",
"description": "vx tree",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"babel-jest": "^20.0.3",
"enzyme": "^2.8.2",
"jest": "^20.0.3",
"react": "^15.0.0 || 15.x",
"react-addons-test-utils": "^15.5.1",
"react-fatigue-dev": "github:tj/react-fatigue-dev",
"react-tools": "^0.10.0",
"regenerator-runtime": "^0.10.5",
"react": "^15.0.0 || 15.x"
"regenerator-runtime": "^0.10.5"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 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.137",
"version": "0.0.138",
"description": "One stop install for all vx packages",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@vx/annotation": "0.0.136",
"@vx/axis": "0.0.136",
"@vx/axis": "0.0.138",
"@vx/bounds": "0.0.137",
"@vx/boxplot": "0.0.136",
"@vx/brush": "0.0.136",
Expand All @@ -57,7 +57,7 @@
"@vx/grid": "0.0.136",
"@vx/group": "0.0.136",
"@vx/heatmap": "0.0.136",
"@vx/hierarchy": "0.0.136",
"@vx/hierarchy": "0.0.138",
"@vx/legend": "0.0.136",
"@vx/marker": "0.0.136",
"@vx/mock-data": "0.0.136",
Expand Down

0 comments on commit b6f59bb

Please sign in to comment.