Skip to content

Commit 1a0b7da

Browse files
committed
release: cut the v17.0.4 release
1 parent 4cc4673 commit 1a0b7da

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="17.0.4"></a>
2+
# 17.0.4 "hematite-house" (2023-12-13)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [9596dccbf](https://github.com/angular/components/commit/9596dccbf4bbc73b0918db4afa1434d9742d0411) | fix | **button:** resolve memory leaks in ripples ([#28254](https://github.com/angular/components/pull/28254)) |
7+
| [7b183b259](https://github.com/angular/components/commit/7b183b259aab6bcabb36edb924fb45078dc4d071) | fix | **chips:** enable hydration ([#28260](https://github.com/angular/components/pull/28260)) |
8+
| [fbcd237e5](https://github.com/angular/components/commit/fbcd237e52c5ae0f20c18d672d90b06153888302) | fix | **tabs:** add header divider for m3 ([#28244](https://github.com/angular/components/pull/28244)) |
9+
| [ac77efd08](https://github.com/angular/components/commit/ac77efd082de220bf9d0d3a75b940e04d24eabbe) | fix | **tabs:** deprecate backgroundColor API ([#28262](https://github.com/angular/components/pull/28262)) |
10+
### multiple
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [c0c6f6376](https://github.com/angular/components/commit/c0c6f6376b6857e621a203b3dc68bbec73a3bfce) | fix | add fallback root providers to injection tokens ([#28259](https://github.com/angular/components/pull/28259)) |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="17.0.3"></a>
218
# 17.0.3 "opal-kaleidoscope" (2023-12-07)
319
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5757
"prepare": "husky install"
5858
},
59-
"version": "17.0.3",
59+
"version": "17.0.4",
6060
"dependencies": {
6161
"@angular/animations": "^17.0.4",
6262
"@angular/common": "^17.0.4",

0 commit comments

Comments
 (0)