Skip to content

Commit 45ead4f

Browse files
Merge branch 'main' into shared-xml-id-validation
2 parents f8e83d3 + cebac6d commit 45ead4f

183 files changed

Lines changed: 6304 additions & 358 deletions

File tree

Some content is hidden

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

.changeset/pink-buckets-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/renovate-pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache: 'pnpm'
5959

6060
- name: Install pnpm modules
61-
run: pnpm install --frozen-lockfile
61+
run: pnpm install
6262

6363
- name: Build project
6464
run: pnpm build

examples/fe-fpm-cli/CHANGELOG.md

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

3+
## 0.1.136
4+
5+
### Patch Changes
6+
7+
- @sap-ux/fe-fpm-writer@0.43.22
8+
39
## 0.1.135
410

511
### 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.135",
3+
"version": "0.1.136",
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.59
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [237371b]
8+
- @sap-ux/axios-extension@1.25.32
9+
310
## 0.17.58
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.58",
3+
"version": "0.17.59",
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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @sap-ux/generator-simple-fe
22

3+
## 1.1.245
4+
5+
### Patch Changes
6+
7+
- @sap-ux/fiori-elements-writer@2.8.128
8+
- @sap-ux/fiori-freestyle-writer@2.5.97
9+
- @sap-ux/axios-extension@1.25.32
10+
- @sap-ux/system-access@0.7.8
11+
12+
## 1.1.244
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [237371b]
17+
- @sap-ux/axios-extension@1.25.32
18+
- @sap-ux/system-access@0.7.8
19+
- @sap-ux/fiori-elements-writer@2.8.127
20+
- @sap-ux/fiori-freestyle-writer@2.5.96
21+
22+
## 1.1.243
23+
24+
### Patch Changes
25+
26+
- @sap-ux/fiori-elements-writer@2.8.126
27+
- @sap-ux/fiori-freestyle-writer@2.5.95
28+
329
## 1.1.242
430

531
### 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.242",
3+
"version": "1.1.245",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sap-ux-private/ui-prompting-examples
22

3+
## 0.5.25
4+
5+
### Patch Changes
6+
7+
- f77f003: fix(deps): update dependency sanitize-html to v2.17.3 [security]
8+
- Updated dependencies [f77f003]
9+
- @sap-ux/ui-components@2.1.11
10+
- @sap-ux/ui-prompting@0.6.24
11+
312
## 0.5.24
413

514
### Patch Changes

examples/ui-prompting-examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux-private/ui-prompting-examples",
3-
"version": "0.5.24",
3+
"version": "0.5.25",
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,
@@ -23,7 +23,7 @@
2323
"@sap-ux/ui-components": "workspace:*",
2424
"@sap-ux/ui-prompting": "workspace:*",
2525
"react-markdown": "5.0.3",
26-
"sanitize-html": "2.17.2"
26+
"sanitize-html": "2.17.3"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.14.0",

0 commit comments

Comments
 (0)