From 20a66b768c21fb0567003809a6a1773249a6a19c Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Wed, 4 May 2022 20:06:32 +0000 Subject: [PATCH] release: cut the v13.3.6 release --- CHANGELOG.md | 18 +++++++++++++++++- package.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a2675b16ca..ae29553d527d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# 13.3.6 "iridium-ire" (2022-05-04) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [6a0e6ba510](https://github.com/angular/components/commit/6a0e6ba51060a3bd54e2790d2e41d5db8acec9d6) | fix | **menu:** add constructor overloads for non-deprecated signatures ([#24860](https://github.com/angular/components/pull/24860)) | +### material-experimental +| Commit | Type | Description | +| -- | -- | -- | +| [8ca629dc7e](https://github.com/angular/components/commit/8ca629dc7e5aa7e015c10a9f57e8b003bdf36038) | fix | **mdc-snack-bar:** avoid multiple snack bars on the page if opened in quick succession ([#24757](https://github.com/angular/components/pull/24757)) | +| [d6f9db37b0](https://github.com/angular/components/commit/d6f9db37b074fcd11133146e67b8966f5c867291) | fix | **mdc-table:** add inherit background to rows ([#24867](https://github.com/angular/components/pull/24867)) | +## Special Thanks +Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner + + + # 13.3.5 "bread-bun" (2022-04-27) ### cdk @@ -5823,4 +5839,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/main/CHANGELOG_ARCHIVE.md). +To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md). \ No newline at end of file diff --git a/package.json b/package.json index 5c839a86447b..233ddd7dc0d8 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts", "prepare": "husky install" }, - "version": "13.3.5", + "version": "13.3.6", "dependencies": { "@angular/animations": "13.3.0", "@angular/common": "13.3.0",