Skip to content

Commit 8baa8be

Browse files
committed
Merge remote-tracking branch 'origin/main' into eslint9
* origin/main: chore: apply latest changesets feat: menu actions generator (#3521) chore: apply latest changesets chore: remove mkdirp usage and update dependencies (#3871) chore: apply latest changesets feat: save value list reference metadata (#3794) chore: apply latest changesets fix: alignment fallback ui5 versions (#3861) chore: apply latest changesets feat(fiori-app-sub-generator): 36139-remove-code-assist (#3860) chore: apply latest changesets chore - update sap-ux-odata deps (#3863)
2 parents 420970c + 3f129ba commit 8baa8be

File tree

194 files changed

+3863
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+3863
-338
lines changed

examples/fe-fpm-cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @sap-ux/fe-fpm-cli
22

3+
## 0.1.61
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [796129a]
8+
- @sap-ux/fe-fpm-writer@0.39.23
9+
10+
## 0.1.60
11+
12+
### Patch Changes
13+
14+
- @sap-ux/fe-fpm-writer@0.39.22
15+
16+
## 0.1.59
17+
18+
### Patch Changes
19+
20+
- Updated dependencies [597834f]
21+
- @sap-ux/fe-fpm-writer@0.39.21
22+
323
## 0.1.58
424

525
### Patch Changes

examples/fe-fpm-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux/fe-fpm-cli",
3-
"version": "0.1.58",
3+
"version": "0.1.61",
44
"description": "A simple CLI to prompt required information to create a building block using the fe-fpm-writer module's prompt and generate functions.",
55
"license": "Apache-2.0",
66
"private": true,

examples/odata-cli/CHANGELOG.md

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

3+
## 0.17.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5d0598d]
8+
- @sap-ux/axios-extension@1.24.3
9+
310
## 0.17.20
411

512
### Patch Changes

examples/odata-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux/odata-cli",
3-
"version": "0.17.20",
3+
"version": "0.17.21",
44
"description": "Simple example CLI uing the @sap-ux/axios-extension module to fetch metadata and annotations from an SAP system.",
55
"license": "Apache-2.0",
66
"private": true,

examples/simple-generator/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @sap-ux/generator-simple-fe
22

3+
## 1.1.116
4+
5+
### Patch Changes
6+
7+
- @sap-ux/fiori-elements-writer@2.8.7
8+
9+
## 1.1.115
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [5d0598d]
14+
- @sap-ux/axios-extension@1.24.3
15+
- @sap-ux/fiori-elements-writer@2.8.6
16+
- @sap-ux/fiori-freestyle-writer@2.5.3
17+
- @sap-ux/system-access@0.6.29
18+
19+
## 1.1.114
20+
21+
### Patch Changes
22+
23+
- @sap-ux/fiori-elements-writer@2.8.5
24+
325
## 1.1.113
426

527
### Patch Changes

examples/simple-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux/generator-simple-fe",
3-
"version": "1.1.113",
3+
"version": "1.1.116",
44
"description": "Simple example of a yeoman generator for Fiori elements.",
55
"license": "Apache-2.0",
66
"private": true,

packages/abap-deploy-config-inquirer/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @sap-ux/abap-deploy-config-inquirer
22

3+
## 1.6.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5d0598d]
8+
- @sap-ux/axios-extension@1.24.3
9+
- @sap-ux/ui5-config@0.29.10
10+
- @sap-ux/inquirer-common@0.9.7
11+
- @sap-ux/fiori-generator-shared@0.13.35
12+
- @sap-ux/system-access@0.6.29
13+
14+
## 1.6.49
15+
16+
### Patch Changes
17+
18+
- @sap-ux/inquirer-common@0.9.6
19+
20+
## 1.6.48
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [597834f]
25+
- @sap-ux/inquirer-common@0.9.5
26+
327
## 1.6.47
428

529
### Patch Changes

packages/abap-deploy-config-inquirer/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-inquirer"
88
},
9-
"version": "1.6.47",
9+
"version": "1.6.50",
1010
"license": "Apache-2.0",
1111
"main": "dist/index.js",
1212
"scripts": {

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

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

3+
## 0.1.99
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5d0598d]
8+
- @sap-ux/ui5-config@0.29.10
9+
- @sap-ux/abap-deploy-config-inquirer@1.6.50
10+
- @sap-ux/deploy-config-generator-shared@0.1.54
11+
- @sap-ux/fiori-generator-shared@0.13.35
12+
- @sap-ux/abap-deploy-config-writer@0.2.35
13+
- @sap-ux/project-access@1.32.10
14+
15+
## 0.1.98
16+
17+
### Patch Changes
18+
19+
- @sap-ux/abap-deploy-config-inquirer@1.6.49
20+
- @sap-ux/deploy-config-generator-shared@0.1.53
21+
22+
## 0.1.97
23+
24+
### Patch Changes
25+
26+
- @sap-ux/abap-deploy-config-inquirer@1.6.48
27+
- @sap-ux/deploy-config-generator-shared@0.1.53
28+
329
## 0.1.96
430

531
### 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.1.96",
9+
"version": "0.1.99",
1010
"license": "Apache-2.0",
1111
"main": "generators/app/index.js",
1212
"scripts": {

0 commit comments

Comments
 (0)