Skip to content

Commit 11c6bf5

Browse files
committed
v35.4.13
1 parent c465155 commit 11c6bf5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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.12",
5+
"version": "35.4.13",
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.4.12",
3+
"version": "35.4.13",
44
"description": "Container Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -24,7 +24,7 @@
2424
"victory-core": "^35.4.11",
2525
"victory-cursor-container": "^35.4.11",
2626
"victory-selection-container": "^35.4.11",
27-
"victory-voronoi-container": "^35.4.11",
27+
"victory-voronoi-container": "^35.4.13",
2828
"victory-zoom-container": "^35.4.11"
2929
},
3030
"scripts": {

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.4.11",
3+
"version": "35.4.13",
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.4.11",
3+
"version": "35.4.13",
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.4.11",
27-
"victory-tooltip": "^35.4.11"
27+
"victory-tooltip": "^35.4.13"
2828
},
2929
"scripts": {
3030
"version": "nps build-libs && nps build-dists"

packages/victory/package.json

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

0 commit comments

Comments
 (0)