Skip to content

Commit

Permalink
release: cut the v16.1.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jun 7, 2023
1 parent 666ac0f commit 29f3d8a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="16.1.0-rc.0"></a>

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

## Deprecations

###

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

###

| 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)
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-next.0",
"version": "16.1.0-rc.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down

0 comments on commit 29f3d8a

Please sign in to comment.