Skip to content

Commit 147b089

Browse files
committed
release: cut the v17.1.2 release
1 parent 235c840 commit 147b089

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="17.1.2"></a>
2+
3+
# 17.1.2 (2024-01-31)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
9+
| [6815f13e3](https://github.com/angular/angular-cli/commit/6815f13e3c87eff773aa914858293c75e4fae7d2) | fix | add `required` modules as externals imports |
10+
| [a0e306098](https://github.com/angular/angular-cli/commit/a0e306098147cf5fb7b51264c18860767fdf6316) | fix | correctly handle glob negation in proxy config when using vite |
11+
| [235c8403a](https://github.com/angular/angular-cli/commit/235c8403a5bf8a2032da72a504e8cee441dd2d82) | fix | handle regular expressions in proxy config when using Vite |
12+
| [5332e5b2e](https://github.com/angular/angular-cli/commit/5332e5b2ea0c9757f717e386fb162392ef2327a4) | fix | resolve absolute `output-path` when using esbuild based builders |
13+
| [3deb0d4a1](https://github.com/angular/angular-cli/commit/3deb0d4a102fb8d8fae7617b81f62706371e03f5) | fix | return 404 for assets that are not found |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="17.1.1"></a>
218

319
# 17.1.1 (2024-01-24)
@@ -21,15 +37,15 @@
2137
| [88de1da92](https://github.com/angular/angular-cli/commit/88de1da92919834f620a31d8a3e6a4e2ad1e2f07) | fix | `ENOENT: no such file or directory` on Windows during component rebuild |
2238
| [4e2586aeb](https://github.com/angular/angular-cli/commit/4e2586aeb8ec11cf951f30bbfca6422f13cfd5cc) | fix | allow package file loader option with Vite prebundling |
2339
| [aca1cfcda](https://github.com/angular/angular-cli/commit/aca1cfcda520d9a68bc01833453c81f38c133d37) | fix | do not add internal CSS resources files in watch |
24-
| [53258f617](https://github.com/angular/angular-cli/commit/53258f617cf6c9068e069122029ff91c62d2109e) | fix | handle load event for multiple stylesheets and CSP nonces |
40+
| [53258f617](https://github.com/angular/angular-cli/commit/53258f617cf6c9068e069122029ff91c62d2109e) | fix | handle load event for multiple stylesheets and CSP nonces |
2541
| [412fe6ec6](https://github.com/angular/angular-cli/commit/412fe6ec69bfcbb1e9fb09ccbb10a086b5166689) | fix | pre-transform error when using vite with SSR |
2642
| [45dea6f44](https://github.com/angular/angular-cli/commit/45dea6f44cb27431e4767ce16df3e84c5b6d8f9c) | fix | provide actionable error message when server bundle is missing default export |
2743
| [4e2b23f03](https://github.com/angular/angular-cli/commit/4e2b23f0321f3ec6edfd3e20e9bf95d799de5e7f) | fix | update dependency vite to v5.0.12 |
2844

2945
### @angular/ssr
3046

31-
| Commit | Type | Description |
32-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
47+
| Commit | Type | Description |
48+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
3349
| [02d9d84c5](https://github.com/angular/angular-cli/commit/02d9d84c5da3def7e6b307b115e77233cfcf8d4b) | fix | handle load event for multiple stylesheets and CSP nonces |
3450

3551
<!-- CHANGELOG SPLIT MARKER -->

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

0 commit comments

Comments
 (0)