Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 29, 2019
1 parent 50e6b4e commit 24e2d88
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.0.0-beta.15](https://github.com/aurelia/cli/compare/1.0.0-beta.14...1.0.0-beta.15) (2019-03-28)


### Bug Fixes

* **jest mock:** Add stub for static content ([9268d5c](https://github.com/aurelia/cli/commit/9268d5c))
* **jest mock:** Add stub for static content ([7206f1d](https://github.com/aurelia/cli/commit/7206f1d))
* **jest mock:** Add stub for static content ([473a540](https://github.com/aurelia/cli/commit/473a540))
* **jest mock:** Add stub for static content ([f7cb875](https://github.com/aurelia/cli/commit/f7cb875))
* **karam:** ensure the element under testing is traced by webpack ([d6bab9d](https://github.com/aurelia/cli/commit/d6bab9d))
* **new-application:** add missing dep clean-webpack-plugin to dotnet-core+webpack app ([7534244](https://github.com/aurelia/cli/commit/7534244)), closes [#1072](https://github.com/aurelia/cli/issues/1072)


### Features

* **all:** use core-js v3 to replace deprecated @babel/polyfill ([990af96](https://github.com/aurelia/cli/commit/990af96)), closes [/babeljs.io/blog/2019/03/19/7.4.0#migration-from-core-js-2](https://github.com//babeljs.io/blog/2019/03/19/7.4.0/issues/migration-from-core-js-2)
* scaffolding aurelia plugin project ([f5b2367](https://github.com/aurelia/cli/commit/f5b2367)), closes [#658](https://github.com/aurelia/cli/issues/658)
* **generate-skeletons:** add plugin skeletons to "au generate-skeletons" ([245ce7e](https://github.com/aurelia/cli/commit/245ce7e))
* **release-check:** add release-check on plugin projects ([05c5980](https://github.com/aurelia/cli/commit/05c5980))



# [1.0.0-beta.14](https://github.com/aurelia/cli/compare/1.0.0-beta.13...1.0.0-beta.14) (2019-03-20)


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.2",
"aurelia-cli": "^1.0.0-beta.14",
"aurelia-cli": "^1.0.0-beta.15",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.2.0",
"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.14",
"version": "1.0.0-beta.15",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 24e2d88

Please sign in to comment.