Skip to content

Commit 0551725

Browse files
committed
release: cut the v13.0.0-rc.1 release
1 parent d8afe53 commit 0551725

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="13.0.0-rc.1"></a>
2+
3+
# 13.0.0-rc.1 (2021-10-20)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
9+
| [1b98a52f4](https://github.com/angular/angular-cli/commit/1b98a52f4d88d4fa7c3d0bb86fe61e3e9d54b5e8) | fix | correct grammar error in Analytics consent prompt |
10+
| [1e2efbc98](https://github.com/angular/angular-cli/commit/1e2efbc987f0c1b8084d58f9d81e9a213feb7920) | fix | run stable migrations when package version is prerelease |
11+
12+
### @angular-devkit/build-angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
16+
| [448c020be](https://github.com/angular/angular-cli/commit/448c020be8178dc9a5687a311d61554f6112d388) | fix | add "Failed to compile" message |
17+
| [7934becb5](https://github.com/angular/angular-cli/commit/7934becb581d07c8e1f74898ddd4c20f050be659) | fix | generate unique webpack runtimes |
18+
| [ff486861d](https://github.com/angular/angular-cli/commit/ff486861dc9af1e54f72f544d4f2f1de788671ec) | fix | transform remapped sourcemap into a plain object |
19+
20+
## Special Thanks
21+
22+
Alan Agius, Extacy and Sushrit_Lawliet
23+
24+
<!-- CHANGELOG SPLIT MARKER -->
25+
126
<a name="13.0.0-rc.0"></a>
227

328
# 13.0.0-rc.0 (2021-10-13)

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

0 commit comments

Comments
 (0)