Skip to content

Commit af3fc71

Browse files
committed
feat: Use manifest v2
1 parent 119e9e0 commit af3fc71

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

demo/BaseComponent/src/my/lib/sample/base/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_version": "1.21.0",
2+
"_version": "2.0.0",
33
"sap.app": {
44
"id": "my.lib.sample.base",
55
"type": "library",
@@ -26,7 +26,7 @@
2626
"compact": true
2727
},
2828
"dependencies": {
29-
"minUI5Version": "1.75.0",
29+
"minUI5Version": "1.136.0",
3030
"libs": {
3131
"sap.ui.core": {
3232
"minVersion": "1.75.0"

demo/CategoriesComponent/src/my/lib/sample/categories/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_version": "1.21.0",
2+
"_version": "2.0.0",
33
"sap.app": {
44
"id": "my.lib.sample.categories",
55
"type": "application",
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"dependencies": {
56-
"minUI5Version": "1.75.0",
56+
"minUI5Version": "1.136.0",
5757
"libs": {
5858
"sap.ui.core": {},
5959
"sap.ui.layout": {},

demo/ProductsComponent/src/my/lib/sample/products/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_version": "1.21.0",
2+
"_version": "2.0.0",
33
"sap.app": {
44
"id": "my.lib.sample.products",
55
"type": "application",
@@ -45,7 +45,7 @@
4545
"id": "app"
4646
},
4747
"dependencies": {
48-
"minUI5Version": "1.75.0",
48+
"minUI5Version": "1.136.0",
4949
"libs": {
5050
"sap.ui.core": {},
5151
"sap.ui.layout": {},

demo/RootComponent/webapp/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_version": "1.21.0",
2+
"_version": "2.0.0",
33
"sap.app": {
44
"id": "my.lib.sample.root",
55
"type": "application",
@@ -65,7 +65,7 @@
6565
}
6666
},
6767
"dependencies": {
68-
"minUI5Version": "1.75.0",
68+
"minUI5Version": "1.136.0",
6969
"libs": {
7070
"sap.ui.core": {},
7171
"sap.m": {},

demo/SuppliersComponent/src/my/lib/sample/suppliers/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_version": "1.21.0",
2+
"_version": "2.0.0",
33
"sap.app": {
44
"id": "my.lib.sample.suppliers",
55
"type": "application",
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"dependencies": {
56-
"minUI5Version": "1.75.0",
56+
"minUI5Version": "1.136.0",
5757
"libs": {
5858
"sap.ui.core": {},
5959
"sap.ui.layout": {},

0 commit comments

Comments
 (0)