Skip to content

Commit 124dcc0

Browse files
committed
release: cut the v20.2.0-next.6 release
1 parent 812463c commit 124dcc0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="20.2.0-next.6"></a>
2+
# 20.2.0-next.6 (2025-08-07)
3+
### compiler-cli
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [812463c563](https://github.com/angular/angular/commit/812463c5636effe5bd5ba5c7c7fc65c3cc08d047) | fix | Ignore diagnostics on ngTemplateContextGuard lines in TCB ([#63054](https://github.com/angular/angular/pull/63054)) |
7+
| [45b030b5ce](https://github.com/angular/angular/commit/45b030b5ce1e116a88fe1c2fe133f654fb1f66c5) | fix | prevent dom event assertion in TCB generation on older angular versions ([#63053](https://github.com/angular/angular/pull/63053)) |
8+
9+
<!-- CHANGELOG SPLIT MARKER -->
10+
111
<a name="20.2.0-next.5"></a>
212
# 20.2.0-next.5 (2025-08-06)
313
## Deprecations

package.json

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

0 commit comments

Comments
 (0)