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

Commit b511f53

Browse files
committed
release: cut the v14.1.0-rc.0 release
1 parent c04ae99 commit b511f53

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="14.1.0-rc.0"></a>
2+
3+
# 14.1.0-rc.0 (2022-07-20)
4+
5+
## Special Thanks
6+
7+
Alan Agius
8+
9+
<!-- CHANGELOG SPLIT MARKER -->
10+
111
<a name="14.1.0-next.2"></a>
212

313
# 14.1.0-next.2 (2022-07-06)

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

tools/defaults.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ def ts_library(
4646
**kwargs
4747
)
4848

49-
NG_VERSION = "^14.1.0-next"
49+
NG_VERSION = "^14.1.0"
5050
RXJS_VERSION = "^6.5.5"
5151
EXPRESS_VERSION = "^4.15.2"
5252
EXPRESS_TYPES_VERSION = "^4.17.0"
53-
DEVKIT_CORE_VERSION = "^14.1.0-next"
54-
DEVKIT_ARCHITECT_VERSION = "^0.1400.0-next"
55-
DEVKIT_BUILD_ANGULAR_VERSION = "^14.1.0-next"
53+
DEVKIT_CORE_VERSION = "^14.1.0"
54+
DEVKIT_ARCHITECT_VERSION = "^0.1401.0"
55+
DEVKIT_BUILD_ANGULAR_VERSION = "^14.1.0"
5656
TSLIB_VERSION = "^2.3.0"
5757

5858
NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [

0 commit comments

Comments
 (0)