Skip to content

Commit 57e15ff

Browse files
committed
release: cut the v16.2.13 release
1 parent 398197d commit 57e15ff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="16.2.13"></a>
2+
# 16.2.13 "pink-peach" (2024-01-11)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [398197d7e](https://github.com/angular/components/commit/398197d7e7596d1a6526a0be47a1eb1305e0bc1c) | fix | **button:** resolve memory leaks in ripples ([#28254](https://github.com/angular/components/pull/28254)) ([#28408](https://github.com/angular/components/pull/28408)) |
7+
8+
<!-- CHANGELOG SPLIT MARKER -->
9+
110
<a name="16.2.12"></a>
211
# 16.2.12 "practical-pinecone" (2023-11-08)
312
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5656
"prepare": "husky install"
5757
},
58-
"version": "16.2.12",
58+
"version": "16.2.13",
5959
"dependencies": {
6060
"@angular/animations": "^16.1.1",
6161
"@angular/common": "^16.1.1",

0 commit comments

Comments
 (0)