8000 release: cut the v19.2.10 release · angular/angular@4282488 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4282488

Browse files
committed
release: cut the v19.2.10 release
1 parent c081e04 commit 4282488

File tree

4 files changed

+28
-9
lines changed

4 files changed

+28
-9
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=-203833057
5-
package.json=-554949751
6-
pnpm-lock.yaml=1541602335
5+
package.json=921559287
6+
pnpm-lock.yaml=-1557050076
77
pnpm-workspace.yaml=1711114604
88
yarn.lock=-1169566608

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="19.2.10"></a>
2+
# 19.2.10 (2025-05-07)
3+
### common
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [89056a0356](https://github.com/angular/angular/commit/89056a035648906d82ed2bbf523b793bce732474) | fix | cleanup `updateLatestValue` if view is destroyed before promise resolves ([#61064](https://github.com/angular/angular/pull/61064)) |
7+
### core
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [4623b61448](https://github.com/angular/angular/commit/4623b6144897c6063139afa2d189be4e2e1d70ba) | fix | missing useExisting providers throwing for optional calls ([#61152](https://github.com/angular/angular/pull/61152)) |
11+
| [400dbc5b89](https://github.com/angular/angular/commit/400dbc5b89a2af0ae5fd7830f6ea47352c8556ef) | fix | properly handle app stabilization with defer blocks ([#61056](https://github.com/angular/angular/pull/61056)) |
12+
### platform-server
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [a6f0d5bc20](https://github.com/angular/angular/commit/a6f0d5bc20382689b7336a7e1c79c0685252cc21) | fix | less aggressive ngServerMode cleanup ([#61106](https://github.com/angular/angular/pull/61106)) |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="19.2.9"></a>
220
# 19.2.9 (2025-04-30)
321
### core

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "19.2.9",
3+
"version": "19.2.10",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

pnpm-lock.yaml

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0