Skip to content

Commit

Permalink
chore: apply latest changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 12, 2024
1 parent 19e3b0e commit dd53a2e
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-birds-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-hotels-tell.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/fe-fpm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/fe-fpm-cli

## 0.0.24

### Patch Changes

- Updated dependencies [19e3b0e]
- @sap-ux/fe-fpm-writer@0.29.5

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/fe-fpm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/fe-fpm-cli",
"version": "0.0.23",
"version": "0.0.24",
"description": "A simple CLI to prompt required information to create a building block using the fe-fpm-writer module's prompt and generate functions.",
"license": "Apache-2.0",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions examples/prompting-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/fe-fpm-writer-ui

## 0.0.12

### Patch Changes

- 19e3b0e: Extend the building block examples with an option to toggle the `alwaysAbsolutePath` property, allowing the generation of either relative or always absolute paths.

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prompting-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/prompting-ui",
"version": "0.0.11",
"version": "0.0.12",
"description": "This project contains UI storybook stories with exampleS with prompt ui and FPM based building blocks.",
"license": "Apache-2.0",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions examples/simple-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/generator-simple-fe

## 1.0.45

### Patch Changes

- @sap-ux/fiori-elements-writer@1.1.19

## 1.0.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/generator-simple-fe",
"version": "1.0.44",
"version": "1.0.45",
"description": "Simple example of a yeoman generator for Fiori elements.",
"license": "Apache-2.0",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/fe-fpm-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/fe-fpm-writer

## 0.29.5

### Patch Changes

- 19e3b0e: Extend the building block generation by adding the `alwaysAbsolutePath` property to `BuildingBlockMetaPath`, allowing the generation of either relative or absolute paths

## 0.29.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fe-fpm-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/fe-fpm-writer",
"description": "SAP Fiori elements flexible programming model writer",
"version": "0.29.4",
"version": "0.29.5",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/fiori-elements-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/fiori-elements-writer

## 1.1.19

### Patch Changes

- Updated dependencies [19e3b0e]
- @sap-ux/fe-fpm-writer@0.29.5

## 1.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori-elements-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/fiori-elements-writer",
"description": "SAP Fiori elements application writer",
"version": "1.1.18",
"version": "1.1.19",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down

0 comments on commit dd53a2e

Please sign in to comment.