Skip to content

Commit 2b16621

Browse files
committed
v35.7.0
1 parent 4fa930f commit 2b16621

File tree

6 files changed

+12
-12
lines changed

6 files changed

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

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.6.4",
3+
"version": "35.7.0",
44
"description": "Axis Component for Victory",
55
"keywords": [
66
"data visualization",

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.6.4",
3+
"version": "35.7.0",
44
"description": "Chart Component for Victory",
55
"keywords": [
66
"data visualization",
@@ -22,7 +22,7 @@
2222
"lodash": "^4.17.19",
2323
"prop-types": "^15.5.8",
2424
"react-fast-compare": "^2.0.0",
25-
"victory-axis": "^35.6.4",
25+
"victory-axis": "^35.7.0",
2626
"victory-core": "^35.6.4",
2727
"victory-polar-axis": "^35.6.4",
2828
"victory-shared-events": "^35.6.4"

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.4",
3+
"version": "35.7.0",
44
"description": "Container Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -25,7 +25,7 @@
2525
"victory-cursor-container": "^35.6.4",
2626
"victory-selection-container": "^35.6.4",
2727
"victory-voronoi-container": "^35.6.4",
28-
"victory-zoom-container": "^35.6.4"
28+
"victory-zoom-container": "^35.7.0"
2929
},
3030
"scripts": {
3131
"version": "nps build-libs && nps build-dists"

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.6.4",
3+
"version": "35.7.0",
44
"description": "Interactive Zoom Component for Victory",
55
"keywords": [
66
"data visualization",

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.6.4",
3+
"version": "35.7.0",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -20,15 +20,15 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"victory-area": "^35.6.4",
23-
"victory-axis": "^35.6.4",
23+
"victory-axis": "^35.7.0",
2424
"victory-bar": "^35.6.4",
2525
"victory-box-plot": "^35.6.4",
2626
"victory-brush-container": "^35.6.4",
2727
"victory-brush-line": "^35.6.4",
2828
"victory-candlestick": "^35.6.4",
29-
"victory-chart": "^35.6.4",
29+
"victory-chart": "^35.7.0",
3030
"victory-core": "^35.6.4",
31-
"victory-create-container": "^35.6.4",
31+
"victory-create-container": "^35.7.0",
3232
"victory-cursor-container": "^35.6.4",
3333
"victory-errorbar": "^35.6.4",
3434
"victory-group": "^35.6.4",
@@ -44,7 +44,7 @@
4444
"victory-tooltip": "^35.6.4",
4545
"victory-voronoi": "^35.6.4",
4646
"victory-voronoi-container": "^35.6.4",
47-
"victory-zoom-container": "^35.6.4"
47+
"victory-zoom-container": "^35.7.0"
4848
},
4949
"scripts": {
5050
"version": "nps build-libs && nps build-dists"

0 commit comments

Comments
 (0)