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

Commit 9618c7b

Browse files
authored
chore: update to 11.0.0-beta.33 with changelog (#1307)
1 parent 09dbcf0 commit 9618c7b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="11.0.0-beta.33"></a>
2+
# [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)
3+
4+
This release adds support for Angular v11 and Angular CDK v11, along with TypeScript v4.0.
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
112
<a name="10.0.0-beta.32"></a>
213
# [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)
314

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": "10.0.0-beta.32",
30+
"version": "11.0.0-beta.33",
3131
"requiredAngularVersion": ">=11.0.0",
3232
"dependencies": {
3333
"@angular/cdk": "^11.0.0",

0 commit comments

Comments
 (0)