Skip to content

Commit 1920526

Browse files
committed
release: cut the v14.0.0-rc.1 release
1 parent e5bdada commit 1920526

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="14.0.0-rc.1"></a>
2+
3+
# 14.0.0-rc.1 (2022-05-18)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------------- |
9+
| [6f6b453fb](https://github.com/angular/angular-cli/commit/6f6b453fbf90adad16eba7ea8929a11235c1061b) | fix | `ng doc` doesn't open browser in Windows |
10+
| [160cb0718](https://github.com/angular/angular-cli/commit/160cb071870602d9e7fece2ce381facb71e7d762) | fix | correctly handle `--search` option in `ng doc` |
11+
| [4b22593c4](https://github.com/angular/angular-cli/commit/4b22593c4a269ea4bd63cef39009aad69f159fa1) | fix | ensure all available package migrations are executed |
12+
| [bdf2b9bfa](https://github.com/angular/angular-cli/commit/bdf2b9bfa9893a940ba254073d024172e0dc1abc) | fix | print schematic errors correctly |
13+
| [db0cb5593](https://github.com/angular/angular-cli/commit/db0cb5593dcde395f1877f7c9b6bdf911cd26654) | fix | resolve relative schematic from `angular.json` instead of current working directory |
14+
| [e5bdadac4](https://github.com/angular/angular-cli/commit/e5bdadac44ac023363bc0a2473892fc17430b81f) | fix | skip prompt or warn when setting up autocompletion without a global CLI install |
15+
16+
### @schematics/angular
17+
18+
| Commit | Type | Description |
19+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
20+
| [b928d973e](https://github.com/angular/angular-cli/commit/b928d973e97f33220afe16549b41c4031feb5c5e) | fix | alphabetically order imports during component generation |
21+
22+
### @angular-devkit/build-angular
23+
24+
| Commit | Type | Description |
25+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- |
26+
| [587082fb0](https://github.com/angular/angular-cli/commit/587082fb0fa7bdb6cddb36327f791889d76e3e7b) | fix | close compiler on Karma exit |
27+
28+
## Special Thanks
29+
30+
Alan Agius, Charles Lyding, Doug Parker, Elton Coelho, George Kalpakas and Kristiyan Kostadinov
31+
32+
<!-- CHANGELOG SPLIT MARKER -->
33+
134
<a name="14.0.0-rc.0"></a>
235

336
# 14.0.0-rc.0 (2022-05-11)

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

0 commit comments

Comments
 (0)