From e3e8a60be3f3689c0ab7ab103f24df325337e4a1 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Wed, 23 Apr 2025 16:48:25 +0000 Subject: [PATCH] release: cut the v19.2.11 release --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d29c6b36044..01d0a29ab76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# 19.2.11 "dopamine-dumpling" (2025-04-23) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [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)) | +| [14afce23b6](https://github.com/angular/components/commit/14afce23b6d67f8c3a5284aef5c6fa6d6937e429) | fix | **schematics:** account for new karma builder ([#30907](https://github.com/angular/components/pull/30907)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [4d0dcc49f8](https://github.com/angular/components/commit/4d0dcc49f8d58852963dabab0ab18c98b72d7c0c) | fix | **list:** update documentation ([#30883](https://github.com/angular/components/pull/30883)) | + + + # 19.2.10 "plastic-monkey" (2025-04-16) ### cdk diff --git a/package.json b/package.json index e5f51948ac00..b849cf4a8c04 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky" }, - "version": "19.2.10", + "version": "19.2.11", "dependencies": { "@angular-devkit/core": "catalog:", "@angular-devkit/schematics": "catalog:",