Skip to content

Commit

Permalink
chore(release): 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Feb 20, 2020
1 parent 5f25dff commit 8de0587
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [9.0.0](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v8.3.1...v9.0.0) (2020-02-20)


### ⚠ BREAKING CHANGES

* **dependencies:** update to Angular 9 and enable IVY / AOT by default

### Features

* **app:** use new TestBed.inject syntax, various improvements ([3695e80](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/3695e80dd18d61e1b66d3e51e12990ee938bb607))
* **contributors:** add contributors ([342dcd9](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/342dcd9fa17df92367f504404889a75e4cf28f73))
* **core:** import modules needed for initial app layout to CoreModule ([035920a](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/035920ab9ce579b25bf4b3ebbe34d0573d56e2a3))
* **dependencies:** use Angular 9 (Ngrx, ...) ([c027da9](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/c027da97258c6970cc73ce5d8931cb9a6caf8a2e))


### Bug Fixes

* **ngrx:** bump version to beta.1 and fix tests ([5f25dff](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/5f25dff84257e15749755ffedf7af28465c88509))
* **translations:** adding missing hebrew entries ([e9a45ac](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/e9a45ac5ba80b37240cc9ce2eaed35e765cb9873))

### [8.3.1](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v8.3.0...v8.3.1) (2019-10-17)

### Bug Fixes
Expand Down
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": "angular-ngrx-material-starter",
"version": "8.3.1",
"version": "9.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 8de0587

Please sign in to comment.