From adc75b3912edfff4da25d28daeff50263e067d2d Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Wed, 20 Aug 2025 12:23:23 +0000 Subject: [PATCH] release: cut the v20.1.7 release --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2140f15f2e3..007674ac190b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 20.1.7 "neodymium-doorknob" (2025-08-20) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [96832c1b2](https://github.com/angular/components/commit/96832c1b2b0370b375d911b7235c4815ac177e28) | fix | **menu:** disabled behavior fixes for menu item ([#31721](https://github.com/angular/components/pull/31721)) | +| [491e00834](https://github.com/angular/components/commit/491e00834767650da0ede87ba8c7a5a1504db62e) | fix | **tree:** set index in context ([#31709](https://github.com/angular/components/pull/31709)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [96f974c21](https://github.com/angular/components/commit/96f974c21ea185cc3b83ca40c593287322c647a3) | fix | **divider:** update color to spec ([#31650](https://github.com/angular/components/pull/31650)) | +| [3e88abc9f](https://github.com/angular/components/commit/3e88abc9fc2b717cd533b4d04c957ff2bf618008) | fix | **menu:** incorrectly detaching lazy content when menu is transferred to a new trigger ([#31690](https://github.com/angular/components/pull/31690)) | + + + # 20.1.6 "plastic-moose" (2025-08-14) ### cdk diff --git a/package.json b/package.json index 4ffe78f7eba0..0f0bb6496856 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts", "prepare": "husky" }, - "version": "20.1.6", + "version": "20.1.7", "dependencies": { "@angular-devkit/core": "catalog:", "@angular-devkit/schematics": "catalog:",