release: cut the v12.1.0-next.3 release (#42360)
This commit is contained in:
parent
acfa0647b7
commit
c110d050f2
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,21 @@
|
|||
<a name="12.1.0-next.3"></a>
|
||||
# 12.1.0-next.3 (2021-05-26)
|
||||
### forms
|
||||
| Commit | Description |
|
||||
| -- | -- |
|
||||
| 3d9062dad7 | fix(forms): Add float number support for min and max validator (#42223) |
|
||||
### migrations
|
||||
| Commit | Description |
|
||||
| -- | -- |
|
||||
| 7f6213a2f4 | fix(migrations): add migration to replace `/deep/` with `::ng-deep` (#42214) |
|
||||
### platform-browser
|
||||
| Commit | Description |
|
||||
| -- | -- |
|
||||
| 3a6af8e629 | fix(platform-browser): update started state on reset (#41608) |
|
||||
## Special Thanks:
|
||||
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
|
||||
|
||||
|
||||
<a name="12.1.0-next.2"></a>
|
||||
# 12.1.0-next.2 (2021-05-19)
|
||||
### common
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "angular-srcs",
|
||||
"version": "12.1.0-next.2",
|
||||
"version": "12.1.0-next.3",
|
||||
"private": true,
|
||||
"description": "Angular - a web framework for modern web apps",
|
||||
"homepage": "https://github.com/angular/angular",
|
||||
|
|
Loading…
Reference in New Issue