diff --git a/CHANGELOG.md b/CHANGELOG.md index 722f20193..2cd6aaa71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [7.0.0-beta.19](https://github.com/angular/flex-layout/compare/6.0.0-beta.18...7.0.0-beta.19) (2018-10-05) + + +### Bug Fixes + +* **build:** upgrade to Angular and Material v7 and add strict flags ([5ddccb5](https://github.com/angular/flex-layout/commit/5ddccb5)), closes [#851](https://github.com/angular/flex-layout/issues/851) [#855](https://github.com/angular/flex-layout/issues/855) +* **module:** do not require breakpoints in withConfig ([#853](https://github.com/angular/flex-layout/issues/853)) ([76c110e](https://github.com/angular/flex-layout/commit/76c110e)), closes [#846](https://github.com/angular/flex-layout/issues/846) + + + # [6.0.0-beta.18](https://github.com/angular/flex-layout/compare/6.0.0-beta.17...6.0.0-beta.18) (2018-08-31) diff --git a/package.json b/package.json index 5e1822468..a8bf61f99 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "universal:build": "gulp ci:prerender", "universal:serve": "gulp universal:serve" }, - "version": "6.0.0-beta.18", + "version": "7.0.0-beta.19", "requiredAngularVersion": ">=7.0.0-rc.0", "dependencies": { "@angular/cdk": "^6.4.7",