Skip to content

Commit 22b70ee

Browse files
committed
v35.3.2
1 parent 0405d4c commit 22b70ee

File tree

27 files changed

+64
-64
lines changed

27 files changed

+64
-64
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.1",
5+
"version": "35.3.2",
66
"packages": [
77
"packages/*"
88
]

packages/victory-area/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-area",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Area Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-axis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-axis",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Axis Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-bar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-bar",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Bar Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-box-plot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-box-plot",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Box Plot Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-brush-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-brush-container",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Interactive Brush Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-brush-line/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-brush-line",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Interactive Brush Line Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-candlestick/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-candlestick",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Candlestick Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-chart/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-chart",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
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.1",
25+
"victory-axis": "^35.3.2",
2626
"victory-core": "35.3.1",
27-
"victory-polar-axis": "35.3.1",
28-
"victory-shared-events": "35.3.1"
27+
"victory-polar-axis": "^35.3.2",
28+
"victory-shared-events": "^35.3.2"
2929
},
3030
"scripts": {
3131
"version": "nps build-libs && nps build-dists"

packages/victory-create-container/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-create-container",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
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.1",
23+
"victory-brush-container": "^35.3.2",
2424
"victory-core": "35.3.1",
25-
"victory-cursor-container": "35.3.1",
26-
"victory-selection-container": "35.3.1",
27-
"victory-voronoi-container": "35.3.1",
28-
"victory-zoom-container": "35.3.1"
25+
"victory-cursor-container": "^35.3.2",
26+
"victory-selection-container": "^35.3.2",
27+
"victory-voronoi-container": "^35.3.2",
28+
"victory-zoom-container": "^35.3.2"
2929
},
3030
"scripts": {
3131
"version": "nps build-libs && nps build-dists"

packages/victory-cursor-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-cursor-container",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Interactive Cursor Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-errorbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-errorbar",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Error Bar Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-group/package.json

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

packages/victory-histogram/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-histogram",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Histogram Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -24,7 +24,7 @@
2424
"lodash": "^4.17.19",
2525
"prop-types": "^15.5.8",
2626
"react-fast-compare": "^2.0.0",
27-
"victory-bar": "35.3.1",
27+
"victory-bar": "^35.3.2",
2828
"victory-core": "35.3.1"
2929
},
3030
"scripts": {

packages/victory-legend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-legend",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Legend Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-line/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-line",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Line Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-pie/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-pie",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Pie Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-polar-axis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-polar-axis",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Polar Axis Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-scatter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-scatter",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Scatter Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-selection-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-selection-container",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Interactive Selection Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-shared-events/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-shared-events",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Shared Event Helper for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-stack/package.json

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

packages/victory-tooltip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-tooltip",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Tooltip Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-voronoi-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-voronoi-container",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Interactive Voronoi Mouseover Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -24,7 +24,7 @@
2424
"prop-types": "^15.5.8",
2525
"react-fast-compare": "^2.0.0",
2626
"victory-core": "35.3.1",
27-
"victory-tooltip": "35.3.1"
27+
"victory-tooltip": "^35.3.2"
2828
},
2929
"scripts": {
3030
"version": "nps build-libs && nps build-dists"

packages/victory-voronoi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-voronoi",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Voronoi Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory-zoom-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-zoom-container",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Interactive Zoom Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory/package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory",
3-
"version": "35.3.1",
3+
"version": "35.3.2",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -19,32 +19,32 @@
1919
"author": "Formidable",
2020
"license": "MIT",
2121
"dependencies": {
22-
"victory-area": "35.3.1",
23-
"victory-axis": "35.3.1",
24-
"victory-bar": "35.3.1",
25-
"victory-box-plot": "35.3.1",
26-
"victory-brush-container": "35.3.1",
27-
"victory-brush-line": "35.3.1",
28-
"victory-candlestick": "35.3.1",
29-
"victory-chart": "35.3.1",
22+
"victory-area": "^35.3.2",
23+
"victory-axis": "^35.3.2",
24+
"victory-bar": "^35.3.2",
25+
"victory-box-plot": "^35.3.2",
26+
"victory-brush-container": "^35.3.2",
27+
"victory-brush-line": "^35.3.2",
28+
"victory-candlestick": "^35.3.2",
29+
"victory-chart": "^35.3.2",
3030
"victory-core": "35.3.1",
31-
"victory-create-container": "35.3.1",
32-
"victory-cursor-container": "35.3.1",
33-
"victory-errorbar": "35.3.1",
34-
"victory-group": "35.3.1",
35-
"victory-histogram": "35.3.1",
36-
"victory-legend": "35.3.1",
37-
"victory-line": "35.3.1",
38-
"victory-pie": "35.3.1",
39-
"victory-polar-axis": "35.3.1",
40-
"victory-scatter": "35.3.1",
41-
"victory-selection-container": "35.3.1",
42-
"victory-shared-events": "35.3.1",
43-
"victory-stack": "35.3.1",
44-
"victory-tooltip": "35.3.1",
45-
"victory-voronoi": "35.3.1",
46-
"victory-voronoi-container": "35.3.1",
47-
"victory-zoom-container": "35.3.1"
31+
"victory-create-container": "^35.3.2",
32+
"victory-cursor-container": "^35.3.2",
33+
"victory-errorbar": "^35.3.2",
34+
"victory-group": "^35.3.2",
35+
"victory-histogram": "^35.3.2",
36+
"victory-legend": "^35.3.2",
37+
"victory-line": "^35.3.2",
38+
"victory-pie": "^35.3.2",
39+
"victory-polar-axis": "^35.3.2",
40+
"victory-scatter": "^35.3.2",
41+
"victory-selection-container": "^35.3.2",
42+
"victory-shared-events": "^35.3.2",
43+
"victory-stack": "^35.3.2",
44+
"victory-tooltip": "^35.3.2",
45+
"victory-voronoi": "^35.3.2",
46+
"victory-voronoi-container": "^35.3.2",
47+
"victory-zoom-container": "^35.3.2"
4848
},
4949
"scripts": {
5050
"version": "nps build-libs && nps build-dists"

0 commit comments

Comments
 (0)