From 37c36a287affb67a9a2abb84361d2b3ed374f9c9 Mon Sep 17 00:00:00 2001 From: Harry Shoff Date: Wed, 10 Jan 2018 14:13:03 -0500 Subject: [PATCH] v0.0.152 --- lerna.json | 2 +- packages/vx-axis/package.json | 2 +- packages/vx-demo/package.json | 12 ++++++------ packages/vx-responsive/package.json | 2 +- packages/vx-scale/package.json | 2 +- packages/vx-stats/package.json | 4 ++-- packages/vx-text/package.json | 2 +- packages/vx-vx/package.json | 10 +++++----- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lerna.json b/lerna.json index 6d469a80c..da682aa46 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.0.151" + "version": "0.0.152" } diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index e7757d1bf..ed0ba4da2 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.151", + "version": "0.0.152", "description": "vx axis", "main": "build/index.js", "scripts": { diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index ca4e89e4d..cf1c4de8b 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.151", + "version": "0.0.152", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -18,7 +18,7 @@ "license": "MIT", "dependencies": { "@vx/annotation": "0.0.147", - "@vx/axis": "0.0.151", + "@vx/axis": "^0.0.152", "@vx/boxplot": "0.0.143", "@vx/brush": "0.0.143", "@vx/clip-path": "0.0.143", @@ -37,11 +37,11 @@ "@vx/network": "0.0.143", "@vx/pattern": "0.0.143", "@vx/point": "0.0.143", - "@vx/responsive": "0.0.151", - "@vx/scale": "0.0.151", + "@vx/responsive": "^0.0.152", + "@vx/scale": "^0.0.152", "@vx/shape": "0.0.147", - "@vx/stats": "0.0.151", - "@vx/text": "0.0.151", + "@vx/stats": "^0.0.152", + "@vx/text": "^0.0.152", "@vx/tooltip": "0.0.148", "@vx/voronoi": "0.0.143", "classnames": "^2.2.5", diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index 8f7bb07e0..bac74c7b7 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -1,6 +1,6 @@ { "name": "@vx/responsive", - "version": "0.0.151", + "version": "0.0.152", "description": "vx responsive svg", "main": "build/index.js", "files": [ diff --git a/packages/vx-scale/package.json b/packages/vx-scale/package.json index 1c4afd62e..290c6fe43 100644 --- a/packages/vx-scale/package.json +++ b/packages/vx-scale/package.json @@ -1,6 +1,6 @@ { "name": "@vx/scale", - "version": "0.0.151", + "version": "0.0.152", "description": "vx scale", "main": "build/index.js", "scripts": { diff --git a/packages/vx-stats/package.json b/packages/vx-stats/package.json index 902fafd90..f4d47b3ad 100644 --- a/packages/vx-stats/package.json +++ b/packages/vx-stats/package.json @@ -1,6 +1,6 @@ { "name": "@vx/stats", - "version": "0.0.151", + "version": "0.0.152", "description": "vx stats box violin", "main": "build/index.js", "scripts": { @@ -27,7 +27,7 @@ "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { "@vx/group": "0.0.143", - "@vx/scale": "0.0.151", + "@vx/scale": "^0.0.152", "classnames": "^2.2.5", "d3-shape": "^1.2.0" }, diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index 810f8c714..dae078d5e 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -1,6 +1,6 @@ { "name": "@vx/text", - "version": "0.0.151", + "version": "0.0.152", "description": "vx text", "main": "build/index.js", "files": [ diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 2522d3989..81e87ebb1 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.151", + "version": "0.0.152", "description": "One stop install for all vx packages", "main": "build/index.js", "scripts": { @@ -46,7 +46,7 @@ }, "dependencies": { "@vx/annotation": "0.0.147", - "@vx/axis": "0.0.151", + "@vx/axis": "^0.0.152", "@vx/bounds": "0.0.147", "@vx/boxplot": "0.0.143", "@vx/brush": "0.0.143", @@ -67,10 +67,10 @@ "@vx/network": "0.0.143", "@vx/pattern": "0.0.143", "@vx/point": "0.0.143", - "@vx/responsive": "0.0.151", - "@vx/scale": "0.0.151", + "@vx/responsive": "^0.0.152", + "@vx/scale": "^0.0.152", "@vx/shape": "0.0.147", - "@vx/text": "0.0.151", + "@vx/text": "^0.0.152", "@vx/tooltip": "0.0.148", "@vx/voronoi": "0.0.143", "@vx/zoom": "0.0.143"