From 7e7912c1ef1a770d164523fae41cc4c569f33259 Mon Sep 17 00:00:00 2001 From: CaerusKaru Date: Tue, 16 Jun 2020 14:14:22 -0500 Subject: [PATCH] chore: update to 10.0.0-beta.32 with changelog (#1272) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- src/lib/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca36a864f..5aa75a896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +# [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) + +This release adds support for Angular v10 and Angular CDK v10. + +### Bug Fixes + +* **core:** add generic type to ModuleWithProviders to support v10 ([#1260](https://github.com/angular/flex-layout/issues/1260)) ([f47da38](https://github.com/angular/flex-layout/commit/f47da38)) +* **mock-match-media:** ensure overlapping breakpoints are activated ([#1265](https://github.com/angular/flex-layout/issues/1265)) ([af92cb0](https://github.com/angular/flex-layout/commit/af92cb0)) + + + # [9.0.0-beta.31](https://github.com/angular/flex-layout/compare/9.0.0-beta.30...9.0.0-beta.31) (2020-05-15) diff --git a/package.json b/package.json index a8367297d..37c60fa1a 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": "9.0.0-beta.31", + "version": "10.0.0-beta.32", "requiredAngularVersion": ">=10.0.0-rc.0", "dependencies": { "@angular/cdk": "^10.0.0-rc.2", diff --git a/src/lib/package.json b/src/lib/package.json index 7696f5459..5879f5583 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -26,7 +26,7 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/cdk": "^10.0.0-next.0", + "@angular/cdk": "^10.0.0-rc.0", "@angular/core": "0.0.0-NG", "@angular/common": "0.0.0-NG", "@angular/platform-browser": "0.0.0-NG",