Skip to content

Commit 3e8bdf7

Browse files
committed
release: cut the v16.0.0-next.4 release
1 parent 0082446 commit 3e8bdf7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="16.0.0-next.4"></a>
2+
3+
# 16.0.0-next.4 (2023-03-15)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------------------------- |
9+
| [f04859d16](https://github.com/angular/angular-cli/commit/f04859d16117a41b6e8ad698a449aca73456b9d7) | feat | initial autoprefixer support for CSS in esbuild builder |
10+
| [290802060](https://github.com/angular/angular-cli/commit/2908020601e627b7c76c6fe8d53e19e8858cd325) | feat | support standalone app-shell generation |
11+
| [4d82e0d10](https://github.com/angular/angular-cli/commit/4d82e0d1043df7da56e9ffb4d91fe90dbff29077) | fix | correct wrap ES2022 classes with static properties |
12+
| [04274afc1](https://github.com/angular/angular-cli/commit/04274afc15084ead2916e11055aa8f1d2f61951d) | fix | set public class fields as properties ([#24849](https://github.com/angular/angular-cli/pull/24849)) |
13+
14+
## Special Thanks
15+
16+
Alan Agius, Charles Lyding and Paul Gschwendtner
17+
18+
<!-- CHANGELOG SPLIT MARKER -->
19+
120
<a name="15.2.3"></a>
221

322
# 15.2.3 (2023-03-15)

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

0 commit comments

Comments
 (0)