Skip to content

Commit 4e8c13c

Browse files
committed
v35.8.2
1 parent 8a30862 commit 4e8c13c

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

packages/victory-area/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-area",
3-
"version": "35.8.1",
3+
"version": "35.8.2",
44
"description": "Area Component for Victory",
55
"keywords": [
66
"data visualization",

packages/victory/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory",
3-
"version": "35.8.1",
3+
"version": "35.8.2",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -19,7 +19,7 @@
1919
"author": "Formidable",
2020
"license": "MIT",
2121
"dependencies": {
22-
"victory-area": "^35.8.1",
22+
"victory-area": "^35.8.2",
2323
"victory-axis": "^35.8.1",
2424
"victory-bar": "^35.8.1",
2525
"victory-box-plot": "^35.8.1",

0 commit comments

Comments
 (0)