Skip to content

Commit

Permalink
release: cut the v17.1.0-next.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Dec 22, 2023
1 parent c319461 commit 0d64ffc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
<a name="17.1.0-next.3"></a>

# 17.1.0-next.3 (2023-12-21)

### @angular/cli

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
| [a391b5f0c](https://github.com/angular/angular-cli/commit/a391b5f0c21782f69ec8c79c71d195b10b7849a6) | fix | `ng e2e` and `ng lint` prompt requires to hit Enter twice to proceed on Windows |
| [f7d538903](https://github.com/angular/angular-cli/commit/f7d538903aa912ead7a13cbd7b23b79044257110) | fix | re-add `-d` alias for `--dry-run` |

### @schematics/angular

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------- |
| [a708dccff](https://github.com/angular/angular-cli/commit/a708dccff34f62b625332555005bbd8f41380ec2) | feat | update SSR and application builder migration schematics to work with new `outputPath` |
| [aec581daf](https://github.com/angular/angular-cli/commit/aec581daf03b7d83592eb6464dd54c3da57daca7) | fix | add missing property "buildTarget" to interface "ServeBuilderOptions" |
| [a1f3ae579](https://github.com/angular/angular-cli/commit/a1f3ae5799b3184a71647cf4d0f0f84b64986c4a) | fix | do not generate standalone component when using `ng generate module` |

### @angular-devkit/build-angular

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| [cc246d50e](https://github.com/angular/angular-cli/commit/cc246d50ea8d92289c8be8dc58b376358a899ad6) | feat | allow customization of output locations |
| [15a669c1e](https://github.com/angular/angular-cli/commit/15a669c1efdc8ac18507232d6cb29794c82b94cc) | feat | allowing control of index HTML initial preload generation |
| [47a064b14](https://github.com/angular/angular-cli/commit/47a064b146d06ee7498e3aacb2f17a6283be4504) | feat | emit external sourcemaps for component styles |
| [b3c1991a2](https://github.com/angular/angular-cli/commit/b3c1991a2e4c5d6476fdb94a57b80893cd78f4ff) | fix | add missing tailwind `@screen` directive in matcher |
| [a5d4735b8](https://github.com/angular/angular-cli/commit/a5d4735b804b30da1aeccdacf09c0dd05a359d3c) | fix | construct SSR request URL using server resolvedUrls |
| [0fa1e3419](https://github.com/angular/angular-cli/commit/0fa1e3419ffba573156791a39ad5d9b6b0bb656b) | fix | ensure empty optimized Sass stylesheets stay empty |
| [efe3bda48](https://github.com/angular/angular-cli/commit/efe3bda483b5776b2097ab68ea0b134d13d1a589) | fix | ensure external dependencies are used by Web Worker bundling |
| [ceffafe1a](https://github.com/angular/angular-cli/commit/ceffafe1a3c8cad469b718e466e771e1d396ab14) | fix | provide better error messages for failed file reads |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.0.8"></a>

# 17.0.8 (2023-12-21)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "17.1.0-next.2",
"version": "17.1.0-next.3",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
Expand Down

0 comments on commit 0d64ffc

Please sign in to comment.