Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 19, 2019
1 parent c6fc624 commit e188c85
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.0.0-beta.10](https://github.com/aurelia/cli/compare/1.0.0-beta.9...1.0.0-beta.10) (2019-01-19)


### Bug Fixes

* **alameda:** Tests could not load files by path ([68b3ffa](https://github.com/aurelia/cli/commit/68b3ffa))
* **bundler:** fix plugin prefix/subfix regex match ([f8266f3](https://github.com/aurelia/cli/commit/f8266f3))
* **bundler:** tolerant missing main file, fix tracing on simple-line-icons ([9ad9eb5](https://github.com/aurelia/cli/commit/9ad9eb5))
* **jasmine:** Updated aurelia-karma to get rid of deprecation error ([1fbe99a](https://github.com/aurelia/cli/commit/1fbe99a))


### Features

* **bundler:** support direct css import in js file ([2de02d2](https://github.com/aurelia/cli/commit/2de02d2))
* **bundler:** support module resolution for lerna hoisting ([dabc8b9](https://github.com/aurelia/cli/commit/dabc8b9))



# [1.0.0-beta.9](https://github.com/aurelia/cli/compare/1.0.0-beta.8...1.0.0-beta.9) (2018-12-29)


Expand Down
4 changes: 2 additions & 2 deletions lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"aspnet-webpack": "^3.0.0",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-cli": "^1.0.0-beta.9",
"aurelia-cli": "^1.0.0-beta.10",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.1.1",
"aurelia-protractor-plugin": "^1.0.6",
Expand Down Expand Up @@ -105,4 +105,4 @@
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-hot-middleware": "^2.24.3"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9",
"version": "1.0.0-beta.10",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit e188c85

Please sign in to comment.