Skip to content

Commit 7a3b634

Browse files
committed
release: cut the v19.0.0-rc.1 release
1 parent d1d53f5 commit 7a3b634

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="19.0.0-rc.1"></a>
2+
# 19.0.0-rc.1 "lolite-lollipop" (2024-11-06)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [d8dedc9b7](https://github.com/angular/components/commit/d8dedc9b7d1ea85e9e3b7a1256a6ad60d4a8a36b) | fix | **datepicker:** use SVG icons for calendar ([#29957](https://github.com/angular/components/pull/29957)) |
7+
| [a2cd04902](https://github.com/angular/components/commit/a2cd0490260e99ec0a9a23d0837177f99fc81425) | fix | **form-field:** incorrect form field border radius with system-level themes ([#29966](https://github.com/angular/components/pull/29966)) |
8+
| [de5e57ad1](https://github.com/angular/components/commit/de5e57ad1d9a76922091ca3adbab35bb9843b5fd) | fix | **menu:** use static elevation ([#29968](https://github.com/angular/components/pull/29968)) |
9+
| [9b5ee9d55](https://github.com/angular/components/commit/9b5ee9d551f09f606cb0e92f6288cf3edd76a1da) | fix | **timepicker:** value considered as invalid by default |
10+
### multiple
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [d1d53f51a](https://github.com/angular/components/commit/d1d53f51ad9c565275c4916cf8e107dd994b7fc3) | fix | remove usages of Sass globals ([#29972](https://github.com/angular/components/pull/29972)) |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="19.0.0-rc.0"></a>
218
# 19.0.0-rc.0 "magnetite-mango" (2024-10-31)
319
### cdk

package.json

+1-1
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": "19.0.0-rc.0",
57+
"version": "19.0.0-rc.1",
5858
"dependencies": {
5959
"@angular/animations": "^19.0.0-rc.0",
6060
"@angular/common": "^19.0.0-rc.0",

0 commit comments

Comments
 (0)