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 11.0.0-beta.33 with changelog (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored Nov 12, 2020
1 parent 09dbcf0 commit 9618c7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="11.0.0-beta.33"></a>
# [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))



<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)

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": "10.0.0-beta.32",
"version": "11.0.0-beta.33",
"requiredAngularVersion": ">=11.0.0",
"dependencies": {
"@angular/cdk": "^11.0.0",
Expand Down

0 comments on commit 9618c7b

Please sign in to comment.