Skip to content

Commit 50c98e2

Browse files
committed
v35.6.3
1 parent bb452c6 commit 50c98e2

File tree

4 files changed

+7
-7
lines changed

4 files changed

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

packages/victory-create-container/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-create-container",
3-
"version": "35.6.2",
3+
"version": "35.6.3",
44
"description": "Container Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -24,7 +24,7 @@
2424
"victory-core": "^35.6.2",
2525
"victory-cursor-container": "^35.6.2",
2626
"victory-selection-container": "^35.6.2",
27-
"victory-voronoi-container": "^35.6.2",
27+
"victory-voronoi-container": "^35.6.3",
2828
"victory-zoom-container": "^35.6.2"
2929
},
3030
"scripts": {

packages/victory-voronoi-container/package.json

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

packages/victory/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory",
3-
"version": "35.6.2",
3+
"version": "35.6.3",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -28,7 +28,7 @@
2828
"victory-candlestick": "^35.6.2",
2929
"victory-chart": "^35.6.2",
3030
"victory-core": "^35.6.2",
31-
"victory-create-container": "^35.6.2",
31+
"victory-create-container": "^35.6.3",
3232
"victory-cursor-container": "^35.6.2",
3333
"victory-errorbar": "^35.6.2",
3434
"victory-group": "^35.6.2",
@@ -43,7 +43,7 @@
4343
"victory-stack": "^35.6.2",
4444
"victory-tooltip": "^35.6.2",
4545
"victory-voronoi": "^35.6.2",
46-
"victory-voronoi-container": "^35.6.2",
46+
"victory-voronoi-container": "^35.6.3",
4747
"victory-zoom-container": "^35.6.2"
4848
},
4949
"scripts": {

0 commit comments

Comments
 (0)