Skip to content

Commit

Permalink
release: bump version to 10.2.7 w/ changelog (#20955)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel authored Nov 2, 2020
1 parent 15e4802 commit 7226f21
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 10.2.7 "carnelian mountain" (2020-11-02)

### material

| | |
| ---------- | --------------------- |
| bug fix | **icon:** not updating svg icon assigned through setter ([#20509](https://github.com/angular/components/issues/20509)) ([6b13154](https://github.com/angular/components/commit/6b13154)), closes [#20470](https://github.com/angular/components/issues/20470) |
| bug fix | **list:** exclude icons from harness getText result ([#20845](https://github.com/angular/components/issues/20845)) ([8638456](https://github.com/angular/components/commit/8638456)), closes [#20812](https://github.com/angular/components/issues/20812) |

### google-maps

| | |
| ---------- | --------------------- |
| bug fix | maintain subscriptions across event targets ([#20897](https://github.com/angular/components/issues/20897)) ([38dc511](https://github.com/angular/components/commit/38dc511)), closes [#20873](https://github.com/angular/components/issues/20873) [#20873](https://github.com/angular/components/issues/20873) |
| bug fix | rendering blank if custom options with no zoom are provided ([#20882](https://github.com/angular/components/issues/20882)) ([c9700df](https://github.com/angular/components/commit/c9700df)) |

### material-experimental

| | |
| ---------- | --------------------- |
| bug fix | **mdc-checkbox:** fix broken dark theme ([#20940](https://github.com/angular/components/issues/20940)) ([15e4802](https://github.com/angular/components/commit/15e4802)) |
| bug fix | **mdc-snack-bar:** add missing exports ([#20928](https://github.com/angular/components/issues/20928)) ([308dd24](https://github.com/angular/components/commit/308dd24)) |


## 10.2.6 "aluminum-mums" (2020-10-27)

### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"integration-tests:size-test": "bazel test //integration/size-test/...",
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
},
"version": "10.2.6",
"version": "10.2.7",
"dependencies": {
"@angular/animations": "^10.1.0",
"@angular/common": "^10.1.0",
Expand Down

0 comments on commit 7226f21

Please sign in to comment.