Skip to content

Commit 74935f8

Browse files
committed
release: cut the v17.0.0-next.1 release
1 parent 1cdbf5d commit 74935f8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="17.0.0-next.1"></a>
2+
3+
# 17.0.0-next.1 (2023-09-06)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/schematics
8+
9+
- deprecated `runExternalSchematicAsync` and `runSchematicAsync` methods have been removed in favor of `runExternalSchematic` and `runSchematic`.
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- |
15+
| [6b08efa6f](https://github.com/angular/angular-cli/commit/6b08efa6ffd988e08e3db471ffe3214a029de116) | fix | account for arrow function IIFE |
16+
| [188a00f3e](https://github.com/angular/angular-cli/commit/188a00f3e466c6c31c7671c63ffc91ccda4590c9) | fix | elide setClassMetadataAsync calls |
17+
18+
### @angular-devkit/schematics
19+
20+
| Commit | Type | Description |
21+
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------------------------- |
22+
| [f600bbc97](https://github.com/angular/angular-cli/commit/f600bbc97d30a003b9d41fa5f67590d3955e6375) | refactor | remove deprecated `runExternalSchematicAsync` and `runSchematicAsync` |
23+
24+
### @ngtools/webpack
25+
26+
| Commit | Type | Description |
27+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------- |
28+
| [4fe03266a](https://github.com/angular/angular-cli/commit/4fe03266a9232346ec49defa98d9eb3a8d88b1ff) | fix | account for arrow function IIFE |
29+
| [89f21ac8c](https://github.com/angular/angular-cli/commit/89f21ac8c4309614a59cda5a8ebc3b3fbc663932) | fix | remove setClassMetadataAsync calls |
30+
31+
<!-- CHANGELOG SPLIT MARKER -->
32+
133
<a name="17.0.0-next.0"></a>
234

335
# 17.0.0-next.0 (2023-08-30)

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

0 commit comments

Comments
 (0)