Skip to content

Commit 54551bb

Browse files
committed
release: cut the v14.1.0-next.3 release
1 parent 38c728a commit 54551bb

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
<a name="14.1.0-next.3"></a>
2+
3+
# 14.1.0-next.3 (2022-06-29)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
9+
| [5a012b5fc](https://github.com/angular/angular-cli/commit/5a012b5fce2f38fa6b97c84c874e85dc726d2f0d) | fix | correctly handle `--collection` option in `ng new` |
10+
| [8b65abe1b](https://github.com/angular/angular-cli/commit/8b65abe1b037cf00cb3c95ab98f7b6ba3ceef561) | fix | improve global schema validation |
11+
| [4fa039b69](https://github.com/angular/angular-cli/commit/4fa039b692be8bc97d0b382f015783d12f214a65) | fix | remove color from help epilogue |
12+
13+
### @schematics/angular
14+
15+
| Commit | Type | Description |
16+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
17+
| [ab8ab30c8](https://github.com/angular/angular-cli/commit/ab8ab30c879f04777b9a444a7f3072682ea161b5) | fix | use `sourceRoot` instead of `src` in universal schematic |
18+
19+
### @angular-devkit/architect
20+
21+
| Commit | Type | Description |
22+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
23+
| [ecdbe721a](https://github.com/angular/angular-cli/commit/ecdbe721a1be10a59e7ee1b2f446b20c1e7de95b) | fix | complete builders on the next event loop iteration |
24+
25+
### @angular-devkit/build-angular
26+
27+
| Commit | Type | Description |
28+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
29+
| [4fcfc37cb](https://github.com/angular/angular-cli/commit/4fcfc37cb957513cb61d01946959669559e93393) | fix | exit dev-server when CTRL+C is pressed |
30+
| [2b962549d](https://github.com/angular/angular-cli/commit/2b962549d3c8c4aa3814f604ef67525822a5e04d) | fix | exit localized builds when CTRL+C is pressed |
31+
| [b40aeed44](https://github.com/angular/angular-cli/commit/b40aeed4414afcb1c90c7f0c609aa78f13790f03) | fix | hide stacktraces from webpack errors |
32+
| [43f495d57](https://github.com/angular/angular-cli/commit/43f495d57be37fa81cfade3d8e4291483a971f7c) | fix | set base-href in service worker manifest when using i18n and app-shell |
33+
34+
### @ngtools/webpack
35+
36+
| Commit | Type | Description |
37+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
38+
| [7ababc210](https://github.com/angular/angular-cli/commit/7ababc210b3eb023bfd4c8f05178cb2f75472bb2) | fix | restore process title after NGCC is executed |
39+
| [34ecf669d](https://github.com/angular/angular-cli/commit/34ecf669ddb05da84f200d6972dbc8439007e1aa) | fix | show a compilation error on invalid TypeScript version |
40+
41+
## Special Thanks
42+
43+
Alan Agius, Charles Lyding, Jason Bedard, Paul Gschwendtner, Tim Bowersox and renovate[bot]
44+
45+
<!-- CHANGELOG SPLIT MARKER -->
46+
147
<a name="14.0.4"></a>
248

349
# 14.0.4 (2022-06-29)

package.json

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

0 commit comments

Comments
 (0)