Skip to content

Commit f036680

Browse files
authored
release: cut the v13.3.6 release (#24872)
1 parent 8ca629d commit f036680

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="13.3.6"></a>
2+
# 13.3.6 "iridium-ire" (2022-05-04)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
### material-experimental
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [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)) |
11+
| [d6f9db37b0](https://github.com/angular/components/commit/d6f9db37b074fcd11133146e67b8966f5c867291) | fix | **mdc-table:** add inherit background to rows ([#24867](https://github.com/angular/components/pull/24867)) |
12+
## Special Thanks
13+
Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="13.3.5"></a>
218
# 13.3.5 "bread-bun" (2022-04-27)
319
### cdk
@@ -5823,4 +5839,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
58235839

58245840
# Changes Prior to 7.0.0
58255841

5826-
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
5842+
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
5353
"prepare": "husky install"
5454
},
55-
"version": "13.3.5",
55+
"version": "13.3.6",
5656
"dependencies": {
5757
"@angular/animations": "13.3.0",
5858
"@angular/common": "13.3.0",

0 commit comments

Comments
 (0)