Skip to content

Commit b9b37d5

Browse files
committed
3.202402.4 Update CAP and Other Dependencies
1 parent aefaf7a commit b9b37d5

File tree

5 files changed

+782
-933
lines changed

5 files changed

+782
-933
lines changed

CHANGELOG.json

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"date": "2024-03-01",
4+
"version": "3.202403.1",
5+
"Changed": [
6+
"[CAP Version 7.7.0](https://cap.cloud.sap/docs/releases/feb24)",
7+
"SAPUI5 to version 121.0"
8+
9+
]
10+
},
211
{
312
"date": "2024-02-16",
413
"version": "3.202402.2",

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## [3.202403.1] - 2024-03-01
8+
9+
**Changed**
10+
11+
- [CAP Version 7.7.0](https://cap.cloud.sap/docs/releases/feb24)
12+
- SAPUI5 to version 121.0
13+
714
## [3.202402.2] - 2024-02-16
815

916
**Changed**

app/resources/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<title>hana-cli LaunchPad</title>
10-
<script src="https://ui5.sap.com/1.120.5/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
11-
<script src="https://ui5.sap.com/1.120.5/resources/sap-ui-core.js"
10+
<script src="https://ui5.sap.com/1.121.0/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
11+
<script src="https://ui5.sap.com/1.121.0/resources/sap-ui-core.js"
1212
data-sap-ui-libs="sap.m, sap.ushell, sap.collaboration, sap.ui.layout, sap.ui.rta, sap.dfa.help,sap.uxap"
1313
data-sap-ui-compatVersion="edge" data-sap-ui-theme="sap_horizon" data-sap-ui-async="true"
1414
data-sap-ui-frameOptions="trusted" data-sap-ui-bindingSyntax="complex" data-sap-ui-xx-bindingSyntax="complex"

0 commit comments

Comments
 (0)