From a95a904017b3025c67a9ed3ddbb7f4e143326565 Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Wed, 5 Apr 2023 21:36:04 +0000 Subject: [PATCH] release: cut the v15.2.6 release --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1ac90c7881..12beb5aa63ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 15.2.6 "chiffon-cardigan" (2023-04-05) +### cdk +| Commit | Type | Description | +| -- | -- | -- | +| [cc5f7d0890](https://github.com/angular/components/commit/cc5f7d089072dc8839f467d0bf9648f8d7ab34ad) | fix | **menu:** move focus when opening via click ([#26874](https://github.com/angular/components/pull/26874)) | +### material +| Commit | Type | Description | +| -- | -- | -- | +| [fd58310a1f](https://github.com/angular/components/commit/fd58310a1fb0afd1fbda65663479b855dff2b560) | fix | **core:** don't use font shorthand property in typography-level ([#26865](https://github.com/angular/components/pull/26865)) | +## Special Thanks +Jonathan Meier and Kristiyan Kostadinov + + + # 15.2.5 "metal-plumber" (2023-03-29) ### cdk diff --git a/package.json b/package.json index 7dfead0aa9fb..3c72c6d19897 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts", "prepare": "husky install" }, - "version": "15.2.5", + "version": "15.2.6", "dependencies": { "@angular/animations": "^15.2.0-rc.0", "@angular/common": "^15.2.0-rc.0",