Skip to content

Commit

Permalink
v35.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed May 10, 2021
1 parent bb452c6 commit 50c98e2
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.6.2",
"version": "35.6.3",
"packages": [
"packages/*"
]
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.6.2",
"version": "35.6.3",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -24,7 +24,7 @@
"victory-core": "^35.6.2",
"victory-cursor-container": "^35.6.2",
"victory-selection-container": "^35.6.2",
"victory-voronoi-container": "^35.6.2",
"victory-voronoi-container": "^35.6.3",
"victory-zoom-container": "^35.6.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-voronoi-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-voronoi-container",
"version": "35.6.2",
"version": "35.6.3",
"description": "Interactive Voronoi Mouseover Component for Victory",
"keywords": [
"data visualization",
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.6.2",
"version": "35.6.3",
"description": "Data viz for React",
"keywords": [
"data visualization",
Expand Down Expand Up @@ -28,7 +28,7 @@
"victory-candlestick": "^35.6.2",
"victory-chart": "^35.6.2",
"victory-core": "^35.6.2",
"victory-create-container": "^35.6.2",
"victory-create-container": "^35.6.3",
"victory-cursor-container": "^35.6.2",
"victory-errorbar": "^35.6.2",
"victory-group": "^35.6.2",
Expand All @@ -43,7 +43,7 @@
"victory-stack": "^35.6.2",
"victory-tooltip": "^35.6.2",
"victory-voronoi": "^35.6.2",
"victory-voronoi-container": "^35.6.2",
"victory-voronoi-container": "^35.6.3",
"victory-zoom-container": "^35.6.2"
},
"scripts": {
Expand Down

0 comments on commit 50c98e2

Please sign in to comment.