From 2d068376a37267b280b7077456f2aa2bcaa5b7a7 Mon Sep 17 00:00:00 2001 From: boygirl Date: Sat, 27 Jun 2020 16:49:44 -0700 Subject: [PATCH] v35.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 | 6 +-- packages/victory-histogram/package.json | 6 +-- 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 | 6 +-- 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 | 54 +++++++++---------- 28 files changed, 91 insertions(+), 91 deletions(-) diff --git a/lerna.json b/lerna.json index b4a105630..d538e3749 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.11.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "34.3.12", + "version": "35.0.0", "packages": [ "packages/*" ] diff --git a/packages/victory-area/package.json b/packages/victory-area/package.json index 1ad095491..8b823c5c9 100644 --- a/packages/victory-area/package.json +++ b/packages/victory-area/package.json @@ -1,6 +1,6 @@ { "name": "victory-area", - "version": "34.3.12", + "version": "35.0.0", "description": "Area Component for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "d3-shape": "^1.2.0", "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 343e878a4..4616e1b3a 100644 --- a/packages/victory-axis/package.json +++ b/packages/victory-axis/package.json @@ -1,6 +1,6 @@ { "name": "victory-axis", - "version": "34.3.12", + "version": "35.0.0", "description": "Axis Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 5fa166b3e..153ea2bb2 100644 --- a/packages/victory-bar/package.json +++ b/packages/victory-bar/package.json @@ -1,6 +1,6 @@ { "name": "victory-bar", - "version": "34.3.12", + "version": "35.0.0", "description": "Bar Component for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "d3-shape": "^1.2.0", "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.0.0" }, "scripts": { "temp-version": "webpack --bail --config ../../config/webpack/webpack.config.js --colors" diff --git a/packages/victory-box-plot/package.json b/packages/victory-box-plot/package.json index 0fceeca21..62c3af640 100644 --- a/packages/victory-box-plot/package.json +++ b/packages/victory-box-plot/package.json @@ -1,6 +1,6 @@ { "name": "victory-box-plot", - "version": "34.3.12", + "version": "35.0.0", "description": "Box Plot Component for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "d3-array": "^1.2.0", "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 b7e138f2c..6ac7d1550 100644 --- a/packages/victory-brush-container/package.json +++ b/packages/victory-brush-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-brush-container", - "version": "34.3.12", + "version": "35.0.0", "description": "Interactive Brush Component for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "lodash": "^4.17.15", "prop-types": "^15.5.8", "react-fast-compare": "^2.0.0", - "victory-core": "^34.3.12" + "victory-core": "^35.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 352d9a14e..3787162ec 100644 --- a/packages/victory-brush-line/package.json +++ b/packages/victory-brush-line/package.json @@ -1,6 +1,6 @@ { "name": "victory-brush-line", - "version": "34.3.12", + "version": "35.0.0", "description": "Interactive Brush Line Component for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "lodash": "^4.17.15", "prop-types": "^15.5.8", "react-fast-compare": "^2.0.0", - "victory-core": "^34.3.12" + "victory-core": "^35.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 b7c702484..1650d7ee4 100644 --- a/packages/victory-candlestick/package.json +++ b/packages/victory-candlestick/package.json @@ -1,6 +1,6 @@ { "name": "victory-candlestick", - "version": "34.3.12", + "version": "35.0.0", "description": "Candlestick Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 1fe558d08..c44874c59 100644 --- a/packages/victory-chart/package.json +++ b/packages/victory-chart/package.json @@ -1,6 +1,6 @@ { "name": "victory-chart", - "version": "34.3.12", + "version": "35.0.0", "description": "Chart Component for Victory", "keywords": [ "data visualization", @@ -22,10 +22,10 @@ "lodash": "^4.17.15", "prop-types": "^15.5.8", "react-fast-compare": "^2.0.0", - "victory-axis": "^34.3.12", - "victory-core": "^34.3.12", - "victory-polar-axis": "^34.3.12", - "victory-shared-events": "^34.3.12" + "victory-axis": "^35.0.0", + "victory-core": "^35.0.0", + "victory-polar-axis": "^35.0.0", + "victory-shared-events": "^35.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 48db75852..17ef84abd 100644 --- a/packages/victory-core/package.json +++ b/packages/victory-core/package.json @@ -1,6 +1,6 @@ { "name": "victory-core", - "version": "34.3.12", + "version": "35.0.0", "description": "Victory Core", "keywords": [ "data visualization", diff --git a/packages/victory-create-container/package.json b/packages/victory-create-container/package.json index c5598760f..724f8ad97 100644 --- a/packages/victory-create-container/package.json +++ b/packages/victory-create-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-create-container", - "version": "34.3.12", + "version": "35.0.0", "description": "Container Helper for Victory", "keywords": [ "data visualization", @@ -20,12 +20,12 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.15", - "victory-brush-container": "^34.3.12", - "victory-core": "^34.3.12", - "victory-cursor-container": "^34.3.12", - "victory-selection-container": "^34.3.12", - "victory-voronoi-container": "^34.3.12", - "victory-zoom-container": "^34.3.12" + "victory-brush-container": "^35.0.0", + "victory-core": "^35.0.0", + "victory-cursor-container": "^35.0.0", + "victory-selection-container": "^35.0.0", + "victory-voronoi-container": "^35.0.0", + "victory-zoom-container": "^35.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 7b50e9819..317d276e7 100644 --- a/packages/victory-cursor-container/package.json +++ b/packages/victory-cursor-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-cursor-container", - "version": "34.3.12", + "version": "35.0.0", "description": "Interactive Cursor Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 1d76ddb7a..9f32a9a23 100644 --- a/packages/victory-errorbar/package.json +++ b/packages/victory-errorbar/package.json @@ -1,6 +1,6 @@ { "name": "victory-errorbar", - "version": "34.3.12", + "version": "35.0.0", "description": "Error Bar Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 40556eae3..1e7d92734 100644 --- a/packages/victory-group/package.json +++ b/packages/victory-group/package.json @@ -1,6 +1,6 @@ { "name": "victory-group", - "version": "34.3.12", + "version": "35.0.0", "description": "Group Layout Component for Victory", "keywords": [ "data visualization", @@ -22,8 +22,8 @@ "lodash": "^4.17.15", "prop-types": "^15.5.8", "react-fast-compare": "^2.0.0", - "victory-core": "^34.3.12", - "victory-shared-events": "^34.3.12" + "victory-core": "^35.0.0", + "victory-shared-events": "^35.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory-histogram/package.json b/packages/victory-histogram/package.json index 19374c36a..d2da10d0f 100644 --- a/packages/victory-histogram/package.json +++ b/packages/victory-histogram/package.json @@ -1,6 +1,6 @@ { "name": "victory-histogram", - "version": "34.3.12", + "version": "35.0.0", "description": "Histogram Component for Victory", "keywords": [ "data visualization", @@ -24,8 +24,8 @@ "lodash": "^4.17.15", "prop-types": "^15.5.8", "react-fast-compare": "^2.0.0", - "victory-bar": "^34.3.12", - "victory-core": "^34.3.12" + "victory-bar": "^35.0.0", + "victory-core": "^35.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 c45c01dd6..255da13d5 100644 --- a/packages/victory-legend/package.json +++ b/packages/victory-legend/package.json @@ -1,6 +1,6 @@ { "name": "victory-legend", - "version": "34.3.12", + "version": "35.0.0", "description": "Legend Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 1dfe9c4d3..a226828e6 100644 --- a/packages/victory-line/package.json +++ b/packages/victory-line/package.json @@ -1,6 +1,6 @@ { "name": "victory-line", - "version": "34.3.12", + "version": "35.0.0", "description": "Line Component for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "d3-shape": "^1.2.0", "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 1d281762c..560e96906 100644 --- a/packages/victory-pie/package.json +++ b/packages/victory-pie/package.json @@ -1,6 +1,6 @@ { "name": "victory-pie", - "version": "34.3.12", + "version": "35.0.0", "description": "Pie Component for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "d3-shape": "^1.0.0", "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 9a922e073..5b8063bf1 100644 --- a/packages/victory-polar-axis/package.json +++ b/packages/victory-polar-axis/package.json @@ -1,6 +1,6 @@ { "name": "victory-polar-axis", - "version": "34.3.12", + "version": "35.0.0", "description": "Polar Axis Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 d210fee17..0a2d4a41d 100644 --- a/packages/victory-scatter/package.json +++ b/packages/victory-scatter/package.json @@ -1,6 +1,6 @@ { "name": "victory-scatter", - "version": "34.3.12", + "version": "35.0.0", "description": "Scatter Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 fa632a239..f8f811dcc 100644 --- a/packages/victory-selection-container/package.json +++ b/packages/victory-selection-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-selection-container", - "version": "34.3.12", + "version": "35.0.0", "description": "Interactive Selection Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 e498d9b0a..ccdfb4103 100644 --- a/packages/victory-shared-events/package.json +++ b/packages/victory-shared-events/package.json @@ -1,6 +1,6 @@ { "name": "victory-shared-events", - "version": "34.3.12", + "version": "35.0.0", "description": "Shared Event Helper for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "lodash": "^4.17.15", "prop-types": "^15.5.8", "react-fast-compare": "^2.0.0", - "victory-core": "^34.3.12" + "victory-core": "^35.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 3667f4bc2..63795ef48 100644 --- a/packages/victory-stack/package.json +++ b/packages/victory-stack/package.json @@ -1,6 +1,6 @@ { "name": "victory-stack", - "version": "34.3.12", + "version": "35.0.0", "description": "Stack Layout Component for Victory", "keywords": [ "data visualization", @@ -22,8 +22,8 @@ "lodash": "^4.17.15", "prop-types": "^15.5.8", "react-fast-compare": "^2.0.0", - "victory-core": "^34.3.12", - "victory-shared-events": "^34.3.12" + "victory-core": "^35.0.0", + "victory-shared-events": "^35.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 411bd41ce..14a008c72 100644 --- a/packages/victory-tooltip/package.json +++ b/packages/victory-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "victory-tooltip", - "version": "34.3.12", + "version": "35.0.0", "description": "Tooltip Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 ea3da5044..e54ee255a 100644 --- a/packages/victory-voronoi-container/package.json +++ b/packages/victory-voronoi-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-voronoi-container", - "version": "34.3.12", + "version": "35.0.0", "description": "Interactive Voronoi Mouseover Component for Victory", "keywords": [ "data visualization", @@ -23,8 +23,8 @@ "lodash": "^4.17.15", "prop-types": "^15.5.8", "react-fast-compare": "^2.0.0", - "victory-core": "^34.3.12", - "victory-tooltip": "^34.3.12" + "victory-core": "^35.0.0", + "victory-tooltip": "^35.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 2aff09e53..f69da03c0 100644 --- a/packages/victory-voronoi/package.json +++ b/packages/victory-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "victory-voronoi", - "version": "34.3.12", + "version": "35.0.0", "description": "Voronoi Component for Victory", "keywords": [ "data visualization", @@ -22,7 +22,7 @@ "d3-voronoi": "^1.1.2", "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.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 dfd674fdc..12eed21da 100644 --- a/packages/victory-zoom-container/package.json +++ b/packages/victory-zoom-container/package.json @@ -1,6 +1,6 @@ { "name": "victory-zoom-container", - "version": "34.3.12", + "version": "35.0.0", "description": "Interactive Zoom Component for Victory", "keywords": [ "data visualization", @@ -21,7 +21,7 @@ "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.5.8", - "victory-core": "^34.3.12" + "victory-core": "^35.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists" diff --git a/packages/victory/package.json b/packages/victory/package.json index 6e0e8ed02..d31bff543 100644 --- a/packages/victory/package.json +++ b/packages/victory/package.json @@ -1,6 +1,6 @@ { "name": "victory", - "version": "34.3.12", + "version": "35.0.0", "description": "Data viz for React", "keywords": [ "data visualization", @@ -19,32 +19,32 @@ "author": "Formidable", "license": "MIT", "dependencies": { - "victory-area": "^34.3.12", - "victory-axis": "^34.3.12", - "victory-bar": "^34.3.12", - "victory-box-plot": "^34.3.12", - "victory-brush-container": "^34.3.12", - "victory-brush-line": "^34.3.12", - "victory-candlestick": "^34.3.12", - "victory-chart": "^34.3.12", - "victory-core": "^34.3.12", - "victory-create-container": "^34.3.12", - "victory-cursor-container": "^34.3.12", - "victory-errorbar": "^34.3.12", - "victory-group": "^34.3.12", - "victory-histogram": "^34.3.12", - "victory-legend": "^34.3.12", - "victory-line": "^34.3.12", - "victory-pie": "^34.3.12", - "victory-polar-axis": "^34.3.12", - "victory-scatter": "^34.3.12", - "victory-selection-container": "^34.3.12", - "victory-shared-events": "^34.3.12", - "victory-stack": "^34.3.12", - "victory-tooltip": "^34.3.12", - "victory-voronoi": "^34.3.12", - "victory-voronoi-container": "^34.3.12", - "victory-zoom-container": "^34.3.12" + "victory-area": "^35.0.0", + "victory-axis": "^35.0.0", + "victory-bar": "^35.0.0", + "victory-box-plot": "^35.0.0", + "victory-brush-container": "^35.0.0", + "victory-brush-line": "^35.0.0", + "victory-candlestick": "^35.0.0", + "victory-chart": "^35.0.0", + "victory-core": "^35.0.0", + "victory-create-container": "^35.0.0", + "victory-cursor-container": "^35.0.0", + "victory-errorbar": "^35.0.0", + "victory-group": "^35.0.0", + "victory-histogram": "^35.0.0", + "victory-legend": "^35.0.0", + "victory-line": "^35.0.0", + "victory-pie": "^35.0.0", + "victory-polar-axis": "^35.0.0", + "victory-scatter": "^35.0.0", + "victory-selection-container": "^35.0.0", + "victory-shared-events": "^35.0.0", + "victory-stack": "^35.0.0", + "victory-tooltip": "^35.0.0", + "victory-voronoi": "^35.0.0", + "victory-voronoi-container": "^35.0.0", + "victory-zoom-container": "^35.0.0" }, "scripts": { "version": "nps build-libs && nps build-dists"