This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
11
<a name =" 14.1.0-next.2 " ></a >
2
12
3
13
# 14.1.0-next.2 (2022-07-06)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nguniversal" ,
3
3
"main" : " index.js" ,
4
- "version" : " 14.1.0-next.2 " ,
4
+ "version" : " 14.1.0-rc.0 " ,
5
5
"private" : true ,
6
6
"description" : " Universal (isomorphic) JavaScript support for Angular" ,
7
7
"homepage" : " https://github.com/angular/universal" ,
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ def ts_library(
46
46
** kwargs
47
47
)
48
48
49
- NG_VERSION = "^14.1.0-next "
49
+ NG_VERSION = "^14.1.0"
50
50
RXJS_VERSION = "^6.5.5"
51
51
EXPRESS_VERSION = "^4.15.2"
52
52
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"
56
56
TSLIB_VERSION = "^2.3.0"
57
57
58
58
NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [
You can’t perform that action at this time.
0 commit comments