Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 7e7912c

Browse files
authored
chore: update to 10.0.0-beta.32 with changelog (#1272)
1 parent 9d73393 commit 7e7912c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="10.0.0-beta.32"></a>
2+
# [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)
3+
4+
This release adds support for Angular v10 and Angular CDK v10.
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
11+
12+
113
<a name="9.0.0-beta.31"></a>
214
# [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)
315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"universal:serve": "gulp universal:serve",
2828
"postinstall": "ngcc --properties es2015 browser module main --no-async --create-ivy-entry-points"
2929
},
30-
"version": "9.0.0-beta.31",
30+
"version": "10.0.0-beta.32",
3131
"requiredAngularVersion": ">=10.0.0-rc.0",
3232
"dependencies": {
3333
"@angular/cdk": "^10.0.0-rc.2",

src/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"tslib": "^2.0.0"
2727
},
2828
"peerDependencies": {
29-
"@angular/cdk": "^10.0.0-next.0",
29+
"@angular/cdk": "^10.0.0-rc.0",
3030
"@angular/core": "0.0.0-NG",
3131
"@angular/common": "0.0.0-NG",
3232
"@angular/platform-browser": "0.0.0-NG",

0 commit comments

Comments
 (0)