diff --git a/lerna.json b/lerna.json index e319d06bc..56a7274fa 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.0.149" + "version": "0.0.150" } diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 6f7cfb662..128165cd7 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -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": { @@ -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", @@ -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", diff --git a/packages/vx-geo/package.json b/packages/vx-geo/package.json index 8f8092c1a..199507cd6 100644 --- a/packages/vx-geo/package.json +++ b/packages/vx-geo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/geo", - "version": "0.0.143", + "version": "0.0.150", "description": "vx geo", "main": "build/index.js", "scripts": { diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index 0ec1a1478..507f1c4b1 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -1,6 +1,6 @@ { "name": "@vx/responsive", - "version": "0.0.149", + "version": "0.0.150", "description": "vx responsive svg", "main": "build/index.js", "files": [ diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index b59a86315..3f2440141 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -1,6 +1,6 @@ { "name": "@vx/text", - "version": "0.0.143", + "version": "0.0.150", "description": "vx text", "main": "build/index.js", "files": [ diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index a52ff2002..94134659a 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -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": { @@ -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", @@ -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"