Skip to content

Commit d593195

Browse files
committed
release: cut the v15.2.9 release
1 parent 95066fa commit d593195

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="15.2.9"></a>
2+
# 15.2.9 "vinyl-violin" (2023-05-03)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [4804b0230c](https://github.com/angular/components/commit/4804b0230cf668f6b6a3f518f315d6d081fe14c9) | fix | **chips:** avoid double emit of changed event on blur ([#26963](https://github.com/angular/components/pull/26963)) |
7+
| [757a45685e](https://github.com/angular/components/commit/757a45685eaa63c2856346bbb2fb7d2d45c73064) | fix | **datepicker:** date range input incorrectly inheriting text color ([#26988](https://github.com/angular/components/pull/26988)) |
8+
| [95066faf3d](https://github.com/angular/components/commit/95066faf3dd0a36d8783827da6ef1a5d185a4f24) | fix | **dialog:** opening animation sometimes being skipped ([#26971](https://github.com/angular/components/pull/26971)) |
9+
10+
<!-- CHANGELOG SPLIT MARKER -->
11+
112
<a name="15.2.8"></a>
213
# 15.2.8 "nickel-nickel" (2023-04-19)
314
### material

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "15.2.8",
57+
"version": "15.2.9",
5858
"dependencies": {
5959
"@angular/animations": "^15.2.0-rc.0",
6060
"@angular/common": "^15.2.0-rc.0",

0 commit comments

Comments
 (0)