Skip to content

Commit

Permalink
v35.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Feb 13, 2021
1 parent 993cd93 commit 7f634e1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.4.8",
"version": "35.4.9",
"packages": [
"packages/*"
]
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.4.8",
"version": "35.4.9",
"description": "Chart Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -25,7 +25,7 @@
"victory-axis": "^35.4.8",
"victory-core": "^35.4.8",
"victory-polar-axis": "^35.4.8",
"victory-shared-events": "^35.4.8"
"victory-shared-events": "^35.4.9"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-group",
"version": "35.4.8",
"version": "35.4.9",
"description": "Group Layout Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-core": "^35.4.8",
"victory-shared-events": "^35.4.8"
"victory-shared-events": "^35.4.9"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-shared-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-shared-events",
"version": "35.4.8",
"version": "35.4.9",
"description": "Shared Event Helper for Victory",
"keywords": [
"data visualization",
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-stack",
"version": "35.4.8",
"version": "35.4.9",
"description": "Stack Layout Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -23,7 +23,7 @@
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-core": "^35.4.8",
"victory-shared-events": "^35.4.8"
"victory-shared-events": "^35.4.9"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
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.4.8",
"version": "35.4.9",
"description": "Data viz for React",
"keywords": [
"data visualization",
Expand All @@ -26,21 +26,21 @@
"victory-brush-container": "^35.4.8",
"victory-brush-line": "^35.4.8",
"victory-candlestick": "^35.4.8",
"victory-chart": "^35.4.8",
"victory-chart": "^35.4.9",
"victory-core": "^35.4.8",
"victory-create-container": "^35.4.8",
"victory-cursor-container": "^35.4.8",
"victory-errorbar": "^35.4.8",
"victory-group": "^35.4.8",
"victory-group": "^35.4.9",
"victory-histogram": "^35.4.8",
"victory-legend": "^35.4.8",
"victory-line": "^35.4.8",
"victory-pie": "^35.4.8",
"victory-polar-axis": "^35.4.8",
"victory-scatter": "^35.4.8",
"victory-selection-container": "^35.4.8",
"victory-shared-events": "^35.4.8",
"victory-stack": "^35.4.8",
"victory-shared-events": "^35.4.9",
"victory-stack": "^35.4.9",
"victory-tooltip": "^35.4.8",
"victory-voronoi": "^35.4.8",
"victory-voronoi-container": "^35.4.8",
Expand Down

0 comments on commit 7f634e1

Please sign in to comment.