Skip to content

Commit

Permalink
v0.0.150
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Dec 14, 2017
1 parent 73cdf53 commit dfcc0b7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.149"
"version": "0.0.150"
}
8 changes: 4 additions & 4 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.149",
"version": "0.0.150",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@vx/clip-path": "0.0.143",
"@vx/curve": "0.0.143",
"@vx/event": "0.0.143",
"@vx/geo": "0.0.143",
"@vx/geo": "0.0.150",
"@vx/glyph": "0.0.143",
"@vx/gradient": "0.0.143",
"@vx/grid": "0.0.147",
Expand All @@ -37,11 +37,11 @@
"@vx/network": "0.0.143",
"@vx/pattern": "0.0.143",
"@vx/point": "0.0.143",
"@vx/responsive": "0.0.149",
"@vx/responsive": "0.0.150",
"@vx/scale": "0.0.143",
"@vx/shape": "0.0.147",
"@vx/stats": "0.0.148",
"@vx/text": "0.0.143",
"@vx/text": "0.0.150",
"@vx/tooltip": "0.0.148",
"@vx/voronoi": "0.0.143",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/geo",
"version": "0.0.143",
"version": "0.0.150",
"description": "vx geo",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-responsive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/responsive",
"version": "0.0.149",
"version": "0.0.150",
"description": "vx responsive svg",
"main": "build/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/text",
"version": "0.0.143",
"version": "0.0.150",
"description": "vx text",
"main": "build/index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 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.149",
"version": "0.0.150",
"description": "One stop install for all vx packages",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"@vx/curve": "0.0.143",
"@vx/drag": "0.0.143",
"@vx/event": "0.0.143",
"@vx/geo": "0.0.143",
"@vx/geo": "0.0.150",
"@vx/glyph": "0.0.143",
"@vx/gradient": "0.0.143",
"@vx/grid": "0.0.147",
Expand All @@ -67,10 +67,10 @@
"@vx/network": "0.0.143",
"@vx/pattern": "0.0.143",
"@vx/point": "0.0.143",
"@vx/responsive": "0.0.149",
"@vx/responsive": "0.0.150",
"@vx/scale": "0.0.143",
"@vx/shape": "0.0.147",
"@vx/text": "0.0.143",
"@vx/text": "0.0.150",
"@vx/tooltip": "0.0.148",
"@vx/voronoi": "0.0.143",
"@vx/zoom": "0.0.143"
Expand Down

0 comments on commit dfcc0b7

Please sign in to comment.