Skip to content

Commit 55338af

Browse files
author
scottrippey
committed
v36.5.3
1 parent a907103 commit 55338af

File tree

30 files changed

+122
-122
lines changed

30 files changed

+122
-122
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "36.5.2",
4+
"version": "36.5.3",
55
"packages": [
66
"packages/*"
77
]

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": "36.5.2",
3+
"version": "36.5.3",
44
"description": "Area Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.8.1",
24-
"victory-core": "^36.5.2",
24+
"victory-core": "^36.5.3",
2525
"victory-vendor": "^36.5.1"
2626
},
2727
"peerDependencies": {

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": "36.5.2",
3+
"version": "36.5.3",
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.8.1",
24-
"victory-core": "^36.5.2"
24+
"victory-core": "^36.5.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
44
"description": "Bar Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.8.1",
24-
"victory-core": "^36.5.2",
24+
"victory-core": "^36.5.3",
2525
"victory-vendor": "^36.5.1"
2626
},
2727
"peerDependencies": {

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": "36.5.2",
3+
"version": "36.5.3",
44
"description": "Box Plot Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.8.1",
24-
"victory-core": "^36.5.2",
24+
"victory-core": "^36.5.3",
2525
"victory-vendor": "^36.5.1"
2626
},
2727
"peerDependencies": {

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": "36.5.2",
3+
"version": "36.5.3",
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.8.1",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-core": "^36.5.2"
25+
"victory-core": "^36.5.3"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
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.8.1",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-core": "^36.5.2"
25+
"victory-core": "^36.5.3"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
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.8.1",
24-
"victory-core": "^36.5.2"
24+
"victory-core": "^36.5.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

packages/victory-canvas/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-canvas",
3-
"version": "36.5.2",
3+
"version": "36.5.3",
44
"description": "HTML5 Canvas Components for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.8.1",
24-
"victory-core": "^36.5.2"
24+
"victory-core": "^36.5.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
44
"description": "Chart Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,10 +22,10 @@
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.8.1",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-axis": "^36.5.2",
26-
"victory-core": "^36.5.2",
27-
"victory-polar-axis": "^36.5.2",
28-
"victory-shared-events": "^36.5.2"
25+
"victory-axis": "^36.5.3",
26+
"victory-core": "^36.5.3",
27+
"victory-polar-axis": "^36.5.3",
28+
"victory-shared-events": "^36.5.3"
2929
},
3030
"peerDependencies": {
3131
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
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": "36.5.2",
3+
"version": "36.5.3",
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": "^36.5.2",
24-
"victory-core": "^36.5.2",
25-
"victory-cursor-container": "^36.5.2",
26-
"victory-selection-container": "^36.5.2",
27-
"victory-voronoi-container": "^36.5.2",
28-
"victory-zoom-container": "^36.5.2"
23+
"victory-brush-container": "^36.5.3",
24+
"victory-core": "^36.5.3",
25+
"victory-cursor-container": "^36.5.3",
26+
"victory-selection-container": "^36.5.3",
27+
"victory-voronoi-container": "^36.5.3",
28+
"victory-zoom-container": "^36.5.3"
2929
},
3030
"peerDependencies": {
3131
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
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.8.1",
24-
"victory-core": "^36.5.2"
24+
"victory-core": "^36.5.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
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.8.1",
24-
"victory-core": "^36.5.2"
24+
"victory-core": "^36.5.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
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.8.1",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-core": "^36.5.2",
26-
"victory-shared-events": "^36.5.2"
25+
"victory-core": "^36.5.3",
26+
"victory-shared-events": "^36.5.3"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
44
"description": "Histogram Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,8 +22,8 @@
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.8.1",
2424
"react-fast-compare": "^3.2.0",
25-
"victory-bar": "^36.5.2",
26-
"victory-core": "^36.5.2",
25+
"victory-bar": "^36.5.3",
26+
"victory-core": "^36.5.3",
2727
"victory-vendor": "^36.5.1"
2828
},
2929
"peerDependencies": {

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": "36.5.2",
3+
"version": "36.5.3",
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.8.1",
24-
"victory-core": "^36.5.2"
24+
"victory-core": "^36.5.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.6.0"

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": "36.5.2",
3+
"version": "36.5.3",
44
"description": "Line Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.8.1",
24-
"victory-core": "^36.5.2",
24+
"victory-core": "^36.5.3",
2525
"victory-vendor": "^36.5.1"
2626
},
2727
"peerDependencies": {

packages/victory-native/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-native",
3-
"version": "36.5.2",
3+
"version": "36.5.3",
44
"description": "Native Port for Victory",
55
"keywords": [
66
"data visualization",
@@ -23,33 +23,33 @@
2323
"author": "Formidable",
2424
"license": "MIT",
2525
"dependencies": {
26-
"victory": "^36.5.2",
27-
"victory-area": "^36.5.2",
28-
"victory-axis": "^36.5.2",
29-
"victory-bar": "^36.5.2",
30-
"victory-box-plot": "^36.5.2",
31-
"victory-brush-container": "^36.5.2",
32-
"victory-brush-line": "^36.5.2",
33-
"victory-candlestick": "^36.5.2",
34-
"victory-chart": "^36.5.2",
35-
"victory-core": "^36.5.2",
36-
"victory-create-container": "^36.5.2",
37-
"victory-cursor-container": "^36.5.2",
38-
"victory-errorbar": "^36.5.2",
39-
"victory-group": "^36.5.2",
40-
"victory-histogram": "^36.5.2",
41-
"victory-legend": "^36.5.2",
42-
"victory-line": "^36.5.2",
43-
"victory-pie": "^36.5.2",
44-
"victory-polar-axis": "^36.5.2",
45-
"victory-scatter": "^36.5.2",
46-
"victory-selection-container": "^36.5.2",
47-
"victory-shared-events": "^36.5.2",
48-
"victory-stack": "^36.5.2",
49-
"victory-tooltip": "^36.5.2",
50-
"victory-voronoi": "^36.5.2",
51-
"victory-voronoi-container": "^36.5.2",
52-
"victory-zoom-container": "^36.5.2"
26+
"victory": "^36.5.3",
27+
"victory-area": "^36.5.3",
28+
"victory-axis": "^36.5.3",
29+
"victory-bar": "^36.5.3",
30+
"victory-box-plot": "^36.5.3",
31+
"victory-brush-container": "^36.5.3",
32+
"victory-brush-line": "^36.5.3",
33+
"victory-candlestick": "^36.5.3",
34+
"victory-chart": "^36.5.3",
35+
"victory-core": "^36.5.3",
36+
"victory-create-container": "^36.5.3",
37+
"victory-cursor-container": "^36.5.3",
38+
"victory-errorbar": "^36.5.3",
39+
"victory-group": "^36.5.3",
40+
"victory-histogram": "^36.5.3",
41+
"victory-legend": "^36.5.3",
42+
"victory-line": "^36.5.3",
43+
"victory-pie": "^36.5.3",
44+
"victory-polar-axis": "^36.5.3",
45+
"victory-scatter": "^36.5.3",
46+
"victory-selection-container": "^36.5.3",
47+
"victory-shared-events": "^36.5.3",
48+
"victory-stack": "^36.5.3",
49+
"victory-tooltip": "^36.5.3",
50+
"victory-voronoi": "^36.5.3",
51+
"victory-voronoi-container": "^36.5.3",
52+
"victory-zoom-container": "^36.5.3"
5353
},
5454
"devDependencies": {
5555
"@babel/core": "^7.15.5",

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": "36.5.2",
3+
"version": "36.5.3",
44
"description": "Pie Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.8.1",
24-
"victory-core": "^36.5.2",
24+
"victory-core": "^36.5.3",
2525
"victory-vendor": "^36.5.1"
2626
},
2727
"peerDependencies": {

0 commit comments

Comments
 (0)