Skip to content

Commit 5b09c63

Browse files
renovate-botdgp1130
authored andcommitted
release: cut the v14.0.0-rc.0 release
1 parent 329a2a3 commit 5b09c63

File tree

5 files changed

+37
-6
lines changed

5 files changed

+37
-6
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="14.0.0-rc.0"></a>
2+
3+
# 14.0.0-rc.0 (2022-05-11)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
9+
| [d46cf6744](https://github.com/angular/angular-cli/commit/d46cf6744eadb70008df1ef25e24fb1db58bb997) | fix | display option descriptions during auto completion |
10+
| [644f86d55](https://github.com/angular/angular-cli/commit/644f86d55b75a289e641ba280e8456be82383b06) | fix | improve error message for Windows autocompletion use cases |
11+
12+
### @schematics/angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
16+
| [7e8e42063](https://github.com/angular/angular-cli/commit/7e8e42063f354c402d758f10c8ba9bee7e0c8aff) | fix | add migration to remove `package.json` in libraries secondary entrypoints |
17+
| [1921b07ee](https://github.com/angular/angular-cli/commit/1921b07eeb710875825dc6f7a4452bd5462e6ba7) | fix | don't add path mapping to old entrypoint definition file |
18+
| [27cb29438](https://github.com/angular/angular-cli/commit/27cb29438aa01b185b2dca3617100d87f45f14e8) | fix | remove extra space in standalone imports |
19+
20+
### @angular-devkit/build-angular
21+
22+
| Commit | Type | Description |
23+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------- |
24+
| [ac1383f9e](https://github.com/angular/angular-cli/commit/ac1383f9e5d491181812c090bd4323f46110f3d8) | fix | properly handle locally-built APF v14 libraries |
25+
26+
## Special Thanks
27+
28+
Alan Agius, Charles Lyding, Cédric Exbrayat, Doug Parker, Jason Bedard, Kristiyan Kostadinov, Paul Gschwendtner and alkavats1
29+
30+
<!-- CHANGELOG SPLIT MARKER -->
31+
132
<a name="14.0.0-next.13"></a>
233

334
# 14.0.0-next.13 (2022-05-04)

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

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"esbuild": "0.14.38"
7474
},
7575
"peerDependencies": {
76-
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",
77-
"@angular/localize": "^14.0.0 || ^14.0.0-next",
78-
"@angular/service-worker": "^14.0.0 || ^14.0.0-next",
76+
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-rc",
77+
"@angular/localize": "^14.0.0 || ^14.0.0-rc",
78+
"@angular/service-worker": "^14.0.0 || ^14.0.0-rc",
7979
"karma": "^6.3.0",
8080
"ng-packagr": "^14.0.0 || ^14.0.0-next",
8181
"protractor": "^7.0.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"dependencies": {},
2424
"peerDependencies": {
25-
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",
25+
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-rc",
2626
"typescript": ">=4.6.2 <4.8",
2727
"webpack": "^5.54.0"
2828
},

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
1515
...require('./latest-versions/package.json')['dependencies'],
1616

1717
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
18-
Angular: '^14.0.0-next.0',
18+
Angular: '^14.0.0-rc.0',
1919

2020
// Since @angular-devkit/build-angular and @schematics/angular are always
2121
// published together from the same monorepo, and they are both

0 commit comments

Comments
 (0)