Skip to content

Commit b3fcffb

Browse files
committed
v35.8.6
1 parent 2514d17 commit b3fcffb

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

packages/victory-histogram/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-histogram",
3-
"version": "35.8.1",
3+
"version": "35.8.6",
44
"description": "Histogram 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.5",
3+
"version": "35.8.6",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -32,7 +32,7 @@
3232
"victory-cursor-container": "^35.8.1",
3333
"victory-errorbar": "^35.8.1",
3434
"victory-group": "^35.8.1",
35-
"victory-histogram": "^35.8.1",
35+
"victory-histogram": "^35.8.6",
3636
"victory-legend": "^35.8.1",
3737
"victory-line": "^35.8.1",
3838
"victory-pie": "^35.8.1",

0 commit comments

Comments
 (0)