Skip to content

Commit 1399e3d

Browse files
authored
release: bump version to 11.2.9 w/ changelog (#22480)
1 parent a9e5ad2 commit 1399e3d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 11.2.9 "earthenware-nightmare" (2021-04-14)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **testing:** prevent duplicate subscription ([#22460](https://github.com/angular/components/issues/22460)) ([a9e5ad264a0895d871feeef5943473a9d8ca4112](https://github.com/angular/components/commit/a9e5ad264a0895d871feeef5943473a9d8ca4112)) |
8+
| bug fix | **testing:** unable to assign value to number inputs using sendKeys ([#22395](https://github.com/angular/components/issues/22395)) ([61eb92ab11896fe8595d73dda95b6267333d22ca](https://github.com/angular/components/commit/61eb92ab11896fe8595d73dda95b6267333d22ca)), closes [#22129](https://github.com/angular/components/issues/22129) |
9+
10+
### material
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | **list:** dispatching model change event multiple times in single selection mode ([#22376](https://github.com/angular/components/issues/22376)) ([11ff7ba75a9c899a85706738f9e3ec5c08c5d0b7](https://github.com/angular/components/commit/11ff7ba75a9c899a85706738f9e3ec5c08c5d0b7)), closes [#22276](https://github.com/angular/components/issues/22276) |
15+
| bug fix | **tabs:** pagination not updating on resize ([#22442](https://github.com/angular/components/issues/22442)) ([445eb0470f29f0c237fa7eaf8b56b0eb7d617e8e](https://github.com/angular/components/commit/445eb0470f29f0c237fa7eaf8b56b0eb7d617e8e)), closes [#22399](https://github.com/angular/components/issues/22399) |
16+
17+
### material-experimental
18+
19+
| | |
20+
| ---------- | --------------------- |
21+
| bug fix | **mdc-progress-spinner:** fix aria-valuenow ([#22429](https://github.com/angular/components/issues/22429)) ([1ed3e5fbe2006e9cd9da9f6c4714e3cf1ea455c4](https://github.com/angular/components/commit/1ed3e5fbe2006e9cd9da9f6c4714e3cf1ea455c4)) |
22+
23+
124
## 11.2.8 "linen-library" (2021-04-07)
225

326
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"check-mdc-exports": "ts-node --project scripts/tsconfig.json scripts/check-mdc-exports.ts",
5151
"check-tools": "yarn tsc --project tools/tsconfig-ci.json"
5252
},
53-
"version": "11.2.8",
53+
"version": "11.2.9",
5454
"dependencies": {
5555
"@angular/animations": "^11.1.0",
5656
"@angular/common": "^11.1.0",

0 commit comments

Comments
 (0)