Skip to content

Commit 2ece7f1

Browse files
committed
v35.8.3
1 parent 1b93753 commit 2ece7f1

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.8.2",
5+
"version": "35.8.3",
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.8.1",
3+
"version": "35.8.3",
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.8.1",
3+
"version": "35.8.3",
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.8.1",
25+
"victory-axis": "^35.8.3",
2626
"victory-core": "^35.8.1",
2727
"victory-polar-axis": "^35.8.1",
2828
"victory-shared-events": "^35.8.1"

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.8.2",
3+
"version": "35.8.3",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -20,13 +20,13 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"victory-area": "^35.8.2",
23-
"victory-axis": "^35.8.1",
23+
"victory-axis": "^35.8.3",
2424
"victory-bar": "^35.8.1",
2525
"victory-box-plot": "^35.8.1",
2626
"victory-brush-container": "^35.8.1",
2727
"victory-brush-line": "^35.8.1",
2828
"victory-candlestick": "^35.8.1",
29-
"victory-chart": "^35.8.1",
29+
"victory-chart": "^35.8.3",
3030
"victory-core": "^35.8.1",
3131
"victory-create-container": "^35.8.1",
3232
"victory-cursor-container": "^35.8.1",

0 commit comments

Comments
 (0)