Skip to content

Commit aaae40f

Browse files
authored
release: cut the v13.2.3 release (#24428)
1 parent 156ac3a commit aaae40f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="13.2.3"></a>
2+
# 13.2.3 "platinum-pen" (2022-02-16)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [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)) |
7+
### cdk-experimental
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [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)) |
11+
## Special Thanks
12+
Karl Seamon, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and Zack Elliott
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="13.2.2"></a>
217
# 13.2.2 "enamel-eagle" (2022-02-09)
318
### cdk
@@ -5572,4 +5587,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
55725587

55735588
# Changes Prior to 7.0.0
55745589

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tsc": "node ./node_modules/typescript/bin/tsc",
5151
"prepare": "husky install"
5252
},
53-
"version": "13.2.2",
53+
"version": "13.2.3",
5454
"dependencies": {
5555
"@angular/animations": "13.2.0",
5656
"@angular/common": "13.2.0",

0 commit comments

Comments
 (0)