Skip to content

Commit

Permalink
v35.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed May 12, 2021
1 parent 4fa930f commit 2b16621
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.4",
"version": "35.7.0",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-axis",
"version": "35.6.4",
"version": "35.7.0",
"description": "Axis Component for Victory",
"keywords": [
"data visualization",
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-chart",
"version": "35.6.4",
"version": "35.7.0",
"description": "Chart Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"lodash": "^4.17.19",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-axis": "^35.6.4",
"victory-axis": "^35.7.0",
"victory-core": "^35.6.4",
"victory-polar-axis": "^35.6.4",
"victory-shared-events": "^35.6.4"
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.4",
"version": "35.7.0",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -25,7 +25,7 @@
"victory-cursor-container": "^35.6.4",
"victory-selection-container": "^35.6.4",
"victory-voronoi-container": "^35.6.4",
"victory-zoom-container": "^35.6.4"
"victory-zoom-container": "^35.7.0"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-zoom-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-zoom-container",
"version": "35.6.4",
"version": "35.7.0",
"description": "Interactive Zoom Component for Victory",
"keywords": [
"data visualization",
Expand Down
10 changes: 5 additions & 5 deletions packages/victory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory",
"version": "35.6.4",
"version": "35.7.0",
"description": "Data viz for React",
"keywords": [
"data visualization",
Expand All @@ -20,15 +20,15 @@
"license": "MIT",
"dependencies": {
"victory-area": "^35.6.4",
"victory-axis": "^35.6.4",
"victory-axis": "^35.7.0",
"victory-bar": "^35.6.4",
"victory-box-plot": "^35.6.4",
"victory-brush-container": "^35.6.4",
"victory-brush-line": "^35.6.4",
"victory-candlestick": "^35.6.4",
"victory-chart": "^35.6.4",
"victory-chart": "^35.7.0",
"victory-core": "^35.6.4",
"victory-create-container": "^35.6.4",
"victory-create-container": "^35.7.0",
"victory-cursor-container": "^35.6.4",
"victory-errorbar": "^35.6.4",
"victory-group": "^35.6.4",
Expand All @@ -44,7 +44,7 @@
"victory-tooltip": "^35.6.4",
"victory-voronoi": "^35.6.4",
"victory-voronoi-container": "^35.6.4",
"victory-zoom-container": "^35.6.4"
"victory-zoom-container": "^35.7.0"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down

0 comments on commit 2b16621

Please sign in to comment.