Skip to content

Commit 1445dba

Browse files
release: cut the v12.2.0-next.1 release (angular#42723)
1 parent 24624e6 commit 1445dba

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.2.0-next.1"></a>
2+
# 12.2.0-next.1 (2021-06-30)
3+
### compiler
4+
| Commit | Description |
5+
| -- | -- |
6+
| 9f5cc7c808 | feat(compiler): support number separators in templates (#42672) |
7+
### compiler-cli
8+
| Commit | Description |
9+
| -- | -- |
10+
| 37a740c659 | fix(compiler-cli): add support for partially evaluating types (#41661) |
11+
### platform-browser
12+
| Commit | Description |
13+
| -- | -- |
14+
| 234b5edcc7 | fix(platform-browser): in `Meta.addTag()` do not add duplicate meta tags (#42703) |
15+
## Special Thanks:
16+
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
17+
18+
119
<a name="12.1.1"></a>
220
# 12.1.1 (2021-06-30)
321
### compiler-cli

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.2.0-next.0",
3+
"version": "12.2.0-next.1",
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)