Skip to content

Commit 55b7111

Browse files
authored
chore: bump version to 10.2.0 w/ changelog (#20485)
1 parent 7ec514b commit 55b7111

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+
# 10.2.0 "cloth-shirt" (2020-09-02)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **overlay:** ensure error isn't thrown when many overlay items are closed from handler ([#20377](https://github.com/angular/components/issues/20377)) ([8ed5ba7](https://github.com/angular/components/commit/8ed5ba7)) |
8+
| bug fix | **testing:** fix change detection timing in testbed ([#20465](https://github.com/angular/components/issues/20465)) ([29468fa](https://github.com/angular/components/commit/29468fa)) |
9+
10+
### material
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | **button:** don't use divs in button template ([#20376](https://github.com/angular/components/issues/20376)) ([ecde050](https://github.com/angular/components/commit/ecde050)) |
15+
| bug fix | **drag-drop:** expose some missing injection tokens ([#20410](https://github.com/angular/components/issues/20410)) ([a97b050](https://github.com/angular/components/commit/a97b050)), closes [#20406](https://github.com/angular/components/issues/20406) |
16+
17+
### material-experimental
18+
19+
| | |
20+
| ---------- | --------------------- |
21+
| bug fix | **mdc-button:** double outline for FAB in high contrast mode ([#20391](https://github.com/angular/components/issues/20391)) ([80bc6cb](https://github.com/angular/components/commit/80bc6cb)) |
22+
23+
124
# 10.2.0-rc.0 "cotton-cactus" (2020-08-26)
225

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

0 commit comments

Comments
 (0)