Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit fe28e8a

Browse files
committed
release: cut the v16.0.0 release
1 parent 9f946eb commit fe28e8a

File tree

2 files changed

+15
-60
lines changed

2 files changed

+15
-60
lines changed

CHANGELOG.md

Lines changed: 14 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,6 @@
1-
<a name="16.0.0-rc.2"></a>
1+
<a name="16.0.0"></a>
22

3-
# 16.0.0-rc.2 (2023-04-28)
4-
5-
Updates dependencies.
6-
7-
<!-- CHANGELOG SPLIT MARKER -->
8-
9-
<a name="16.0.0-rc.1"></a>
10-
11-
# 16.0.0-rc.1 (2023-04-20)
12-
13-
### @nguniversal/express-engine
14-
15-
| Commit | Type | Description |
16-
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------------------- |
17-
| [500f5e54](https://github.com/angular/universal/commit/500f5e5415142372a3933af3988f9826c1879688) | fix | export default bootstrap in server template for standalone |
18-
19-
<!-- CHANGELOG SPLIT MARKER -->
20-
21-
<a name="16.0.0-rc.0"></a>
22-
23-
# 16.0.0-rc.0 (2023-04-13)
24-
25-
### @nguniversal/common
26-
27-
| Commit | Type | Description |
28-
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------------------ |
29-
| [71c2cef8](https://github.com/angular/universal/commit/71c2cef8dd8f424e5939e50d90face621d11ac5b) | fix | update TransferHttpResponse requiring body and headers |
30-
31-
### @nguniversal/builders
32-
33-
| Commit | Type | Description |
34-
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------ |
35-
| [fdb08953](https://github.com/angular/universal/commit/fdb089534f1f163bf9cd9479135bb1537a4f43f4) | fix | add support to serve service workers |
36-
37-
### @nguniversal/express-engine
38-
39-
| Commit | Type | Description |
40-
| ------------------------------------------------------------------------------------------------ | ---- | -------------------------------------- |
41-
| [66021f10](https://github.com/angular/universal/commit/66021f102f8ee5260d3f13efe5e229c6c42aebc1) | fix | update import for template server file |
42-
43-
<!-- CHANGELOG SPLIT MARKER -->
44-
45-
<a name="16.0.0-next.0"></a>
46-
47-
# 16.0.0-next.0 (2023-04-05)
3+
# 16.0.0 (2023-05-03)
484

495
## Breaking Changes
506

@@ -56,10 +12,12 @@ Updates dependencies.
5612

5713
### @nguniversal/express-engine
5814

59-
| Commit | Type | Description |
60-
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------- |
61-
| [3af1451a](https://github.com/angular/universal/commit/3af1451abac574f5e57c5f8b45192532bec2b23a) | feat | add standalone support to `ng add` |
62-
| [1e2b9385](https://github.com/angular/universal/commit/1e2b9385bb294d36a126319c0b8d1b81e2cc8ed3) | feat | support rendering standalone application |
15+
| Commit | Type | Description |
16+
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------------------- |
17+
| [3af1451a](https://github.com/angular/universal/commit/3af1451abac574f5e57c5f8b45192532bec2b23a) | feat | add standalone support to `ng add` |
18+
| [1e2b9385](https://github.com/angular/universal/commit/1e2b9385bb294d36a126319c0b8d1b81e2cc8ed3) | feat | support rendering standalone application |
19+
| [500f5e54](https://github.com/angular/universal/commit/500f5e5415142372a3933af3988f9826c1879688) | fix | export default bootstrap in server template for standalone |
20+
| [66021f10](https://github.com/angular/universal/commit/66021f102f8ee5260d3f13efe5e229c6c42aebc1) | fix | update import for template server file |
6321

6422
### @nguniversal/builders
6523

@@ -69,15 +27,12 @@ Updates dependencies.
6927

7028
### @nguniversal/common
7129

72-
| Commit | Type | Description |
73-
| ------------------------------------------------------------------------------------------------ | -------- | ---------------------------------------- |
74-
| [9fbdb23c](https://github.com/angular/universal/commit/9fbdb23c528baffa4cb1cda737382b4cab590269) | feat | add CSP support for inline styles |
75-
| [010546e5](https://github.com/angular/universal/commit/010546e56873eb25febff91a4b8e3cff25959598) | feat | support rendering standalone application |
76-
| [ae96fbc4](https://github.com/angular/universal/commit/ae96fbc43434c98f2289e17216b0760f627b9459) | refactor | remove Node.js v14 support |
77-
78-
## Special Thanks
79-
80-
Alan Agius
30+
| Commit | Type | Description |
31+
| ------------------------------------------------------------------------------------------------ | -------- | ------------------------------------------------------ |
32+
| [9fbdb23c](https://github.com/angular/universal/commit/9fbdb23c528baffa4cb1cda737382b4cab590269) | feat | add CSP support for inline styles |
33+
| [010546e5](https://github.com/angular/universal/commit/010546e56873eb25febff91a4b8e3cff25959598) | feat | support rendering standalone application |
34+
| [71c2cef8](https://github.com/angular/universal/commit/71c2cef8dd8f424e5939e50d90face621d11ac5b) | fix | update TransferHttpResponse requiring body and headers |
35+
| [ae96fbc4](https://github.com/angular/universal/commit/ae96fbc43434c98f2289e17216b0760f627b9459) | refactor | remove Node.js v14 support |
8136

8237
<!-- CHANGELOG SPLIT MARKER -->
8338

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nguniversal",
33
"main": "index.js",
4-
"version": "16.0.0-rc.2",
4+
"version": "16.0.0",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",

0 commit comments

Comments
 (0)