Skip to content

Commit f1fe037

Browse files
Merge branch 'main' into shared-xml-id-validation
2 parents 6bea900 + a5b6bc9 commit f1fe037

26 files changed

Lines changed: 91 additions & 16 deletions

File tree

packages/abap-deploy-config-sub-generator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/abap-deploy-config-sub-generator
22

3+
## 0.3.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [10847a1]
8+
- @sap-ux/adp-tooling@0.18.122
9+
310
## 0.3.24
411

512
### Patch Changes

packages/abap-deploy-config-sub-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/SAP/open-ux-tools.git",
77
"directory": "packages/abap-deploy-config-sub-generator"
88
},
9-
"version": "0.3.24",
9+
"version": "0.3.25",
1010
"license": "Apache-2.0",
1111
"main": "generators/app/index.js",
1212
"scripts": {

packages/adp-flp-config-sub-generator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sap-ux/adp-flp-config-sub-generator
22

3+
## 0.1.235
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [10847a1]
8+
- @sap-ux/adp-tooling@0.18.122
9+
- @sap-ux/flp-config-inquirer@0.4.181
10+
311
## 0.1.234
412

513
### Patch Changes

packages/adp-flp-config-sub-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/adp-flp-config-sub-generator",
33
"description": "Generator for adding FLP configuration to an Adaptation Project",
4-
"version": "0.1.234",
4+
"version": "0.1.235",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/SAP/open-ux-tools.git",

packages/adp-tooling/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/adp-tooling
22

3+
## 0.18.122
4+
5+
### Patch Changes
6+
7+
- 10847a1: fix: Translation texts for Add Data Source and SAPUI5 Model title and subtitle
8+
39
## 0.18.121
410

511
### Patch Changes

packages/adp-tooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": {
1010
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
1111
},
12-
"version": "0.18.121",
12+
"version": "0.18.122",
1313
"license": "Apache-2.0",
1414
"author": "@SAP/ux-tools-team",
1515
"main": "dist/index.js",

packages/adp-tooling/src/translations/adp-tooling.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"missingIconOrTitleOrSubtitle": "At least one of the Title, Subtitle, or Icon fields must have a value.",
7171
"fileDoesNotExist": "This file does not exist.",
7272
"annotationFileAlreadyExists": "There is already an annotation file with the same name. Please choose another file or rename the file and select it again.",
73-
"errorDuplicatedValueOData": "An OData annotation or service with the same name was already added to the project. Rename and try again.",
73+
"errorDuplicatedValueOData": "A data source and SAPUI5 model with the same name were already added to the project. Rename and try again.",
7474
"errorDuplicatedValueSapui5Model": "An SAPUI5 model with the same name was already added to the project. Rename and try again.",
7575
"errorDuplicateValueComponentId": "A component usage with the same name was already added to the project. Rename and try again.",
7676
"errorDuplicateValueLibrary": "A library with the same name was already added to the project. Rename and try again.",

packages/adp-tooling/test/unit/prompts/add-new-model/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe('getPrompts', () => {
156156

157157
expect(typeof validation).toBe('function');
158158
expect(validation?.('customer.testName')).toBe(
159-
'An OData annotation or service with the same name was already added to the project. Rename and try again.'
159+
'A data source and SAPUI5 model with the same name were already added to the project. Rename and try again.'
160160
);
161161
});
162162

packages/backend-proxy-middleware-cf/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/backend-proxy-middleware-cf
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [10847a1]
8+
- @sap-ux/adp-tooling@0.18.122
9+
310
## 0.1.12
411

512
### Patch Changes

packages/backend-proxy-middleware-cf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": {
1010
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Abackend-proxy-middleware-cf"
1111
},
12-
"version": "0.1.12",
12+
"version": "0.1.13",
1313
"license": "Apache-2.0",
1414
"author": "@SAP/ux-tools-team",
1515
"main": "dist/index.js",

0 commit comments

Comments
 (0)