8000 release: cut the v20.0.0-rc.0 release · angular/angular@ea87eb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea87eb4

Browse files
committed
release: cut the v20.0.0-rc.0 release
1 parent 803c94c commit ea87eb4

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
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=-1639431943
6-
pnpm-lock.yaml=26678625
5+
package.json=55884910
6+
pnpm-lock.yaml=-459300859
77
pnpm-workspace.yaml=1711114604
88
yarn.lock=-84247839

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="20.0.0-rc.0"></a>
2+
# 20.0.0-rc.0 (2025-05-07)
3+
### common
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [255c79e048](https://github.com/angular/angular/commit/255c79e0480b0adc876b526e2a96d5005692e42f) | fix | cleanup `updateLatestValue` if view is destroyed before promise resolves ([#58041](https://github.com/angular/angular/pull/58041)) |
7+
### core
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [017cc0a37c](https://github.com/angular/angular/commit/017cc0a37cf5b2534a07ebd207061a05d6ab89ec) | fix | properly handle app stabilization with defer blocks ([#61040](https://github.com/angular/angular/pull/61040)) |
11+
### platform-server
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [bc31ad91a0](https://github.com/angular/angular/commit/bc31ad91a074de9016059dcaf1fb37715c821b52) | fix | less aggressive ngServerMode cleanup ([#61106](https://github.com/angular/angular/pull/61106)) |
15+
16+
<!-- CHANGELOG SPLIT MARKER -->
17+
118
<a name="20.0.0-next.9"></a>
219
# 20.0.0-next.9 (2025-04-30)
320
## Breaking Changes

package.json

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

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)
0