Skip to content

Commit ba23b51

Browse files
committed
release: cut the v19.2.15 release
1 parent 2184cad commit ba23b51

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="19.2.15"></a>
2+
# 19.2.15 "abuite-ant" (2025-05-07)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [85e448678](https://github.com/angular/components/commit/85e448678db1a37d3e93853513edc16f6b336044) | fix | **dialog:** avoid setting aria-hidden before focus has moved ([#31030](https://github.com/angular/components/pull/31030)) ([#31036](https://github.com/angular/components/pull/31036)) |
7+
### docs
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [02a893a6d](https://github.com/angular/components/commit/02a893a6de80089c1214283fbfb5e0ee62a8569f) | fix | Automatic scrolling fails on screens smaller than 721px due to flexbox behavior ([#31037](https://github.com/angular/components/pull/31037)) |
11+
12+
<!-- CHANGELOG SPLIT MARKER -->
13+
114
<a name="19.2.14"></a>
215
# 19.2.14 "sodium-scallop" (2025-05-01)
316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5454
"prepare": "husky"
5555
},
56-
"version": "19.2.14",
56+
"version": "19.2.15",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)