Skip to content

Commit 51b2406

Browse files
committed
v35.4.12
1 parent 1607a09 commit 51b2406

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

packages/victory-brush-container/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victory-brush-container",
3-
"version": "35.4.11",
3+
"version": "35.4.12",
44
"description": "Interactive Brush Component for Victory",
55
"keywords": [
66
"data visualization",

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.11",
3+
"version": "35.4.12",
44
"description": "Container Helper for Victory",
55
"keywords": [
66
"data visualization",
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"lodash": "^4.17.19",
23-
"victory-brush-container": "^35.4.11",
23+
"victory-brush-container": "^35.4.12",
2424
"victory-core": "^35.4.11",
2525
"victory-cursor-container": "^35.4.11",
2626
"victory-selection-container": "^35.4.11",

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.4.11",
3+
"version": "35.4.12",
44
"description": "Data viz for React",
55
"keywords": [
66
"data visualization",
@@ -23,12 +23,12 @@
2323
"victory-axis": "^35.4.11",
2424
"victory-bar": "^35.4.11",
2525
"victory-box-plot": "^35.4.11",
26-
"victory-brush-container": "^35.4.11",
26+
"victory-brush-container": "^35.4.12",
2727
"victory-brush-line": "^35.4.11",
2828
"victory-candlestick": "^35.4.11",
2929
"victory-chart": "^35.4.11",
3030
"victory-core": "^35.4.11",
31-
"victory-create-container": "^35.4.11",
31+
"victory-create-container": "^35.4.12",
3232
"victory-cursor-container": "^35.4.11",
3333
"victory-errorbar": "^35.4.11",
3434
"victory-group": "^35.4.11",

0 commit comments

Comments
 (0)