Skip to content

Commit

Permalink
v35.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Jun 9, 2021
1 parent 58408b4 commit 078edce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.11.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "35.8.4",
"version": "35.8.5",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-brush-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-brush-container",
"version": "35.8.1",
"version": "35.8.5",
"description": "Interactive Brush Component for Victory",
"keywords": [
"data visualization",
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-create-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-create-container",
"version": "35.8.4",
"version": "35.8.5",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.19",
"victory-brush-container": "^35.8.1",
"victory-brush-container": "^35.8.5",
"victory-core": "^35.8.1",
"victory-cursor-container": "^35.8.1",
"victory-selection-container": "^35.8.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/victory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory",
"version": "35.8.4",
"version": "35.8.5",
"description": "Data viz for React",
"keywords": [
"data visualization",
Expand All @@ -23,12 +23,12 @@
"victory-axis": "^35.8.3",
"victory-bar": "^35.8.1",
"victory-box-plot": "^35.8.1",
"victory-brush-container": "^35.8.1",
"victory-brush-container": "^35.8.5",
"victory-brush-line": "^35.8.1",
"victory-candlestick": "^35.8.1",
"victory-chart": "^35.8.3",
"victory-core": "^35.8.1",
"victory-create-container": "^35.8.4",
"victory-create-container": "^35.8.5",
"victory-cursor-container": "^35.8.1",
"victory-errorbar": "^35.8.1",
"victory-group": "^35.8.1",
Expand Down

0 comments on commit 078edce

Please sign in to comment.