diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa75a896..c7b2f1991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [11.0.0-beta.33](https://github.com/angular/flex-layout/compare/10.0.0-beta.32...11.0.0-beta.33) (2020-11-12) + +This release adds support for Angular v11 and Angular CDK v11, along with TypeScript v4.0. + +### Bug Fixes + +* **core:** set fractional breakpoints to .98 instead of .9 ([#1308](https://github.com/angular/flex-layout/issues/1308)) ([c1c545c](https://github.com/angular/flex-layout/commit/c1c545c)) + + + # [10.0.0-beta.32](https://github.com/angular/flex-layout/compare/9.0.0-beta.31...10.0.0-beta.32) (2020-06-15) diff --git a/package.json b/package.json index cbed224fe..15b156523 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "universal:serve": "gulp universal:serve", "postinstall": "ngcc --properties es2015 browser module main --no-async --create-ivy-entry-points" }, - "version": "10.0.0-beta.32", + "version": "11.0.0-beta.33", "requiredAngularVersion": ">=11.0.0", "dependencies": { "@angular/cdk": "^11.0.0",