Skip to content

Commit 652dd33

Browse files
committedApr 16, 2025·
release: cut the v19.2.10 release
1 parent edc7d84 commit 652dd33

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.10"></a>
2+
# 19.2.10 "plastic-monkey" (2025-04-16)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [604e4d6c98](https://github.com/angular/components/commit/604e4d6c98bc9cff5bad28353d5464e5c7861a9b) | fix | **overlay:** disable overlay animation with prefers-reduced-motion ([#30858](https://github.com/angular/components/pull/30858)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [ef723db2e0](https://github.com/angular/components/commit/ef723db2e0d8c1414ad94093f056d305a14a29ef) | fix | **bottom-sheet:** page jumping if backdrop-filter is applied ([#30840](https://github.com/angular/components/pull/30840)) |
11+
12+
<!-- CHANGELOG SPLIT MARKER -->
13+
114
<a name="19.2.9"></a>
215
# 19.2.9 "abellaite-apron" (2025-04-09)
316
### cdk

‎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.9",
56+
"version": "19.2.10",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)
Please sign in to comment.