Skip to content

Commit 434f089

Browse files
committed
v35.3.5
1 parent 32c5084 commit 434f089

File tree

28 files changed

+91
-91
lines changed

28 files changed

+91
-91
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lerna": "2.11.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "35.3.4",
5+
"version": "35.3.5",
66
"packages": [
77
"packages/*"
88
]

packages/victory-area/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-area",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Area Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"d3-shape": "^1.2.0",
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.5.8",
25-
"victory-core": "^35.3.4"
25+
"victory-core": "^35.3.5"
2626
},
2727
"scripts": {
2828
"version": "nps build-libs && nps build-dists"

packages/victory-axis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-axis",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Axis Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
24-
"victory-core": "^35.3.4"
24+
"victory-core": "^35.3.5"
2525
},
2626
"scripts": {
2727
"version": "nps build-libs && nps build-dists"

packages/victory-bar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-bar",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Bar Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"d3-shape": "^1.2.0",
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.5.8",
25-
"victory-core": "^35.3.4"
25+
"victory-core": "^35.3.5"
2626
},
2727
"scripts": {
2828
"temp-version": "webpack --bail --config ../../config/webpack/webpack.config.js --colors"

packages/victory-box-plot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-box-plot",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Box Plot Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"d3-array": "^1.2.0",
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.5.8",
25-
"victory-core": "^35.3.4"
25+
"victory-core": "^35.3.5"
2626
},
2727
"scripts": {
2828
"version": "nps build-libs && nps build-dists"

packages/victory-brush-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-brush-container",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Interactive Brush Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
2424
"react-fast-compare": "^2.0.0",
25-
"victory-core": "^35.3.4"
25+
"victory-core": "^35.3.5"
2626
},
2727
"scripts": {
2828
"version": "nps build-libs && nps build-dists"

packages/victory-brush-line/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-brush-line",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Interactive Brush Line Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
2424
"react-fast-compare": "^2.0.0",
25-
"victory-core": "^35.3.4"
25+
"victory-core": "^35.3.5"
2626
},
2727
"scripts": {
2828
"version": "nps build-libs && nps build-dists"

packages/victory-candlestick/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-candlestick",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Candlestick Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
24-
"victory-core": "^35.3.4"
24+
"victory-core": "^35.3.5"
2525
},
2626
"scripts": {
2727
"version": "nps build-libs && nps build-dists"

packages/victory-chart/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-chart",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Chart Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,10 +22,10 @@
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
2424
"react-fast-compare": "^2.0.0",
25-
"victory-axis": "^35.3.4",
26-
"victory-core": "^35.3.4",
27-
"victory-polar-axis": "^35.3.4",
28-
"victory-shared-events": "^35.3.4"
25+
"victory-axis": "^35.3.5",
26+
"victory-core": "^35.3.5",
27+
"victory-polar-axis": "^35.3.5",
28+
"victory-shared-events": "^35.3.5"
2929
},
3030
"scripts": {
3131
"version": "nps build-libs && nps build-dists"

packages/victory-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-core",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Victory Core",
55
"keywords": [
66
"data visualization",

packages/victory-create-container/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-create-container",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Container Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -20,12 +20,12 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"lodash": "^4.17.19",
23-
"victory-brush-container": "^35.3.4",
24-
"victory-core": "^35.3.4",
25-
"victory-cursor-container": "^35.3.4",
26-
"victory-selection-container": "^35.3.4",
27-
"victory-voronoi-container": "^35.3.4",
28-
"victory-zoom-container": "^35.3.4"
23+
"victory-brush-container": "^35.3.5",
24+
"victory-core": "^35.3.5",
25+
"victory-cursor-container": "^35.3.5",
26+
"victory-selection-container": "^35.3.5",
27+
"victory-voronoi-container": "^35.3.5",
28+
"victory-zoom-container": "^35.3.5"
2929
},
3030
"scripts": {
3131
"version": "nps build-libs && nps build-dists"

packages/victory-cursor-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-cursor-container",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Interactive Cursor Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
24-
"victory-core": "^35.3.4"
24+
"victory-core": "^35.3.5"
2525
},
2626
"scripts": {
2727
"version": "nps build-libs && nps build-dists"

packages/victory-errorbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-errorbar",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Error Bar Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
24-
"victory-core": "^35.3.4"
24+
"victory-core": "^35.3.5"
2525
},
2626
"scripts": {
2727
"version": "nps build-libs && nps build-dists"

packages/victory-group/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-group",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Group Layout Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
2424
"react-fast-compare": "^2.0.0",
25-
"victory-core": "^35.3.4",
26-
"victory-shared-events": "^35.3.4"
25+
"victory-core": "^35.3.5",
26+
"victory-shared-events": "^35.3.5"
2727
},
2828
"scripts": {
2929
"version": "nps build-libs && nps build-dists"

packages/victory-histogram/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-histogram",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Histogram Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -24,8 +24,8 @@
2424
"lodash": "^4.17.19",
2525
"prop-types": "^15.5.8",
2626
"react-fast-compare": "^2.0.0",
27-
"victory-bar": "^35.3.4",
28-
"victory-core": "^35.3.4"
27+
"victory-bar": "^35.3.5",
28+
"victory-core": "^35.3.5"
2929
},
3030
"scripts": {
3131
"version": "nps build-libs && nps build-dists"

packages/victory-legend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-legend",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Legend Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
24-
"victory-core": "^35.3.4"
24+
"victory-core": "^35.3.5"
2525
},
2626
"scripts": {
2727
"version": "nps build-libs && nps build-dists"

packages/victory-line/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-line",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Line Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"d3-shape": "^1.2.0",
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.5.8",
25-
"victory-core": "^35.3.4"
25+
"victory-core": "^35.3.5"
2626
},
2727
"scripts": {
2828
"version": "nps build-libs && nps build-dists"

packages/victory-pie/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-pie",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Pie Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"d3-shape": "^1.0.0",
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.5.8",
25-
"victory-core": "^35.3.4"
25+
"victory-core": "^35.3.5"
2626
},
2727
"scripts": {
2828
"version": "nps build-libs && nps build-dists"

packages/victory-polar-axis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-polar-axis",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Polar Axis Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
24-
"victory-core": "^35.3.4"
24+
"victory-core": "^35.3.5"
2525
},
2626
"scripts": {
2727
"version": "nps build-libs && nps build-dists"

packages/victory-scatter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-scatter",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Scatter Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
24-
"victory-core": "^35.3.4"
24+
"victory-core": "^35.3.5"
2525
},
2626
"scripts": {
2727
"version": "nps build-libs && nps build-dists"

packages/victory-selection-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-selection-container",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Interactive Selection Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
24-
"victory-core": "^35.3.4"
24+
"victory-core": "^35.3.5"
2525
},
2626
"scripts": {
2727
"version": "nps build-libs && nps build-dists"

packages/victory-shared-events/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-shared-events",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Shared Event Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,7 +23,7 @@
2323
"lodash": "^4.17.19",
2424
"prop-types": "^15.5.8",
2525
"react-fast-compare": "^2.0.0",
26-
"victory-core": "^35.3.4"
26+
"victory-core": "^35.3.5"
2727
},
2828
"scripts": {
2929
"version": "nps build-libs && nps build-dists"

packages/victory-stack/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-stack",
3-
"version": "35.3.4",
3+
"version": "35.3.5",
44
"description": "Stack Layout Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
2424
"react-fast-compare": "^2.0.0",
25-
"victory-core": "^35.3.4",
26-
"victory-shared-events": "^35.3.4"
25+
"victory-core": "^35.3.5",
26+
"victory-shared-events": "^35.3.5"
2727
},
2828
"scripts": {
2929
"version": "nps build-libs && nps build-dists"

0 commit comments

Comments
 (0)