Skip to content

Commit

Permalink
release: cut the v14.1.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Jul 20, 2022
1 parent c04ae99 commit b511f53
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="14.1.0-rc.0"></a>

# 14.1.0-rc.0 (2022-07-20)

## Special Thanks

Alan Agius

<!-- CHANGELOG SPLIT MARKER -->

<a name="14.1.0-next.2"></a>

# 14.1.0-next.2 (2022-07-06)
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": "14.1.0-next.2",
"version": "14.1.0-rc.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down
8 changes: 4 additions & 4 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ def ts_library(
**kwargs
)

NG_VERSION = "^14.1.0-next"
NG_VERSION = "^14.1.0"
RXJS_VERSION = "^6.5.5"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^14.1.0-next"
DEVKIT_ARCHITECT_VERSION = "^0.1400.0-next"
DEVKIT_BUILD_ANGULAR_VERSION = "^14.1.0-next"
DEVKIT_CORE_VERSION = "^14.1.0"
DEVKIT_ARCHITECT_VERSION = "^0.1401.0"
DEVKIT_BUILD_ANGULAR_VERSION = "^14.1.0"
TSLIB_VERSION = "^2.3.0"

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

0 comments on commit b511f53

Please sign in to comment.