Skip to content

Commit 6326a58

Browse files
committed
release: cut the v16.1.0 release
1 parent f0a4ce6 commit 6326a58

File tree

2 files changed

+12
-50
lines changed

2 files changed

+12
-50
lines changed

CHANGELOG.md

Lines changed: 11 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<a name="16.1.0-rc.0"></a>
1+
<a name="16.1.0"></a>
22

3-
# 16.1.0-rc.0 (2023-06-07)
3+
# 16.1.0 (2023-06-13)
44

55
### @schematics/angular
66

@@ -10,10 +10,15 @@
1010

1111
### @angular-devkit/build-angular
1212

13-
| Commit | Type | Description |
14-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
15-
| [772fe84ed](https://github.com/angular/angular-cli/commit/772fe84ed399ccc085893e645163b4b12c461d0e) | fix | ignore .git folder in browser-esbuild watcher |
16-
| [7155cbe5b](https://github.com/angular/angular-cli/commit/7155cbe5b2991f986c0683d16a6fc4d9b411e47b) | fix | ignore folders starting with a dot in browser-esbuild watcher |
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
15+
| [3ede1a2ca](https://github.com/angular/angular-cli/commit/3ede1a2cac5005f4dfbd2a62ef528a34c3793b78) | feat | allow forcing esbuild builder with dev-server |
16+
| [2d141fe3b](https://github.com/angular/angular-cli/commit/2d141fe3bc1efb9e254b15ce91ebc885a43c928a) | feat | show estimated transfer size with esbuild builder |
17+
| [9aa9b5264](https://github.com/angular/angular-cli/commit/9aa9b5264eee1b1dda7abd334b560d4b446c4970) | feat | support autoprefixer/tailwind CSS with Less/Sass in esbuild builder |
18+
| [3d1c09b23](https://github.com/angular/angular-cli/commit/3d1c09b235bf1db0d031c36fdc68ab99359b34b1) | feat | support dev-server package prebundling with esbuild builder |
19+
| [d8930facc](https://github.com/angular/angular-cli/commit/d8930facc075e39d82b3c6cb252c9a8b5fa6a476) | feat | support incremental TypeScript semantic diagnostics in esbuild builder |
20+
| [5cacd34a2](https://github.com/angular/angular-cli/commit/5cacd34a222eea16c18caa63dbe4448b81e106f3) | fix | watch all TypeScript referenced files in esbuild builder |
21+
| [8336ad80d](https://github.com/angular/angular-cli/commit/8336ad80da41cde69343960f7515d9ffd5e5e2e1) | perf | enable in-memory load result caching for stylesheets in esbuild builder |
1722

1823
<!-- CHANGELOG SPLIT MARKER -->
1924

@@ -30,21 +35,6 @@
3035

3136
<!-- CHANGELOG SPLIT MARKER -->
3237

33-
<a name="16.1.0-next.2"></a>
34-
35-
# 16.1.0-next.2 (2023-06-01)
36-
37-
### @angular-devkit/build-angular
38-
39-
| Commit | Type | Description |
40-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
41-
| [9aa9b5264](https://github.com/angular/angular-cli/commit/9aa9b5264eee1b1dda7abd334b560d4b446c4970) | feat | support autoprefixer/tailwind CSS with Less/Sass in esbuild builder |
42-
| [3d1c09b23](https://github.com/angular/angular-cli/commit/3d1c09b235bf1db0d031c36fdc68ab99359b34b1) | feat | support dev-server package prebundling with esbuild builder |
43-
| [fc60d2227](https://github.com/angular/angular-cli/commit/fc60d2227672f8276255f95be135923c4d82b75c) | fix | correctly set overridden compiler option |
44-
| [c462d9cb9](https://github.com/angular/angular-cli/commit/c462d9cb90377342980384c6bccb3ddfef533282) | fix | preemptively remove AOT metadata in esbuild builder |
45-
46-
<!-- CHANGELOG SPLIT MARKER -->
47-
4838
<a name="16.0.4"></a>
4939

5040
# 16.0.4 (2023-06-01)
@@ -58,20 +48,6 @@
5848

5949
<!-- CHANGELOG SPLIT MARKER -->
6050

61-
<a name="16.1.0-next.1"></a>
62-
63-
# 16.1.0-next.1 (2023-05-25)
64-
65-
### @angular-devkit/build-angular
66-
67-
| Commit | Type | Description |
68-
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
69-
| [4c82bb8e8](https://github.com/angular/angular-cli/commit/4c82bb8e812e71a9d36bfb3eb6e4c117fa41f00f) | fix | percent encode asset URLs in development server for esbuild |
70-
| [5cacd34a2](https://github.com/angular/angular-cli/commit/5cacd34a222eea16c18caa63dbe4448b81e106f3) | fix | watch all TypeScript referenced files in esbuild builder |
71-
| [8336ad80d](https://github.com/angular/angular-cli/commit/8336ad80da41cde69343960f7515d9ffd5e5e2e1) | perf | enable in-memory load result caching for stylesheets in esbuild builder |
72-
73-
<!-- CHANGELOG SPLIT MARKER -->
74-
7551
<a name="16.0.3"></a>
7652

7753
# 16.0.3 (2023-05-25)
@@ -84,20 +60,6 @@
8460

8561
<!-- CHANGELOG SPLIT MARKER -->
8662

87-
<a name="16.1.0-next.0"></a>
88-
89-
# 16.1.0-next.0 (2023-05-17)
90-
91-
### @angular-devkit/build-angular
92-
93-
| Commit | Type | Description |
94-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
95-
| [3ede1a2ca](https://github.com/angular/angular-cli/commit/3ede1a2cac5005f4dfbd2a62ef528a34c3793b78) | feat | allow forcing esbuild builder with dev-server |
96-
| [2d141fe3b](https://github.com/angular/angular-cli/commit/2d141fe3bc1efb9e254b15ce91ebc885a43c928a) | feat | show estimated transfer size with esbuild builder |
97-
| [d8930facc](https://github.com/angular/angular-cli/commit/d8930facc075e39d82b3c6cb252c9a8b5fa6a476) | feat | support incremental TypeScript semantic diagnostics in esbuild builder |
98-
99-
<!-- CHANGELOG SPLIT MARKER -->
100-
10163
<a name="16.0.2"></a>
10264

10365
# 16.0.2 (2023-05-17)

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

0 commit comments

Comments
 (0)