Skip to content

Commit 1d863f3

Browse files
authored
release: bump version to 11.0.0-rc.1 w/ changelog (#20952)
* release: bump version to 11.0.0-rc.1 w/ changelog * fixup! release: bump version to 11.0.0-rc.1 w/ changelog
1 parent 5664ce7 commit 1d863f3

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 11.0.0-rc.1 "tanzanite-cable" (2020-11-02)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **icon:** not updating svg icon assigned through setter ([#20509](https://github.com/angular/components/issues/20509)) ([9f73933](https://github.com/angular/components/commit/9f73933)), closes [#20470](https://github.com/angular/components/issues/20470) |
8+
| bug fix | **list:** exclude icons from harness getText result ([#20845](https://github.com/angular/components/issues/20845)) ([aec12b6](https://github.com/angular/components/commit/aec12b6)), closes [#20812](https://github.com/angular/components/issues/20812) |
9+
10+
### google-maps
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | maintain subscriptions across event targets ([#20897](https://github.com/angular/components/issues/20897)) ([ca04bce](https://github.com/angular/components/commit/ca04bce)), closes [#20873](https://github.com/angular/components/issues/20873) [#20873](https://github.com/angular/components/issues/20873) |
15+
| bug fix | rendering blank if custom options with no zoom are provided ([#20882](https://github.com/angular/components/issues/20882)) ([0b9160b](https://github.com/angular/components/commit/0b9160b)) |
16+
17+
### material-experimental
18+
19+
| | |
20+
| ---------- | --------------------- |
21+
| bug fix | **mdc-checkbox:** fix broken dark theme ([#20940](https://github.com/angular/components/issues/20940)) ([f76578d](https://github.com/angular/components/commit/f76578d)) |
22+
| bug fix | **mdc-snack-bar:** add missing exports ([#20928](https://github.com/angular/components/issues/20928)) ([6add7fe](https://github.com/angular/components/commit/6add7fe)) |
23+
24+
125
# 11.0.0-rc.0 "thorium-flower" (2020-10-22)
226

327
### 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.0-rc.0",
51+
"version": "11.0.0-rc.1",
5252
"dependencies": {
5353
"@angular/animations": "^11.0.0-rc.1",
5454
"@angular/common": "^11.0.0-rc.1",

0 commit comments

Comments
 (0)