Skip to content

Commit

Permalink
release: cut the v16.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Jun 13, 2023
1 parent 1ac04cb commit af70850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
<a name="16.1.0-rc.0"></a>
<a name="16.1.0"></a>

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

## Deprecations

###

- `StateTransferInitializerModule`, `TransferHttpCacheInterceptor` and `domContentLoadedFactory` have been deprecated in favor of `provideClientHydration`. See: https://angular.io/api/platform-browser/provideClientHydration

###
### @nguniversal/common

| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | -------- | ----------------------------- |
| [ccc2f52f](https://github.com/angular/universal/commit/ccc2f52f9be47b5fb2cddd4d3f57b9a18eb1b0ca) | refactor | deprecate transfer http cache |

<!-- CHANGELOG SPLIT MARKER -->

<a name="16.1.0-next.0"></a>

# 16.1.0-next.0 (2023-05-19)

<!-- CHANGELOG SPLIT MARKER -->

<a name="16.0.2"></a>

# 16.0.2 (2023-05-17)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "16.1.0-rc.0",
"version": "16.1.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down

0 comments on commit af70850

Please sign in to comment.