From 36a5051160c9e14560981a1147cea8b4f37ba10d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 8 Jan 2025 17:16:17 +0000 Subject: [PATCH] chore: apply latest changesets --- .changeset/long-dragons-hope.md | 9 --------- .changeset/wet-oranges-do.md | 5 ----- packages/adp-tooling/CHANGELOG.md | 6 ++++++ packages/adp-tooling/package.json | 2 +- packages/control-property-editor-common/CHANGELOG.md | 6 ++++++ packages/control-property-editor-common/package.json | 2 +- packages/control-property-editor/CHANGELOG.md | 6 ++++++ packages/control-property-editor/package.json | 2 +- packages/create/CHANGELOG.md | 10 ++++++++++ packages/create/package.json | 2 +- packages/flp-config-inquirer/CHANGELOG.md | 7 +++++++ packages/flp-config-inquirer/package.json | 2 +- packages/flp-config-sub-generator/CHANGELOG.md | 7 +++++++ packages/flp-config-sub-generator/package.json | 2 +- packages/preview-middleware-client/CHANGELOG.md | 6 ++++++ packages/preview-middleware-client/package.json | 2 +- packages/preview-middleware/CHANGELOG.md | 8 ++++++++ packages/preview-middleware/package.json | 2 +- types/CHANGELOG.md | 6 ++++++ types/package.json | 2 +- 20 files changed, 71 insertions(+), 23 deletions(-) delete mode 100644 .changeset/long-dragons-hope.md delete mode 100644 .changeset/wet-oranges-do.md diff --git a/.changeset/long-dragons-hope.md b/.changeset/long-dragons-hope.md deleted file mode 100644 index 017f5a8845..0000000000 --- a/.changeset/long-dragons-hope.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@sap-ux-private/control-property-editor-common': patch -'@sap-ux-private/preview-middleware-client': patch -'@sap-ux/preview-middleware': patch -'@sap-ux/adp-tooling': patch -'@sap-ux/types': patch ---- - -feat: Quick Action For Add New Annotation File diff --git a/.changeset/wet-oranges-do.md b/.changeset/wet-oranges-do.md deleted file mode 100644 index d6bbb4ea30..0000000000 --- a/.changeset/wet-oranges-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sap-ux/control-property-editor': patch ---- - -feat: Quick Action For Add New Annotation File diff --git a/packages/adp-tooling/CHANGELOG.md b/packages/adp-tooling/CHANGELOG.md index d83537e859..9334053cde 100644 --- a/packages/adp-tooling/CHANGELOG.md +++ b/packages/adp-tooling/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-ux/adp-tooling +## 0.12.105 + +### Patch Changes + +- 19d51f3: feat: Quick Action For Add New Annotation File + ## 0.12.104 ### Patch Changes diff --git a/packages/adp-tooling/package.json b/packages/adp-tooling/package.json index 9ff38eaa01..93eb2c3270 100644 --- a/packages/adp-tooling/package.json +++ b/packages/adp-tooling/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling" }, - "version": "0.12.104", + "version": "0.12.105", "license": "Apache-2.0", "author": "@SAP/ux-tools-team", "main": "dist/index.js", diff --git a/packages/control-property-editor-common/CHANGELOG.md b/packages/control-property-editor-common/CHANGELOG.md index e927d13f97..bcf45019e5 100644 --- a/packages/control-property-editor-common/CHANGELOG.md +++ b/packages/control-property-editor-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-ux-private/control-property-editor-common +## 0.5.9 + +### Patch Changes + +- 19d51f3: feat: Quick Action For Add New Annotation File + ## 0.5.8 ### Patch Changes diff --git a/packages/control-property-editor-common/package.json b/packages/control-property-editor-common/package.json index 700ed7943f..7a395140e5 100644 --- a/packages/control-property-editor-common/package.json +++ b/packages/control-property-editor-common/package.json @@ -3,7 +3,7 @@ "displayName": "Control Property Editor Common", "description": "A common module for Control Property Editor react app and ui5", "license": "Apache-2.0", - "version": "0.5.8", + "version": "0.5.9", "main": "dist/index.js", "repository": { "type": "git", diff --git a/packages/control-property-editor/CHANGELOG.md b/packages/control-property-editor/CHANGELOG.md index cf06d1624b..b0295106cb 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.31 + +### Patch Changes + +- 19d51f3: feat: Quick Action For Add New Annotation File + ## 0.5.30 ### Patch Changes diff --git a/packages/control-property-editor/package.json b/packages/control-property-editor/package.json index 4f2bc725d6..96338cf837 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.30", + "version": "0.5.31", "main": "dist/app.js", "repository": { "type": "git", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index 4c89fbd0e7..5c0dc8d25b 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,15 @@ # @sap-ux/create +## 0.11.21 + +### Patch Changes + +- Updated dependencies [19d51f3] + - @sap-ux/preview-middleware@0.16.163 + - @sap-ux/adp-tooling@0.12.105 + - @sap-ux/app-config-writer@0.5.12 + - @sap-ux/flp-config-inquirer@0.2.10 + ## 0.11.20 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index 6ee89f10b1..0ca8ea2950 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.20", + "version": "0.11.21", "repository": { "type": "git", "url": "https://github.com/SAP/open-ux-tools.git", diff --git a/packages/flp-config-inquirer/CHANGELOG.md b/packages/flp-config-inquirer/CHANGELOG.md index 6dae922193..47dbc51281 100644 --- a/packages/flp-config-inquirer/CHANGELOG.md +++ b/packages/flp-config-inquirer/CHANGELOG.md @@ -1,5 +1,12 @@ # @sap-ux/flp-config-inquirer +## 0.2.10 + +### Patch Changes + +- Updated dependencies [19d51f3] + - @sap-ux/adp-tooling@0.12.105 + ## 0.2.9 ### Patch Changes diff --git a/packages/flp-config-inquirer/package.json b/packages/flp-config-inquirer/package.json index dd46622408..c0a88af57b 100644 --- a/packages/flp-config-inquirer/package.json +++ b/packages/flp-config-inquirer/package.json @@ -1,7 +1,7 @@ { "name": "@sap-ux/flp-config-inquirer", "description": "Prompts module that can prompt users for inputs required for FLP configuration", - "version": "0.2.9", + "version": "0.2.10", "repository": { "type": "git", "url": "https://github.com/SAP/open-ux-tools.git", diff --git a/packages/flp-config-sub-generator/CHANGELOG.md b/packages/flp-config-sub-generator/CHANGELOG.md index 9c51ca8f7c..53d8ecd498 100644 --- a/packages/flp-config-sub-generator/CHANGELOG.md +++ b/packages/flp-config-sub-generator/CHANGELOG.md @@ -1,5 +1,12 @@ # @sap-ux/flp-config-sub-generator +## 0.0.7 + +### Patch Changes + +- @sap-ux/app-config-writer@0.5.12 +- @sap-ux/flp-config-inquirer@0.2.10 + ## 0.0.6 ### Patch Changes diff --git a/packages/flp-config-sub-generator/package.json b/packages/flp-config-sub-generator/package.json index 5b44eee6a6..673d01cc78 100644 --- a/packages/flp-config-sub-generator/package.json +++ b/packages/flp-config-sub-generator/package.json @@ -1,7 +1,7 @@ { "name": "@sap-ux/flp-config-sub-generator", "description": "Generator for creating Fiori Launcpad configuration", - "version": "0.0.6", + "version": "0.0.7", "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 cda0caa846..ef3f541077 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.47 + +### Patch Changes + +- 19d51f3: feat: Quick Action For Add New Annotation File + ## 0.11.46 ### Patch Changes diff --git a/packages/preview-middleware-client/package.json b/packages/preview-middleware-client/package.json index 42d9a1381e..76d38af85f 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.46", + "version": "0.11.47", "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 9f8a3ca41f..84ee6d96bc 100644 --- a/packages/preview-middleware/CHANGELOG.md +++ b/packages/preview-middleware/CHANGELOG.md @@ -1,5 +1,13 @@ # @sap-ux/preview-middleware +## 0.16.163 + +### Patch Changes + +- 19d51f3: feat: Quick Action For Add New Annotation File +- Updated dependencies [19d51f3] + - @sap-ux/adp-tooling@0.12.105 + ## 0.16.162 ### Patch Changes diff --git a/packages/preview-middleware/package.json b/packages/preview-middleware/package.json index 5295c9b761..9072ebb20e 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.162", + "version": "0.16.163", "license": "Apache-2.0", "author": "@SAP/ux-tools-team", "main": "dist/index.js", diff --git a/types/CHANGELOG.md b/types/CHANGELOG.md index 853c80fa81..282113cde9 100644 --- a/types/CHANGELOG.md +++ b/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @sap-ux/types +## 1.2.1 + +### Patch Changes + +- 19d51f3: feat: Quick Action For Add New Annotation File + ## 1.2.0 ### Minor Changes diff --git a/types/package.json b/types/package.json index 5c14b2f75d..d916790c40 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "@sap-ux/types", - "version": "1.2.0", + "version": "1.2.1", "private": true, "description": "Type augmentations for imported modules", "repository": {