From 9bf983c3129241c5eaf4497511a9d951000c6a43 Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Wed, 16 Feb 2022 21:28:35 +0000 Subject: [PATCH] release: cut the v13.2.3 release --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b412dbf5c551..f4edcf7e3442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 13.2.3 "platinum-pen" (2022-02-16) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [2c73b2df6](https://github.com/angular/components/commit/2c73b2df64d784c203829317b3f78d38e7b7c009) | fix | **menu:** position classes not update when window is resized ([#24385](https://github.com/angular/components/pull/24385)) | +### cdk-experimental +| Commit | Type | Description | +| -- | -- | -- | +| [8c632ee87](https://github.com/angular/components/commit/8c632ee8781e5c60b46e4255e034218d03e54a68) | fix | **column-resize:** Fix bug in hover logic introduced by IE cleanup ([#24396](https://github.com/angular/components/pull/24396)) | +## Special Thanks +Karl Seamon, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and Zack Elliott + + + # 13.2.2 "enamel-eagle" (2022-02-09) ### cdk @@ -5572,4 +5587,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire # Changes Prior to 7.0.0 -To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md). +To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md). \ No newline at end of file diff --git a/package.json b/package.json index 540f99c7f190..38cc3127c5e3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tsc": "node ./node_modules/typescript/bin/tsc", "prepare": "husky install" }, - "version": "13.2.2", + "version": "13.2.3", "dependencies": { "@angular/animations": "13.2.0", "@angular/common": "13.2.0",