From 77049398a0d5932c348a4a66a5077e10f6b9f12f Mon Sep 17 00:00:00 2001 From: Harry Shoff Date: Fri, 6 Oct 2017 23:28:43 -0700 Subject: [PATCH] v0.0.142 --- lerna.json | 2 +- packages/vx-annotation/package.json | 4 ++-- packages/vx-axis/package.json | 4 ++-- packages/vx-demo/package.json | 12 ++++++------ packages/vx-grid/package.json | 4 ++-- packages/vx-marker/package.json | 4 ++-- packages/vx-shape/package.json | 2 +- packages/vx-vx/package.json | 12 ++++++------ 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lerna.json b/lerna.json index 15afedd4e..1bc802543 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.0.141" + "version": "0.0.142" } diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index 9175299f9..72c9415c8 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@vx/annotation", - "version": "0.0.141", + "version": "0.0.142", "description": "vx annotation", "main": "build/index.js", "files": [ @@ -45,7 +45,7 @@ "dependencies": { "@vx/group": "0.0.140", "@vx/point": "0.0.136", - "@vx/shape": "0.0.141", + "@vx/shape": "0.0.142", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index f34e6434c..78896a7b3 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.141", + "version": "0.0.142", "description": "vx axis", "main": "build/index.js", "scripts": { @@ -31,7 +31,7 @@ "dependencies": { "@vx/group": "0.0.140", "@vx/point": "0.0.136", - "@vx/shape": "0.0.141", + "@vx/shape": "0.0.142", "classnames": "^2.2.5", "prop-types": "15.5.10" }, diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 72592ce78..2a424a9ac 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.141", + "version": "0.0.142", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -17,8 +17,8 @@ "author": "@hshoff", "license": "MIT", "dependencies": { - "@vx/annotation": "0.0.141", - "@vx/axis": "0.0.141", + "@vx/annotation": "0.0.142", + "@vx/axis": "0.0.142", "@vx/boxplot": "0.0.140", "@vx/brush": "0.0.140", "@vx/clip-path": "0.0.140", @@ -27,19 +27,19 @@ "@vx/geo": "0.0.140", "@vx/glyph": "0.0.140", "@vx/gradient": "0.0.140", - "@vx/grid": "0.0.141", + "@vx/grid": "0.0.142", "@vx/group": "0.0.140", "@vx/heatmap": "0.0.140", "@vx/hierarchy": "0.0.141", "@vx/legend": "0.0.141", - "@vx/marker": "0.0.141", + "@vx/marker": "0.0.142", "@vx/mock-data": "0.0.136", "@vx/network": "0.0.140", "@vx/pattern": "0.0.140", "@vx/point": "0.0.136", "@vx/responsive": "0.0.140", "@vx/scale": "0.0.140", - "@vx/shape": "0.0.141", + "@vx/shape": "0.0.142", "@vx/text": "0.0.140", "@vx/tooltip": "0.0.141", "@vx/voronoi": "0.0.140", diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index 8fc67feda..275940e5d 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -1,6 +1,6 @@ { "name": "@vx/grid", - "version": "0.0.141", + "version": "0.0.142", "description": "vx grid", "main": "build/index.js", "files": [ @@ -44,7 +44,7 @@ "dependencies": { "@vx/group": "0.0.140", "@vx/point": "0.0.136", - "@vx/shape": "0.0.141", + "@vx/shape": "0.0.142", "classnames": "^2.2.5" }, "publishConfig": { diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index 09bda598b..4b333073f 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -1,6 +1,6 @@ { "name": "@vx/marker", - "version": "0.0.141", + "version": "0.0.142", "description": "vx marker", "main": "build/index.js", "files": [ @@ -40,7 +40,7 @@ }, "dependencies": { "@vx/group": "0.0.140", - "@vx/shape": "0.0.141", + "@vx/shape": "0.0.142", "classnames": "^2.2.5" }, "peerDependencies": { diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index cfb95e0ec..b08794e4d 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -1,6 +1,6 @@ { "name": "@vx/shape", - "version": "0.0.141", + "version": "0.0.142", "description": "vx shape", "main": "build/index.js", "repository": "https://github.com/hshoff/vx", diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 65c5b0181..aca80efac 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.141", + "version": "0.0.142", "description": "One stop install for all vx packages", "main": "build/index.js", "scripts": { @@ -42,8 +42,8 @@ "regenerator-runtime": "^0.10.5" }, "dependencies": { - "@vx/annotation": "0.0.141", - "@vx/axis": "0.0.141", + "@vx/annotation": "0.0.142", + "@vx/axis": "0.0.142", "@vx/bounds": "0.0.141", "@vx/boxplot": "0.0.140", "@vx/brush": "0.0.140", @@ -54,19 +54,19 @@ "@vx/geo": "0.0.140", "@vx/glyph": "0.0.140", "@vx/gradient": "0.0.140", - "@vx/grid": "0.0.141", + "@vx/grid": "0.0.142", "@vx/group": "0.0.140", "@vx/heatmap": "0.0.140", "@vx/hierarchy": "0.0.141", "@vx/legend": "0.0.141", - "@vx/marker": "0.0.141", + "@vx/marker": "0.0.142", "@vx/mock-data": "0.0.136", "@vx/network": "0.0.140", "@vx/pattern": "0.0.140", "@vx/point": "0.0.136", "@vx/responsive": "0.0.140", "@vx/scale": "0.0.140", - "@vx/shape": "0.0.141", + "@vx/shape": "0.0.142", "@vx/text": "0.0.140", "@vx/tooltip": "0.0.141", "@vx/voronoi": "0.0.140",