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

Commit

Permalink
chore: update to 10.0.0-beta.32 with changelog (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored Jun 16, 2020
1 parent 9d73393 commit 7e7912c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="10.0.0-beta.32"></a>
# [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))



<a name="9.0.0-beta.31"></a>
# [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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7e7912c

Please sign in to comment.