Skip to content

Commit

Permalink
v30.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Oct 27, 2018
1 parent c638544 commit e5f2964
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1",
"version": "30.6.0",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/victory-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory-bar",
"version": "30.5.1",
"version": "30.6.0",
"description": "Bar Component for Victory",
"keywords": [
"data visualization",
Expand All @@ -25,7 +25,7 @@
"victory-core": "^30.3.1"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
"temp-version": "webpack --bail --config ../../config/webpack/webpack.config.js --colors"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/victory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victory",
"version": "30.5.1",
"version": "30.6.0",
"description": "Data viz for React",
"keywords": [
"data visualization",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"victory-area": "^30.3.1",
"victory-axis": "^30.3.1",
"victory-bar": "^30.5.1",
"victory-bar": "^30.6.0",
"victory-box-plot": "^30.3.1",
"victory-brush-container": "^30.5.0",
"victory-brush-line": "^30.3.1",
Expand Down

0 comments on commit e5f2964

Please sign in to comment.