Skip to content

Commit c9b26c4

Browse files
committed
release: cut the v13.0.0-next.8 release
1 parent b715e73 commit c9b26c4

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
<a name="13.0.0-next.8"></a>
2+
3+
# 13.0.0-next.8 (2021-10-05)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/build-angular
8+
9+
- With this change a number of deprecated dev-server builder options which proxied to the browser builder have been removed. These options should be configured in the browser builder instead.
10+
11+
The removed options are:
12+
13+
- `aot`
14+
- `sourceMap`
15+
- `deployUrl`
16+
- `baseHref`
17+
- `vendorChunk`
18+
- `commonChunk`
19+
- `optimization`
20+
- `progress`
21+
22+
### @angular/cli
23+
24+
| Commit | Type | Description |
25+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
26+
| [e1b954d70](https://github.com/angular/angular-cli/commit/e1b954d707f90622d8a75fc45840cefeb224c286) | fix | keep relative migration paths during update analysis |
27+
28+
### @angular-devkit/build-angular
29+
30+
| Commit | Type | Description |
31+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------- |
32+
| [22cd9edfa](https://github.com/angular/angular-cli/commit/22cd9edfafd357bb9d62a93dd56f033b3f34bbe8) | feat | favor es2020 main fields |
33+
| [000b0e51c](https://github.com/angular/angular-cli/commit/000b0e51c166ecd26b6f24d6a133ea5076df9849) | feat | remove deprecated dev-server options |
34+
| [4be6537dd](https://github.com/angular/angular-cli/commit/4be6537ddf4b32e8d204dbaa75f1a53712fe9d44) | fix | update TS/JS regexp checks to latest extensions |
35+
36+
## Special Thanks
37+
38+
Alan Agius, Charles Lyding and Doug Parker
39+
40+
<!-- CHANGELOG SPLIT MARKER -->
41+
142
<a name="12.2.8"></a>
243

344
# 12.2.8 (2021-10-01)

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

0 commit comments

Comments
 (0)