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

Commit b104c40

Browse files
committed
release: cut the v13.1.0-next.1 release
1 parent a26cd80 commit b104c40

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="13.1.0-next.1"></a>
2+
3+
# 13.1.0-next.1 (2022-01-18)
4+
5+
### @nguniversal/common
6+
7+
| Commit | Type | Description |
8+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------- |
9+
| [c38b739a](https://github.com/angular/universal/commit/c38b739aa226a723680c02d991b98078ac5b7242) | fix | correctly handle lazy loaded routes in Clover |
10+
| [03c8e6b2](https://github.com/angular/universal/commit/03c8e6b2431846a1d845921d8ccde550f3cd029e) | fix | ensure CommonJS migrations can be accessed |
11+
12+
### @nguniversal/express-engine
13+
14+
| Commit | Type | Description |
15+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------- |
16+
| [ce08aafd](https://github.com/angular/universal/commit/ce08aafdbbe90993ab432415fe56617f39c1674b) | fix | initialNavigation should be 'enabledBlocking' |
17+
18+
## Special Thanks
19+
20+
Adam Plumer, Alan Agius, Doug Parker and Mike Huang
21+
22+
<!-- CHANGELOG SPLIT MARKER -->
23+
124
<a name="13.0.2"></a>
225

326
# 13.0.2 (2022-01-18)

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": "13.1.0-next.0",
4+
"version": "13.1.0-next.1",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",

0 commit comments

Comments
 (0)