Skip to content

Commit ddf49a0

Browse files
authored
chore: bump version to 9.2.3 w/ changelog (#19285)
1 parent 5e9ac1c commit ddf49a0

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+
## 9.2.3 "chalk-hawk" (2020-05-07)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **testing:** Make harnesses click on the center of the element by default ([#19212](https://github.com/angular/components/issues/19212)) ([26f3f57](https://github.com/angular/components/commit/26f3f57)) |
8+
9+
### material
10+
11+
| | |
12+
| ---------- | --------------------- |
13+
| bug fix | **datepicker:** double role definition on calendar cell ([#17297](https://github.com/angular/components/issues/17297)) ([d270bf6](https://github.com/angular/components/commit/d270bf6)), closes [#17280](https://github.com/angular/components/issues/17280) |
14+
15+
### material-experimental
16+
17+
| | |
18+
| ---------- | --------------------- |
19+
| bug fix | **mdc-form-field:** native select option blending in with background on dark themes ([#19232](https://github.com/angular/components/issues/19232)) ([7e63f4a](https://github.com/angular/components/commit/7e63f4a)) |
20+
| feature | **mdc-form-field:** expose `MAT_FORM_FIELD` injection token ([#19277](https://github.com/angular/components/issues/19277)) ([5e9ac1c](https://github.com/angular/components/commit/5e9ac1c)) |
21+
| feature | **mdc-list:** add support for focus/hover states and ripples ([#19168](https://github.com/angular/components/issues/19168)) ([9f3bba3](https://github.com/angular/components/commit/9f3bba3)) |
22+
123
## 9.2.2 "graphite-graviton" (2020-04-30)
224

325
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"merge": "ts-node --project scripts scripts/merge-script/cli.ts --config ./merge-config.js",
4747
"approve-api": "node ./scripts/approve-api-golden.js"
4848
},
49-
"version": "9.2.2",
49+
"version": "9.2.3",
5050
"dependencies": {
5151
"@angular/animations": "^9.1.0",
5252
"@angular/common": "^9.1.0",

0 commit comments

Comments
 (0)