Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7320980

Browse files
committedJul 21, 2021
release: cut the v12.2.0-next.3 release
1 parent 320d752 commit 7320980

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="12.2.0-next.3"></a>
2+
# 12.2.0-next.3 (2021-07-21)
3+
### @angular/cli
4+
| Commit | Description |
5+
| -- | -- |
6+
| [c1eddbdc9](https://github.com/angular/angular-cli/commit/c1eddbdc98631fdfff287ce566d79ed43b601e0f) | fix(@angular/cli): handle `YARN_` environment variables during `ng update` and `ng add` |
7+
| [6b00d1270](https://github.com/angular/angular-cli/commit/6b00d1270acaf33f32ee68c4254ce06951ddcb8c) | fix(@angular/cli): handle NPM_CONFIG environment variables during ng update and ng add |
8+
### @angular-devkit/build-angular
9+
| Commit | Description |
10+
| -- | -- |
11+
| [4bcd1dc9e](https://github.com/angular/angular-cli/commit/4bcd1dc9ee744343a465d73d51d4a062964a3714) | fix(@angular-devkit/build-angular): allow classes with pure annotated static properties to be optimized |
12+
| [ceade0c27](https://github.com/angular/angular-cli/commit/ceade0c27e4b8b0e731e6ca5128fd86cf071d029) | fix(@angular-devkit/build-angular): dasherize disable-host-check suggestion |
13+
## Special Thanks:
14+
Alan Agius, Charles Lyding, Joey Perrott, LeonEck and Mike Jancar
15+
16+
117
<a name="12.1.3"></a>
218

319
# 12.1.3 (2021-07-21)

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "12.2.0-next.2",
3+
"version": "12.2.0-next.3",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)
Please sign in to comment.