release: cut the v12.2.0-next.1 release (#42723)
This commit is contained in:
parent
24624e607d
commit
1445dba903
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,21 @@
|
|||
<a name="12.2.0-next.1"></a>
|
||||
# 12.2.0-next.1 (2021-06-30)
|
||||
### compiler
|
||||
| Commit | Description |
|
||||
| -- | -- |
|
||||
| 9f5cc7c808 | feat(compiler): support number separators in templates (#42672) |
|
||||
### compiler-cli
|
||||
| Commit | Description |
|
||||
| -- | -- |
|
||||
| 37a740c659 | fix(compiler-cli): add support for partially evaluating types (#41661) |
|
||||
### platform-browser
|
||||
| Commit | Description |
|
||||
| -- | -- |
|
||||
| 234b5edcc7 | fix(platform-browser): in `Meta.addTag()` do not add duplicate meta tags (#42703) |
|
||||
## Special Thanks:
|
||||
Alan Agius, Alex Rickabaugh, Dario Piotrowicz, George Kalpakas, George Looshch, Joey Perrott, Kristiyan Kostadinov, Lars Gyrup Brink Nielsen, Paul Gschwendtner, Pete Bacon Darwin, Zach Arend, codebriefcase, dario-piotrowicz, marvinbeckert, mgechev and pavlenko
|
||||
|
||||
|
||||
<a name="12.1.1"></a>
|
||||
# 12.1.1 (2021-06-30)
|
||||
### compiler-cli
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "angular-srcs",
|
||||
"version": "12.2.0-next.0",
|
||||
"version": "12.2.0-next.1",
|
||||
"private": true,
|
||||
"description": "Angular - a web framework for modern web apps",
|
||||
"homepage": "https://github.com/angular/angular",
|
||||
|
|
Loading…
Reference in New Issue