Skip to content

Commit cb67dff

Browse files
committed
release: cut the v18.0.1 release
1 parent c1f3aa9 commit cb67dff

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="18.0.1"></a>
2+
# 18.0.1 "plastic-baby" (2024-05-29)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [d96b5e39e0](https://github.com/angular/components/commit/d96b5e39e08945b5b4ec92dbc89a7ef44dec1baa) | fix | **core:** M3 themes not inserting loaded marker |
7+
| [b7c0a6ef56](https://github.com/angular/components/commit/b7c0a6ef56ade6d99e9b097e0d616e9e3bb5a9f5) | fix | **form-field:** outline label position ([#29123](https://github.com/angular/components/pull/29123)) |
8+
| [24de3d4884](https://github.com/angular/components/commit/24de3d4884677c427e036258eb2e999a89da03e5) | fix | **menu:** prevent divider styles from bleeding out ([#29111](https://github.com/angular/components/pull/29111)) |
9+
| [2110f2c97e](https://github.com/angular/components/commit/2110f2c97ec8d9b84ee4f8bcd47ca7b95d398879) | fix | **tabs:** avoid pagination infinite loop in safari ([#29121](https://github.com/angular/components/pull/29121)) |
10+
### youtube-player
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [466e249cd1](https://github.com/angular/components/commit/466e249cd1eb4b8ce9dd2f9f74c3f4c3cb33cf65) | fix | error when interacting with the player before the API has been loaded ([#29127](https://github.com/angular/components/pull/29127)) |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="18.0.0"></a>
218
# 18.0.0 "satin-sasquatch" (2024-05-22)
319
## Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "18.0.0",
57+
"version": "18.0.1",
5858
"dependencies": {
5959
"@angular/animations": "^18.0.0",
6060
"@angular/common": "^18.0.0",

0 commit comments

Comments
 (0)