Skip to content

Commit 2e45a8e

Browse files
authored
release: bump version to 11.0.3 w/ changelog (#21344)
1 parent c6231e1 commit 2e45a8e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 11.0.3 "adobe-home" (2020-12-14)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **datepicker:** screen reader not announcing view switch button value ([#21229](https://github.com/angular/components/issues/21229)) ([dbae066](https://github.com/angular/components/commit/dbae066)) |
8+
| bug fix | **expansion:** not clearing custom query list ([#21222](https://github.com/angular/components/issues/21222)) ([f0dc895](https://github.com/angular/components/commit/f0dc895)) |
9+
| bug fix | **menu:** clear static aria attributes from host node ([#21231](https://github.com/angular/components/issues/21231)) ([f568af1](https://github.com/angular/components/commit/f568af1)), closes [#21152](https://github.com/angular/components/issues/21152) |
10+
| bug fix | **select:** incorrect default typeahead debounce time ([#21253](https://github.com/angular/components/issues/21253)) ([8c56d06](https://github.com/angular/components/commit/8c56d06)), closes [#21242](https://github.com/angular/components/issues/21242) |
11+
12+
### material-experimental
13+
14+
| | |
15+
| ---------- | --------------------- |
16+
| bug fix | **mdc-form-field:** make sure fonts are loaded before calculating notch width ([#21245](https://github.com/angular/components/issues/21245)) ([0dae8a8](https://github.com/angular/components/commit/0dae8a8)) |
17+
18+
119
## 11.0.2 "paper-bag" (2020-12-07)
220

321
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"integration-tests:size-test": "bazel test //integration/size-test/...",
4949
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
5050
},
51-
"version": "11.0.2",
51+
"version": "11.0.3",
5252
"dependencies": {
5353
"@angular/animations": "^11.0.0",
5454
"@angular/common": "^11.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@
17651765
"@types/node" "*"
17661766
form-data "^3.0.0"
17671767

1768-
"@types/node@*", "@types/node@>= 8", "@types/node@^13.7.0":
1768+
"@types/node@*", "@types/node@>= 8":
17691769
version "13.13.34"
17701770
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.34.tgz#c9300a1b6560d90817fb2bba650e250116a575f9"
17711771
integrity sha512-g8D1HF2dMDKYSDl5+79izRwRgNPsSynmWMbj50mj7GZ0b7Lv4p8EmZjbo3h0h+6iLr6YmVz9VnF6XVZ3O6V1Ug==

0 commit comments

Comments
 (0)