Skip to content

Commit

Permalink
v30.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Oct 19, 2018
1 parent e0f810f commit 98982aa
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "30.5.0",
"version": "30.5.1",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-bar",
"version": "30.4.1",
"version": "30.5.1",
"description": "Bar 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": "30.5.0",
"version": "30.5.1",
"description": "Container Helper for Victory",
"keywords": [
"data visualization",
Expand All @@ -22,7 +22,7 @@
"lodash": "^4.17.5",
"victory-brush-container": "^30.5.0",
"victory-core": "^30.3.1",
"victory-cursor-container": "^30.3.1",
"victory-cursor-container": "^30.5.1",
"victory-selection-container": "^30.3.1",
"victory-voronoi-container": "^30.3.1",
"victory-zoom-container": "^30.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-cursor-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-cursor-container",
"version": "30.3.1",
"version": "30.5.1",
"description": "Interactive Cursor Component for Victory",
"keywords": [
"data visualization",
Expand Down
2 changes: 1 addition & 1 deletion packages/victory-pie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-pie",
"version": "30.5.0",
"version": "30.5.1",
"description": "Pie 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": "30.5.0",
"version": "30.5.1",
"description": "Data viz for React",
"keywords": [
"data visualization",
Expand All @@ -21,20 +21,20 @@
"dependencies": {
"victory-area": "^30.3.1",
"victory-axis": "^30.3.1",
"victory-bar": "^30.4.1",
"victory-bar": "^30.5.1",
"victory-box-plot": "^30.3.1",
"victory-brush-container": "^30.5.0",
"victory-brush-line": "^30.3.1",
"victory-candlestick": "^30.3.1",
"victory-chart": "^30.3.1",
"victory-core": "^30.3.1",
"victory-create-container": "^30.5.0",
"victory-cursor-container": "^30.3.1",
"victory-create-container": "^30.5.1",
"victory-cursor-container": "^30.5.1",
"victory-errorbar": "^30.3.1",
"victory-group": "^30.3.1",
"victory-legend": "^30.3.1",
"victory-line": "^30.5.0",
"victory-pie": "^30.5.0",
"victory-pie": "^30.5.1",
"victory-polar-axis": "^30.3.1",
"victory-scatter": "^30.3.1",
"victory-selection-container": "^30.3.1",
Expand Down

0 comments on commit 98982aa

Please sign in to comment.