From 2cdfbae89e18dec8ffbe031f7631c58a5933f724 Mon Sep 17 00:00:00 2001 From: boygirl Date: Tue, 17 Jul 2018 16:03:58 -0700 Subject: [PATCH] v30.0.0 --- lerna.json | 2 +- packages/victory-area/package.json | 4 +- packages/victory-axis/package.json | 4 +- packages/victory-bar/package.json | 4 +- packages/victory-box-plot/package.json | 4 +- packages/victory-brush-container/package.json | 4 +- packages/victory-brush-line/package.json | 4 +- packages/victory-candlestick/package.json | 4 +- packages/victory-chart/package.json | 10 ++-- packages/victory-core/package.json | 2 +- .../victory-create-container/package.json | 14 ++--- .../victory-cursor-container/package.json | 4 +- packages/victory-errorbar/package.json | 4 +- packages/victory-group/package.json | 4 +- packages/victory-legend/package.json | 4 +- packages/victory-line/package.json | 4 +- packages/victory-pie/package.json | 4 +- packages/victory-polar-axis/package.json | 4 +- packages/victory-scatter/package.json | 4 +- .../victory-selection-container/package.json | 4 +- packages/victory-shared-events/package.json | 4 +- packages/victory-stack/package.json | 4 +- packages/victory-tooltip/package.json | 4 +- .../victory-voronoi-container/package.json | 6 +-- packages/victory-voronoi/package.json | 4 +- packages/victory-zoom-container/package.json | 4 +- packages/victory/package.json | 52 +++++++++---------- 27 files changed, 85 insertions(+), 85 deletions(-) diff --git a/lerna.json b/lerna.json index 4bd7aa715..3133c1680 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.11.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "30.0.0-alpha.3", + "version": "30.0.0", "packages": [ "packages/*" ] diff --git a/packages/victory-area/package.json b/packages/victory-area/package.json index 35830c95d..824785cbd 100644 --- a/packages/victory-area/package.json +++ b/packages/victory-area/package.json @@ -1,6 +1,6 @@ { "name": "victory-area", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -10,7 +10,7 @@ "dependencies": { "d3-shape": "^1.2.0", "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-axis/package.json b/packages/victory-axis/package.json index 9ba5e2db1..a49f6b414 100644 --- a/packages/victory-axis/package.json +++ b/packages/victory-axis/package.json @@ -1,6 +1,6 @@ { "name": "victory-axis", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-bar/package.json b/packages/victory-bar/package.json index 7e3f25e32..13810b044 100644 --- a/packages/victory-bar/package.json +++ b/packages/victory-bar/package.json @@ -1,6 +1,6 @@ { "name": "victory-bar", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -10,7 +10,7 @@ "dependencies": { "d3-shape": "^1.2.0", "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-box-plot/package.json b/packages/victory-box-plot/package.json index 94b37b7d8..b14f44f63 100644 --- a/packages/victory-box-plot/package.json +++ b/packages/victory-box-plot/package.json @@ -1,6 +1,6 @@ { "name": "victory-box-plot", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -10,7 +10,7 @@ "dependencies": { "d3-array": "^1.2.0", "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-brush-container/package.json b/packages/victory-brush-container/package.json index 94815cfd1..181006821 100644 --- a/packages/victory-brush-container/package.json +++ b/packages/victory-brush-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-brush-container", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-brush-line/package.json b/packages/victory-brush-line/package.json index 430c35466..7e295263f 100644 --- a/packages/victory-brush-line/package.json +++ b/packages/victory-brush-line/package.json @@ -1,6 +1,6 @@ { "name": "victory-brush-line", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-candlestick/package.json b/packages/victory-candlestick/package.json index 9e46e5589..9bd642d36 100644 --- a/packages/victory-candlestick/package.json +++ b/packages/victory-candlestick/package.json @@ -1,6 +1,6 @@ { "name": "victory-candlestick", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-chart/package.json b/packages/victory-chart/package.json index 15cae11c5..1269a7238 100644 --- a/packages/victory-chart/package.json +++ b/packages/victory-chart/package.json @@ -1,6 +1,6 @@ { "name": "victory-chart", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -10,10 +10,10 @@ "dependencies": { "lodash": "^4.17.5", "react-fast-compare": "^2.0.0", - "victory-axis": "^30.0.0-alpha.3", - "victory-core": "^30.0.0-alpha.3", - "victory-polar-axis": "^30.0.0-alpha.3", - "victory-shared-events": "^30.0.0-alpha.3" + "victory-axis": "^30.0.0", + "victory-core": "^30.0.0", + "victory-polar-axis": "^30.0.0", + "victory-shared-events": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-core/package.json b/packages/victory-core/package.json index a30776a37..8c276b330 100644 --- a/packages/victory-core/package.json +++ b/packages/victory-core/package.json @@ -1,6 +1,6 @@ { "name": "victory-core", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Victory Core", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/victory-create-container/package.json b/packages/victory-create-container/package.json index 885836be3..7fb028961 100644 --- a/packages/victory-create-container/package.json +++ b/packages/victory-create-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-create-container", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,12 +9,12 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-brush-container": "^30.0.0-alpha.3", - "victory-core": "^30.0.0-alpha.3", - "victory-cursor-container": "^30.0.0-alpha.3", - "victory-selection-container": "^30.0.0-alpha.3", - "victory-voronoi-container": "^30.0.0-alpha.3", - "victory-zoom-container": "^30.0.0-alpha.3" + "victory-brush-container": "^30.0.0", + "victory-core": "^30.0.0", + "victory-cursor-container": "^30.0.0", + "victory-selection-container": "^30.0.0", + "victory-voronoi-container": "^30.0.0", + "victory-zoom-container": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-cursor-container/package.json b/packages/victory-cursor-container/package.json index ad41b21e0..ef73afd6d 100644 --- a/packages/victory-cursor-container/package.json +++ b/packages/victory-cursor-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-cursor-container", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-errorbar/package.json b/packages/victory-errorbar/package.json index b237c6350..e182e031a 100644 --- a/packages/victory-errorbar/package.json +++ b/packages/victory-errorbar/package.json @@ -1,6 +1,6 @@ { "name": "victory-errorbar", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-group/package.json b/packages/victory-group/package.json index 5af3e07bc..107c1e309 100644 --- a/packages/victory-group/package.json +++ b/packages/victory-group/package.json @@ -1,6 +1,6 @@ { "name": "victory-group", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-legend/package.json b/packages/victory-legend/package.json index aca362a87..5489f18ef 100644 --- a/packages/victory-legend/package.json +++ b/packages/victory-legend/package.json @@ -1,6 +1,6 @@ { "name": "victory-legend", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-line/package.json b/packages/victory-line/package.json index 7e6279706..3345f1fd3 100644 --- a/packages/victory-line/package.json +++ b/packages/victory-line/package.json @@ -1,6 +1,6 @@ { "name": "victory-line", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -10,7 +10,7 @@ "dependencies": { "d3-shape": "^1.2.0", "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-pie/package.json b/packages/victory-pie/package.json index ea5efe842..cf1e4ce12 100644 --- a/packages/victory-pie/package.json +++ b/packages/victory-pie/package.json @@ -1,6 +1,6 @@ { "name": "victory-pie", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "D3 pie & donut chart component for React", "main": "lib/index.js", "module": "es/index.js", @@ -10,7 +10,7 @@ "dependencies": { "d3-shape": "^1.0.0", "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-polar-axis/package.json b/packages/victory-polar-axis/package.json index 7feacd5d4..57f6da92e 100644 --- a/packages/victory-polar-axis/package.json +++ b/packages/victory-polar-axis/package.json @@ -1,6 +1,6 @@ { "name": "victory-polar-axis", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-scatter/package.json b/packages/victory-scatter/package.json index b63a088c6..1b2f2e629 100644 --- a/packages/victory-scatter/package.json +++ b/packages/victory-scatter/package.json @@ -1,6 +1,6 @@ { "name": "victory-scatter", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-selection-container/package.json b/packages/victory-selection-container/package.json index 50411deb6..f41f4b0f3 100644 --- a/packages/victory-selection-container/package.json +++ b/packages/victory-selection-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-selection-container", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-shared-events/package.json b/packages/victory-shared-events/package.json index 5b560bdb9..1dab2ef33 100644 --- a/packages/victory-shared-events/package.json +++ b/packages/victory-shared-events/package.json @@ -1,6 +1,6 @@ { "name": "victory-shared-events", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-stack/package.json b/packages/victory-stack/package.json index cab1775fd..e5316eefb 100644 --- a/packages/victory-stack/package.json +++ b/packages/victory-stack/package.json @@ -1,6 +1,6 @@ { "name": "victory-stack", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-tooltip/package.json b/packages/victory-tooltip/package.json index b49dd8f7d..870c7f19f 100644 --- a/packages/victory-tooltip/package.json +++ b/packages/victory-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "victory-tooltip", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-voronoi-container/package.json b/packages/victory-voronoi-container/package.json index 88d5be4fc..a6df679b4 100644 --- a/packages/victory-voronoi-container/package.json +++ b/packages/victory-voronoi-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-voronoi-container", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -10,8 +10,8 @@ "dependencies": { "d3-voronoi": "^1.1.2", "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3", - "victory-tooltip": "^30.0.0-alpha.3" + "victory-core": "^30.0.0", + "victory-tooltip": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-voronoi/package.json b/packages/victory-voronoi/package.json index d14b5fa92..deebbf950 100644 --- a/packages/victory-voronoi/package.json +++ b/packages/victory-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "victory-voronoi", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -10,7 +10,7 @@ "dependencies": { "d3-voronoi": "^1.1.2", "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-zoom-container/package.json b/packages/victory-zoom-container/package.json index 29d9c1bad..52966394a 100644 --- a/packages/victory-zoom-container/package.json +++ b/packages/victory-zoom-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-zoom-container", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Chart Component for Victory", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.5", - "victory-core": "^30.0.0-alpha.3" + "victory-core": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory/package.json b/packages/victory/package.json index a70b0b7b6..054ed26d2 100644 --- a/packages/victory/package.json +++ b/packages/victory/package.json @@ -1,6 +1,6 @@ { "name": "victory", - "version": "30.0.0-alpha.3", + "version": "30.0.0", "description": "Data viz for React", "keywords": [ "data visualization", @@ -14,31 +14,31 @@ "author": "Formidable", "license": "MIT", "dependencies": { - "victory-area": "^30.0.0-alpha.3", - "victory-axis": "^30.0.0-alpha.3", - "victory-bar": "^30.0.0-alpha.3", - "victory-box-plot": "^30.0.0-alpha.3", - "victory-brush-container": "^30.0.0-alpha.3", - "victory-brush-line": "^30.0.0-alpha.3", - "victory-candlestick": "^30.0.0-alpha.3", - "victory-chart": "^30.0.0-alpha.3", - "victory-core": "^30.0.0-alpha.3", - "victory-create-container": "^30.0.0-alpha.3", - "victory-cursor-container": "^30.0.0-alpha.3", - "victory-errorbar": "^30.0.0-alpha.3", - "victory-group": "^30.0.0-alpha.3", - "victory-legend": "^30.0.0-alpha.3", - "victory-line": "^30.0.0-alpha.3", - "victory-pie": "^30.0.0-alpha.3", - "victory-polar-axis": "^30.0.0-alpha.3", - "victory-scatter": "^30.0.0-alpha.3", - "victory-selection-container": "^30.0.0-alpha.3", - "victory-shared-events": "^30.0.0-alpha.3", - "victory-stack": "^30.0.0-alpha.3", - "victory-tooltip": "^30.0.0-alpha.3", - "victory-voronoi": "^30.0.0-alpha.3", - "victory-voronoi-container": "^30.0.0-alpha.3", - "victory-zoom-container": "^30.0.0-alpha.3" + "victory-area": "^30.0.0", + "victory-axis": "^30.0.0", + "victory-bar": "^30.0.0", + "victory-box-plot": "^30.0.0", + "victory-brush-container": "^30.0.0", + "victory-brush-line": "^30.0.0", + "victory-candlestick": "^30.0.0", + "victory-chart": "^30.0.0", + "victory-core": "^30.0.0", + "victory-create-container": "^30.0.0", + "victory-cursor-container": "^30.0.0", + "victory-errorbar": "^30.0.0", + "victory-group": "^30.0.0", + "victory-legend": "^30.0.0", + "victory-line": "^30.0.0", + "victory-pie": "^30.0.0", + "victory-polar-axis": "^30.0.0", + "victory-scatter": "^30.0.0", + "victory-selection-container": "^30.0.0", + "victory-shared-events": "^30.0.0", + "victory-stack": "^30.0.0", + "victory-tooltip": "^30.0.0", + "victory-voronoi": "^30.0.0", + "victory-voronoi-container": "^30.0.0", + "victory-zoom-container": "^30.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists"