Skip to content

Commit

Permalink
v35.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Jun 28, 2020
1 parent c3ca840 commit 5cd6da0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0.0",
"version": "35.0.1",
"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.0.0",
"version": "35.0.1",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -24,7 +24,7 @@
"victory-core": "^35.0.0",
"victory-cursor-container": "^35.0.0",
"victory-selection-container": "^35.0.0",
"victory-voronoi-container": "^35.0.0",
"victory-voronoi-container": "^35.0.1",
"victory-zoom-container": "^35.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-tooltip",
"version": "35.0.0",
"version": "35.0.1",
"description": "Tooltip Component for Victory",
"keywords": [
"data visualization",
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "35.0.1",
"description": "Interactive Voronoi Mouseover Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -24,7 +24,7 @@
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-core": "^35.0.0",
"victory-tooltip": "^35.0.0"
"victory-tooltip": "^35.0.1"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down
8 changes: 4 additions & 4 deletions packages/victory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory",
"version": "35.0.0",
"version": "35.0.1",
"description": "Data viz for React",
"keywords": [
"data visualization",
Expand Down Expand Up @@ -28,7 +28,7 @@
"victory-candlestick": "^35.0.0",
"victory-chart": "^35.0.0",
"victory-core": "^35.0.0",
"victory-create-container": "^35.0.0",
"victory-create-container": "^35.0.1",
"victory-cursor-container": "^35.0.0",
"victory-errorbar": "^35.0.0",
"victory-group": "^35.0.0",
Expand All @@ -41,9 +41,9 @@
"victory-selection-container": "^35.0.0",
"victory-shared-events": "^35.0.0",
"victory-stack": "^35.0.0",
"victory-tooltip": "^35.0.0",
"victory-tooltip": "^35.0.1",
"victory-voronoi": "^35.0.0",
"victory-voronoi-container": "^35.0.0",
"victory-voronoi-container": "^35.0.1",
"victory-zoom-container": "^35.0.0"
},
"scripts": {
Expand Down

0 comments on commit 5cd6da0

Please sign in to comment.