diff --git a/.changeset/modern-phones-help.md b/.changeset/modern-phones-help.md deleted file mode 100644 index 91a4de49d4..0000000000 --- a/.changeset/modern-phones-help.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sap-ux-private/preview-middleware-client': patch -'@sap-ux/control-property-editor': patch -'@sap-ux/preview-middleware': patch ---- - -Fixed Quick Actions not working after trying to open multiple dialogs and Quick Actions that create manifest changes in SAP Fiori Elements for OData V2 applications not showing correct state when there are unsaved manifest changes. diff --git a/packages/control-property-editor/CHANGELOG.md b/packages/control-property-editor/CHANGELOG.md index 19452c22b2..cf06d1624b 100644 --- a/packages/control-property-editor/CHANGELOG.md +++ b/packages/control-property-editor/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-ux/control-property-editor +## 0.5.30 + +### Patch Changes + +- d529c38: Fixed Quick Actions not working after trying to open multiple dialogs and Quick Actions that create manifest changes in SAP Fiori Elements for OData V2 applications not showing correct state when there are unsaved manifest changes. + ## 0.5.29 ### Patch Changes diff --git a/packages/control-property-editor/package.json b/packages/control-property-editor/package.json index 6f096f1fe3..4f2bc725d6 100644 --- a/packages/control-property-editor/package.json +++ b/packages/control-property-editor/package.json @@ -3,7 +3,7 @@ "displayName": "Control Property Editor", "description": "Control Property Editor", "license": "Apache-2.0", - "version": "0.5.29", + "version": "0.5.30", "main": "dist/app.js", "repository": { "type": "git", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index e406c06e4a..79c0a2f1c0 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,13 @@ # @sap-ux/create +## 0.11.13 + +### Patch Changes + +- Updated dependencies [d529c38] + - @sap-ux/preview-middleware@0.16.157 + - @sap-ux/app-config-writer@0.5.9 + ## 0.11.12 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index f315d271dc..5736105866 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,7 +1,7 @@ { "name": "@sap-ux/create", "description": "SAP Fiori tools module to add or remove features", - "version": "0.11.12", + "version": "0.11.13", "repository": { "type": "git", "url": "https://github.com/SAP/open-ux-tools.git", diff --git a/packages/preview-middleware-client/CHANGELOG.md b/packages/preview-middleware-client/CHANGELOG.md index 74cf09c50b..531a8230bd 100644 --- a/packages/preview-middleware-client/CHANGELOG.md +++ b/packages/preview-middleware-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-ux-private/preview-middleware-client +## 0.11.45 + +### Patch Changes + +- d529c38: Fixed Quick Actions not working after trying to open multiple dialogs and Quick Actions that create manifest changes in SAP Fiori Elements for OData V2 applications not showing correct state when there are unsaved manifest changes. + ## 0.11.44 ### Patch Changes diff --git a/packages/preview-middleware-client/package.json b/packages/preview-middleware-client/package.json index e48ccad6aa..80f74b0d23 100644 --- a/packages/preview-middleware-client/package.json +++ b/packages/preview-middleware-client/package.json @@ -1,6 +1,6 @@ { "name": "@sap-ux-private/preview-middleware-client", - "version": "0.11.44", + "version": "0.11.45", "description": "Client-side coding hosted by the preview middleware", "repository": { "type": "git", diff --git a/packages/preview-middleware/CHANGELOG.md b/packages/preview-middleware/CHANGELOG.md index 30e2a6b12c..95f46fee8a 100644 --- a/packages/preview-middleware/CHANGELOG.md +++ b/packages/preview-middleware/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-ux/preview-middleware +## 0.16.157 + +### Patch Changes + +- d529c38: Fixed Quick Actions not working after trying to open multiple dialogs and Quick Actions that create manifest changes in SAP Fiori Elements for OData V2 applications not showing correct state when there are unsaved manifest changes. + ## 0.16.156 ### Patch Changes diff --git a/packages/preview-middleware/package.json b/packages/preview-middleware/package.json index c4fb9035ea..74fba977d3 100644 --- a/packages/preview-middleware/package.json +++ b/packages/preview-middleware/package.json @@ -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.156", + "version": "0.16.157", "license": "Apache-2.0", "author": "@SAP/ux-tools-team", "main": "dist/index.js",