Skip to content

Commit 2a3c254

Browse files
committedMar 20, 2025·
release: cut the v19.2.5 release
1 parent 8d7a0f6 commit 2a3c254

File tree

4 files changed

+2099
-2081
lines changed

4 files changed

+2099
-2081
lines changed
 

‎.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=1689751705
6-
pnpm-lock.yaml=1731666083
5+
package.json=-1192648294
6+
pnpm-lock.yaml=897151155
77
pnpm-workspace.yaml=1711114604
88
yarn.lock=-1734434772

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="19.2.5"></a>
2+
# 19.2.5 "argon-planet" (2025-03-20)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [ab70ba5b3](https://github.com/angular/components/commit/ab70ba5b304bf1297d2ece4cc72e1318e20cbbbb) | fix | **tree:** retainining previous objects ([#30431](https://github.com/angular/components/pull/30431)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [2bfa5262e](https://github.com/angular/components/commit/2bfa5262ea388c3081718de37fe4ea1be703b4b5) | fix | **timepicker:** TimepickerInput component in shadow DOM ([#30642](https://github.com/angular/components/pull/30642)) |
11+
### multiple
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [8d7a0f683](https://github.com/angular/components/commit/8d7a0f683220a754086f89335789d98f17cc67ae) | fix | ensure re-exported module symbols can be imported |
15+
16+
<!-- CHANGELOG SPLIT MARKER -->
17+
118
<a name="19.2.4"></a>
219
# 19.2.4 "cafetite-cafe" (2025-03-19)
320
### 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.2.4",
57+
"version": "19.2.5",
5858
"dependencies": {
5959
"@angular/animations": "^19.2.0",
6060
"@angular/common": "^19.2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.