Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Nov 19, 2018
1 parent 1e0c699 commit b26a6a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.0.0-beta.6"></a>
# [1.0.0-beta.6](https://github.com/aurelia/cli/compare/1.0.0-beta.5...1.0.0-beta.6) (2018-11-19)


### Bug Fixes

* **bundler:** use topological sort to ensure shim order ([6721519](https://github.com/aurelia/cli/commit/6721519)), closes [#955](https://github.com/aurelia/cli/issues/955)
* **webpack.config.template.js:** monorepo resolve root only ([a3fdc94](https://github.com/aurelia/cli/commit/a3fdc94))



<a name="1.0.0-beta.5"></a>
# [1.0.0-beta.5](https://github.com/aurelia/cli/compare/1.0.0-beta.4...1.0.0-beta.5) (2018-11-15)

Expand Down
2 changes: 1 addition & 1 deletion lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"aspnet-webpack": "^3.0.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-cli": "^1.0.0-beta.5",
"aurelia-cli": "^1.0.0-beta.6",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.1.1",
"aurelia-protractor-plugin": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-cli",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit b26a6a2

Please sign in to comment.