Skip to content

Commit 780a44d

Browse files
committed
release: cut the v17.1.0-rc.0 release
1 parent 40eddb3 commit 780a44d

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="17.1.0-rc.0"></a>
2+
3+
# 17.1.0-rc.0 (2024-01-03)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- |
9+
| [602d0166c](https://github.com/angular/angular-cli/commit/602d0166c43d2b290e03707ad1afede6a769fe7f) | fix | add prerender and ssr-dev-server schemas in angular.json schema |
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
15+
| [4469e481f](https://github.com/angular/angular-cli/commit/4469e481fc4f74574fdd028513b57ba2300c3b34) | fix | do not trigger NPM install when using `---skip-install` and `--ssr` |
16+
17+
### @angular-devkit/build-angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
21+
| [68dae539a](https://github.com/angular/angular-cli/commit/68dae539adfa12d6088f96ac5c9f224d9bb52e17) | feat | initial experimental implementation of `@web/test-runner` builder |
22+
| [49ed9a26c](https://github.com/angular/angular-cli/commit/49ed9a26cb87ae629d7d4167277f7e5c4ee066f7) | fix | emit error when using prerender and app-shell builders with application builder |
23+
| [874e576b5](https://github.com/angular/angular-cli/commit/874e576b523ba675f85011388e4ce3fcc38992fa) | fix | filter explicit external dependencies for Vite prebundling |
24+
| [bd26a18e7](https://github.com/angular/angular-cli/commit/bd26a18e7a9512bdad15784a19f42aaca8aec303) | fix | typo in preloadInitial option description |
25+
26+
### @angular-devkit/schematics
27+
28+
| Commit | Type | Description |
29+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
30+
| [7e9bbe442](https://github.com/angular/angular-cli/commit/7e9bbe442d7f4a050d7aee1779508d14211863fe) | fix | replace template line endings with platform specific |
31+
32+
<!-- CHANGELOG SPLIT MARKER -->
33+
134
<a name="17.0.9"></a>
235

336
# 17.0.9 (2024-01-03)

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

0 commit comments

Comments
 (0)