Skip to content

Commit

Permalink
v0.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Apr 6, 2017
1 parent 4baeca5 commit 2d44ff2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.88"
"version": "0.0.89"
}
4 changes: 2 additions & 2 deletions packages/vx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/annotation",
"version": "0.0.88",
"version": "0.0.89",
"description": "vx annotation",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@vx/group": "0.0.84",
"@vx/shape": "0.0.88",
"@vx/shape": "0.0.89",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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.88",
"version": "0.0.89",
"description": "vx axis",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@vx/group": "0.0.84",
"@vx/point": "0.0.84",
"@vx/shape": "0.0.88",
"@vx/shape": "0.0.89",
"classnames": "^2.2.5",
"react": "^15.4.2"
},
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.88",
"version": "0.0.89",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@vx/annotation": "^0.0.60",
"@vx/axis": "0.0.88",
"@vx/axis": "0.0.89",
"@vx/curve": "^0.0.49",
"@vx/glyph": "^0.0.49",
"@vx/grid": "^0.0.49",
Expand All @@ -28,7 +28,7 @@
"@vx/point": "^0.0.49",
"@vx/responsive": "0.0.84",
"@vx/scale": "0.0.85",
"@vx/shape": "0.0.88",
"@vx/shape": "0.0.89",
"@vx/text": "0.0.84",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/grid",
"version": "0.0.88",
"version": "0.0.89",
"description": "vx grid",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@vx/group": "0.0.15",
"@vx/point": "0.0.10",
"@vx/shape": "0.0.88",
"@vx/shape": "0.0.89",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/marker",
"version": "0.0.88",
"version": "0.0.89",
"description": "vx marker",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@vx/group": "0.0.84",
"@vx/shape": "0.0.88",
"@vx/shape": "0.0.89",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/shape",
"version": "0.0.88",
"version": "0.0.89",
"description": "vx shape",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
Expand Down

0 comments on commit 2d44ff2

Please sign in to comment.