Skip to content

Commit

Permalink
chore(release): 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Nov 16, 2018
1 parent 4b4f2cc commit 97b5da4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

<a name="7.2.0"></a>
# [7.2.0](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v7.1.0...v7.2.0) (2018-11-16)


### Bug Fixes

* **crud:** don't reload page on book (de)selection, fix call to select without book.id ([4a9c09b](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/4a9c09b))
* **ngrx:** fix e2e / cypress tests, refactor effects ([1cdf595](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/1cdf595))


### Features

* **animations:** add animations to rest of the components (auth, form, stocks, settings) ([048076b](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/048076b))
* **docker:** adding some npm scripts to run the Production.Docker commands ([6094d75](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/6094d75))
* **docker:** dockerfile for production ([4f850fe](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/4f850fe))
* **ngrx:** app component, move tu .subscribe() less architecture, use | async pipe instead ([645e20d](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/645e20d))
* **ngrx:** move tu .subscribe() less architecture, use | async pipe instead ([24e80e4](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/24e80e4))


### Performance Improvements

* Add OnPush change detection strategy on all components. ([f3fbfa1](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/f3fbfa1))



<a name="7.0.0"></a>
# [7.0.0](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v6.11.0...v7.0.0) (2018-10-18)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ngrx-material-starter",
"version": "7.1.0",
"version": "7.2.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm run test"
"pre-commit": "lint-staged && npm run lint"
}
},
"lint-staged": {
Expand Down

0 comments on commit 97b5da4

Please sign in to comment.