Skip to content

Commit ec14f8f

Browse files
committed
chore: bump version to 10.2.1 w/ changelog
1 parent 2ca0194 commit ec14f8f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 10.2.1 "wooden-cowboy" (2020-09-14)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **table:** resolve breaking constructor changes ([#20425](https://github.com/angular/components/issues/20425)) ([fdd87b9](https://github.com/angular/components/commit/fdd87b9)), closes [#19964](https://github.com/angular/components/issues/19964) [#19750](https://github.com/angular/components/issues/19750) [#20422](https://github.com/angular/components/issues/20422) |
8+
| bug fix | **tree:** remove CdkTreeNodeDef from CdkTreeModules providers ([#20491](https://github.com/angular/components/issues/20491)) ([1887f80](https://github.com/angular/components/commit/1887f80)) |
9+
10+
### material
11+
12+
| | |
13+
| ---------- | --------------------- |
14+
| bug fix | **datepicker:** don't revalidate if new date object for same date is passed through input ([#20362](https://github.com/angular/components/issues/20362)) ([5dca925](https://github.com/angular/components/commit/5dca925)), closes [#19907](https://github.com/angular/components/issues/19907) |
15+
16+
### material-experimental
17+
18+
| | |
19+
| ---------- | --------------------- |
20+
| feature | bump peer dependency to MDC v8.0.0 canary ([#20527](https://github.com/angular/components/issues/20527)) ([1dd6edb](https://github.com/angular/components/commit/1dd6edb)) |
21+
22+
123
# 10.2.0 "cloth-shirt" (2020-09-02)
224

325
### 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",
51+
"version": "10.2.1",
5252
"dependencies": {
5353
"@angular/animations": "^10.1.0",
5454
"@angular/common": "^10.1.0",

0 commit comments

Comments
 (0)