Skip to content

Commit

Permalink
v0.0.148
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Nov 29, 2017
1 parent 7737e08 commit 4f6f2f0
Show file tree
Hide file tree
Showing 5 changed files with 8 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.147"
"version": "0.0.148"
}
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.147",
"version": "0.0.148",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand Down Expand Up @@ -40,9 +40,9 @@
"@vx/responsive": "0.0.147",
"@vx/scale": "0.0.143",
"@vx/shape": "0.0.147",
"@vx/stats": "0.0.147",
"@vx/stats": "0.0.148",
"@vx/text": "0.0.143",
"@vx/tooltip": "0.0.147",
"@vx/tooltip": "0.0.148",
"@vx/voronoi": "0.0.143",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/stats",
"version": "0.0.147",
"version": "0.0.148",
"description": "vx stats box violin",
"main": "build/index.js",
"scripts": {
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.147",
"version": "0.0.148",
"description": "vx tooltip",
"main": "build/index.js",
"scripts": {
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.147",
"version": "0.0.148",
"description": "One stop install for all vx packages",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"@vx/scale": "0.0.143",
"@vx/shape": "0.0.147",
"@vx/text": "0.0.143",
"@vx/tooltip": "0.0.147",
"@vx/tooltip": "0.0.148",
"@vx/voronoi": "0.0.143",
"@vx/zoom": "0.0.143"
},
Expand Down

0 comments on commit 4f6f2f0

Please sign in to comment.