Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Jun 1, 2018
1 parent 63ba77d commit 7aea62c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.0.0"></a>
# [7.0.0](https://github.com/simontonsoftware/ng-app-state/compare/v6.2.0...v7.0.0) (2018-06-01)


* Update to Angular 6 (#8) ([61fc7d2](https://github.com/simontonsoftware/ng-app-state/commit/61fc7d2)), closes [#8](https://github.com/simontonsoftware/ng-app-state/issues/8)


### BREAKING CHANGES

* Because of changes to underlying libraries, trying to modify state whose ancestor is `undefined` or `null` no longer throws an error. The error is now only printed to the console.
* requires `@angular >=6.0.0 <7.0.0`
* requires `@ngrx >=6.0.0 <7.0.0`
* requires `micro-dash@^3.5.0`



<a name="6.2.0"></a>
# [6.2.0](https://github.com/simontonsoftware/ng-app-state/compare/v6.1.1...v6.2.0) (2018-04-28)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ng-app-state-platform",
"version": "6.2.0",
"version": "7.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"publish": "standard-version"
"publish": "standard-version && yarn build ng-app-state --prod"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 7aea62c

Please sign in to comment.