Skip to content

Commit 492b36d

Browse files
committed
release: cut the v17.2.0-next.1 release
1 parent 49a5674 commit 492b36d

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
<a name="17.2.0-next.1"></a>
2+
3+
# 17.2.0-next.1 (2024-01-31)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
9+
| [b3e206741](https://github.com/angular/angular-cli/commit/b3e206741c5b59b8563b7c60a1f66c49802549e7) | feat | add support to `bun` package manager |
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
15+
| [03e1aa790](https://github.com/angular/angular-cli/commit/03e1aa7904acfe9d12eaf3717d1b136159893a76) | feat | add support to `bun` package manager |
16+
17+
### @angular-devkit/build-angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
21+
| [f4f535653](https://github.com/angular/angular-cli/commit/f4f535653a34c2a7c37c51c98680b6b1766c6d0d) | feat | add JSON build logs when using the application builder |
22+
| [7c522aa87](https://github.com/angular/angular-cli/commit/7c522aa8742cd936bb0dfd30773d88f3ef92d488) | feat | support using custom postcss configuration with application builder |
23+
| [d6aea27db](https://github.com/angular/angular-cli/commit/d6aea27dbcad7b0d2aa563b4a3c58f0935dbd0bf) | fix | add `required` modules as externals imports |
24+
| [476a68daa](https://github.com/angular/angular-cli/commit/476a68daa9746d29d3f74f68307d982d1d66f94c) | fix | add output location in build stats |
25+
| [dbd3984f2](https://github.com/angular/angular-cli/commit/dbd3984f2458ae413aef1d8d33c8ee092787e360) | fix | correctly handle glob negation in proxy config when using vite |
26+
| [41ea985f9](https://github.com/angular/angular-cli/commit/41ea985f9317b11cfa6627a2d3f6b34ff4dbc134) | fix | display server bundles in build stats |
27+
| [822e7a482](https://github.com/angular/angular-cli/commit/822e7a482dc536a64fb08db699381c0fdf4ef4b0) | fix | handle regular expressions in proxy config when using Vite |
28+
| [944cbcdb1](https://github.com/angular/angular-cli/commit/944cbcdb1af62855febc931fce92debf28a3b2a5) | fix | limit the number of lazy chunks visible in the stats table |
29+
| [37ffa5e4a](https://github.com/angular/angular-cli/commit/37ffa5e4a01f5603dbbc5ad3882593bdb5bb17db) | fix | resolve absolute `output-path` when using esbuild based builders |
30+
31+
### @angular/create
32+
33+
| Commit | Type | Description |
34+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
35+
| [600498f2c](https://github.com/angular/angular-cli/commit/600498f2cd3e3251e7e6e3dd3505c5e943b2986a) | feat | add support to `bun` package manager |
36+
37+
<!-- CHANGELOG SPLIT MARKER -->
38+
139
<a name="17.1.2"></a>
240

341
# 17.1.2 (2024-01-31)

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

0 commit comments

Comments
 (0)