Skip to content

Commit 5ac6fd3

Browse files
committed
release: cut the v14.0.0-next.6 release
1 parent e636a92 commit 5ac6fd3

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
<a name="14.0.0-next.6"></a>
2+
3+
# 14.0.0-next.6 (2022-03-16)
4+
5+
## Breaking Changes
6+
7+
### @angular/cli
8+
9+
- Several changes to the `ng analytics` command syntax.
10+
11+
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
12+
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
13+
14+
- Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.
15+
16+
### @angular-devkit/build-angular
17+
18+
- `NG_BUILD_CACHE` environment variable has been removed. `cli.cache` in the workspace configuration should be used instead.
19+
20+
### @schematics/angular
21+
22+
| Commit | Type | Description |
23+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
24+
| [c927c038b](https://github.com/angular/angular-cli/commit/c927c038ba356732327a026fe9a4c36ed23c9dec) | fix | remove `@types/node` from new projects |
25+
26+
### @angular/cli
27+
28+
| Commit | Type | Description |
29+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
30+
| [afafa5788](https://github.com/angular/angular-cli/commit/afafa5788f11b8727c39bb0a390300a706aba5bc) | feat | add `--global` option to `ng analytics` command |
31+
| [bb550436a](https://github.com/angular/angular-cli/commit/bb550436a476d74705742a8c36f38971b346b903) | feat | add `ng analytics info` command |
32+
| [7ab22ed40](https://github.com/angular/angular-cli/commit/7ab22ed40d521e3cec29ab2d66d0289c3cdb4106) | feat | add disable/enable aliases for off/on `ng analytics` command |
33+
| [7fa3e6587](https://github.com/angular/angular-cli/commit/7fa3e6587955d0638929758d3c257392c242c796) | feat | support TypeScript 4.6.2 |
34+
| [9edeb8614](https://github.com/angular/angular-cli/commit/9edeb86146131878c5e8b21b6adaa24a26f12453) | fix | add long description to `ng update` |
35+
| [a49cdfbfe](https://github.com/angular/angular-cli/commit/a49cdfbfefbdd756882be96fb61dc8a0d374b6e0) | fix | don't prompt for analytics when running `ng analytics` |
36+
| [054ae02c2](https://github.com/angular/angular-cli/commit/054ae02c2fb8eed52af76cf39a432a3770d301e4) | fix | favor project in cwd when running architect commands |
37+
| [96a0d92da](https://github.com/angular/angular-cli/commit/96a0d92da2903edfb3835ce86b3700629d6e43ad) | fix | remove JSON serialized description from help output |
38+
| [ca401255f](https://github.com/angular/angular-cli/commit/ca401255f49568cfe5f9ec6a35ea5b91c91afa70) | fix | sort commands in help output |
39+
40+
### @angular-devkit/build-angular
41+
42+
| Commit | Type | Description |
43+
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------------------------- |
44+
| [b8564a638](https://github.com/angular/angular-cli/commit/b8564a638df3b6971ef2ac8fb838e6a7c910ac3b) | refactor | remove deprecated `NG_BUILD_CACHE` environment variable |
45+
46+
## Special Thanks
47+
48+
Alan Agius, Charles Lyding, Doug Parker and Joey Perrott
49+
50+
<!-- CHANGELOG SPLIT MARKER -->
51+
152
<a name="13.3.0"></a>
253

354
# 13.3.0 (2022-03-16)

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": "14.0.0-next.5",
3+
"version": "14.0.0-next.6",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)