Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c110d05

Browse files
authored
release: cut the v12.1.0-next.3 release (angular#42360)
1 parent acfa064 commit c110d05

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="12.1.0-next.3"></a>
2+
# 12.1.0-next.3 (2021-05-26)
3+
### forms
4+
| Commit | Description |
5+
| -- | -- |
6+
| 3d9062dad7 | fix(forms): Add float number support for min and max validator (#42223) |
7+
### migrations
8+
| Commit | Description |
9+
| -- | -- |
10+
| 7f6213a2f4 | fix(migrations): add migration to replace `/deep/` with `::ng-deep` (#42214) |
11+
### platform-browser
12+
| Commit | Description |
13+
| -- | -- |
14+
| 3a6af8e629 | fix(platform-browser): update started state on reset (#41608) |
15+
## Special Thanks:
16+
Alan Agius, Andrew Scott, David Shevitz, George Kalpakas, Igor Minar, Joey Perrott, Kapunahele Wong, Madleina Scheidegger, Paul Gschwendtner, Pete Bacon Darwin, Renovate Bot, Sam Severance, Teri Glover, Zach Arend, chenyunhsin, iRealNirmal, mgechev and twerske
17+
18+
119
<a name="12.1.0-next.2"></a>
220
# 12.1.0-next.2 (2021-05-19)
321
### common

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