Skip to content

Commit

Permalink
Merge branch 'main' into fix/2535/handle-higher-layer-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GDamyanov authored Nov 13, 2024
2 parents e0b6258 + 2938b9c commit 1d15285
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/create

## 0.8.74

### Patch Changes

- Updated dependencies [8b123e3]
- @sap-ux/preview-middleware@0.16.114
- @sap-ux/app-config-writer@0.4.52

## 0.8.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/create",
"description": "SAP Fiori tools module to add or remove features",
"version": "0.8.73",
"version": "0.8.74",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/preview-middleware-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux-private/preview-middleware-client

## 0.11.28

### Patch Changes

- 8b123e3: Fixed typo in "Semantic Date Range" quick action.

## 0.11.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preview-middleware-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux-private/preview-middleware-client",
"version": "0.11.27",
"version": "0.11.28",
"description": "Client-side coding hosted by the preview middleware",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ V2_QUICK_ACTION_CHANGE_TABLE_COLUMNS=Change Table Columns
V2_QUICK_ACTION_LR_ENABLE_CLEAR_FILTER_BAR=Enable "Clear" Button in Filter Bar
V2_QUICK_ACTION_LR_DISABLE_CLEAR_FILTER_BAR=Disable "Clear" Button in Filter Bar

V2_QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Enable "Sematic Date Range" for Filter Bar
V2_QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Disable "Sematic Date Range" Button in Filter Bar
V4_QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Enable "Sematic Date Range" for Filter Bar
V4_QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Disable "Sematic Date Range" Button in Filter Bar
V2_QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Enable "Semantic Date Range" for Filter Bar
V2_QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Disable "Semantic Date Range" Button in Filter Bar
V4_QUICK_ACTION_LR_ENABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Enable "Semantic Date Range" for Filter Bar
V4_QUICK_ACTION_LR_DISABLE_SEMANTIC_DATE_RANGE_FILTER_BAR=Disable "Semantic Date Range" Button in Filter Bar

V4_QUICK_ACTION_CHANGE_TABLE_COLUMNS=Change Table Columns

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ describe('FE V2 quick actions', () => {
{
'kind': 'simple',
id: 'listReport0-enable-semantic-daterange-filterbar',
title: 'Enable "Sematic Date Range" for Filter Bar',
title: 'Enable "Semantic Date Range" for Filter Bar',
enabled: true
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ describe('FE V2 quick actions', () => {
{
'kind': 'simple',
id: 'listReport0-enable-semantic-date-range',
title: 'Disable "Sematic Date Range" Button in Filter Bar',
title: 'Disable "Semantic Date Range" Button in Filter Bar',
enabled: true
}
]
Expand Down
6 changes: 6 additions & 0 deletions packages/preview-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/preview-middleware

## 0.16.114

### Patch Changes

- 8b123e3: Fixed typo in "Semantic Date Range" quick action.

## 0.16.113

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preview-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
},
"version": "0.16.113",
"version": "0.16.114",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
Expand Down

0 comments on commit 1d15285

Please sign in to comment.