Skip to content

Commit 7c23448

Browse files
committed
release: cut the v21.1.0-next.3 release
1 parent bf86f53 commit 7c23448

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="21.1.0-next.3"></a>
2+
3+
# 21.1.0-next.3 (2025-12-11)
4+
5+
### core
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------ |
9+
| [4f6014a756a](https://github.com/angular/angular/commit/4f6014a756a95ff9cb55e91deb27039b7eb079ee) | fix | avoid false-positive deprecation when using `InjectionToken` with factory only |
10+
11+
### forms
12+
13+
| Commit | Type | Description |
14+
| ------------------------------------------------------------------------------------------------- | ---- | --------------------------- |
15+
| [d0097f7d0c2](https://github.com/angular/angular/commit/d0097f7d0c214c5c3d715e7f1dfa3723b31f4065) | fix | fix signal forms type error |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="21.0.5"></a>
220

321
# 21.0.5 (2025-12-11)

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": "21.1.0-next.2",
3+
"version": "21.1.0-next.3",
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)