Skip to content

Commit 7f634e1

Browse files
committed
v35.4.9
1 parent 993cd93 commit 7f634e1

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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.4.8",
5+
"version": "35.4.9",
66
"packages": [
77
"packages/*"
88
]

packages/victory-chart/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-chart",
3-
"version": "35.4.8",
3+
"version": "35.4.9",
44
"description": "Chart Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -25,7 +25,7 @@
2525
"victory-axis": "^35.4.8",
2626
"victory-core": "^35.4.8",
2727
"victory-polar-axis": "^35.4.8",
28-
"victory-shared-events": "^35.4.8"
28+
"victory-shared-events": "^35.4.9"
2929
},
3030
"scripts": {
3131
"version": "nps build-libs && nps build-dists"

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.4.8",
3+
"version": "35.4.9",
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.4.8",
26-
"victory-shared-events": "^35.4.8"
26+
"victory-shared-events": "^35.4.9"
2727
},
2828
"scripts": {
2929
"version": "nps build-libs && nps build-dists"

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.4.8",
3+
"version": "35.4.9",
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.4.8",
3+
"version": "35.4.9",
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.4.8",
26-
"victory-shared-events": "^35.4.8"
26+
"victory-shared-events": "^35.4.9"
2727
},
2828
"scripts": {
2929
"version": "nps build-libs && nps build-dists"

packages/victory/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory",
3-
"version": "35.4.8",
3+
"version": "35.4.9",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -26,21 +26,21 @@
2626
"victory-brush-container": "^35.4.8",
2727
"victory-brush-line": "^35.4.8",
2828
"victory-candlestick": "^35.4.8",
29-
"victory-chart": "^35.4.8",
29+
"victory-chart": "^35.4.9",
3030
"victory-core": "^35.4.8",
3131
"victory-create-container": "^35.4.8",
3232
"victory-cursor-container": "^35.4.8",
3333
"victory-errorbar": "^35.4.8",
34-
"victory-group": "^35.4.8",
34+
"victory-group": "^35.4.9",
3535
"victory-histogram": "^35.4.8",
3636
"victory-legend": "^35.4.8",
3737
"victory-line": "^35.4.8",
3838
"victory-pie": "^35.4.8",
3939
"victory-polar-axis": "^35.4.8",
4040
"victory-scatter": "^35.4.8",
4141
"victory-selection-container": "^35.4.8",
42-
"victory-shared-events": "^35.4.8",
43-
"victory-stack": "^35.4.8",
42+
"victory-shared-events": "^35.4.9",
43+
"victory-stack": "^35.4.9",
4444
"victory-tooltip": "^35.4.8",
4545
"victory-voronoi": "^35.4.8",
4646
"victory-voronoi-container": "^35.4.8",

0 commit comments

Comments
 (0)