Skip to content

Commit 7b1d658

Browse files
committed
release: cut the v19.2.11 release
1 parent 8ab95ef commit 7b1d658

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="19.2.11"></a>
2+
# 19.2.11 "dopamine-dumpling" (2025-04-23)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [0509a99d27](https://github.com/angular/components/commit/0509a99d27655b170611903754282b7240e23cf5) | fix | **overlay:** scroll was blocked when zoomed out even if scrolling wasn't an option ([#30762](https://github.com/angular/components/pull/30762)) |
7+
| [14afce23b6](https://github.com/angular/components/commit/14afce23b6d67f8c3a5284aef5c6fa6d6937e429) | fix | **schematics:** account for new karma builder ([#30907](https://github.com/angular/components/pull/30907)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [4d0dcc49f8](https://github.com/angular/components/commit/4d0dcc49f8d58852963dabab0ab18c98b72d7c0c) | fix | **list:** update documentation ([#30883](https://github.com/angular/components/pull/30883)) |
12+
13+
<!-- CHANGELOG SPLIT MARKER -->
14+
115
<a name="19.2.10"></a>
216
# 19.2.10 "plastic-monkey" (2025-04-16)
317
### 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.10",
56+
"version": "19.2.11",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)