Skip to content

Commit 0d7efec

Browse files
committed
Merge remote-tracking branch 'origin/eslint9_merge_fiori_custom_into_fiori_tools_plugin' into eslint9_merge_fiori_custom_into_fiori_tools_plugin_update_templates
* origin/eslint9_merge_fiori_custom_into_fiori_tools_plugin: chore: apply latest changesets update building block svg (#3826) chore: apply latest changesets feat(create): auto generate readme on build (#3760) chore: apply latest changesets Resolve Transport Request Checks for Download Quick Fiori App Deploy (#3819) test: v4 project builder (#3682) chore: apply latest changesets fix: bump specVersion to v4.0 (#3744) chore: apply latest changesets test: Integration test for fiori MCP using promptfoo (#3705) chore: apply latest changesets fix: move message to store creds prompt, tests, changeset (#3820) chore: apply latest changesets fix: bump fallback versions (#3813)
2 parents 8c40764 + bd2f3ac commit 0d7efec

File tree

317 files changed

+17633
-16326
lines changed

Some content is hidden

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

317 files changed

+17633
-16326
lines changed

examples/simple-generator/CHANGELOG.md

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

3+
## 1.1.109
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa2c7df]
8+
- @sap-ux/fiori-freestyle-writer@2.5.0
9+
- @sap-ux/fiori-elements-writer@2.8.0
10+
311
## 1.1.108
412

513
### 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.108",
3+
"version": "1.1.109",
44
"description": "Simple example of a yeoman generator for Fiori elements.",
55
"license": "Apache-2.0",
66
"private": true,

examples/ui-prompting-examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sap-ux-private/ui-prompting-examples
22

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [afb4be5]
8+
- @sap-ux/ui-components@1.26.15
9+
- @sap-ux/ui-prompting@0.5.6
10+
311
## 0.4.6
412

513
### Patch Changes

examples/ui-prompting-examples/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-private/ui-prompting-examples",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "This project contains UI storybook stories with exampleS with prompt ui and FPM based building blocks.",
55
"license": "Apache-2.0",
66
"private": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"pnpm": {
7878
"overrides": {
7979
"router>path-to-regexp": "0.1.12",
80-
"[email protected]>path-to-regexp": "8.2.0",
80+
"router@^2.0.0>path-to-regexp": "8.2.0",
8181
"@storybook/manager-api>store2": "2.14.4",
8282
"mta-local": "1.0.4",
8383
"axios@<1.12.0": "^1.12.2"

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

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

3+
## 1.6.46
4+
5+
### Patch Changes
6+
7+
- @sap-ux/inquirer-common@0.9.3
8+
39
## 1.6.45
410

511
### 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.45",
9+
"version": "1.6.46",
1010
"license": "Apache-2.0",
1111
"main": "dist/index.js",
1212
"scripts": {

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.1.95
4+
5+
### Patch Changes
6+
7+
- @sap-ux/abap-deploy-config-inquirer@1.6.46
8+
- @sap-ux/deploy-config-generator-shared@0.1.52
9+
310
## 0.1.94
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.1.94",
9+
"version": "0.1.95",
1010
"license": "Apache-2.0",
1111
"main": "generators/app/index.js",
1212
"scripts": {

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

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

3+
## 0.1.111
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aa2c7df]
8+
- @sap-ux/adp-tooling@0.18.0
9+
- @sap-ux/flp-config-inquirer@0.4.59
10+
11+
## 0.1.110
12+
13+
### Patch Changes
14+
15+
- @sap-ux/adp-tooling@0.17.8
16+
- @sap-ux/inquirer-common@0.9.3
17+
- @sap-ux/flp-config-inquirer@0.4.58
18+
319
## 0.1.109
420

521
### Patch Changes

0 commit comments

Comments
 (0)