diff --git a/workspaces/orchestrator/.changeset/active-text-retrigger-spinner.md b/workspaces/orchestrator/.changeset/active-text-retrigger-spinner.md deleted file mode 100644 index 8f53b66310..0000000000 --- a/workspaces/orchestrator/.changeset/active-text-retrigger-spinner.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Show ActiveText spinner immediately on retrigger changes to avoid stale text during debounce. Add fetch:clearOnRetrigger to clear widget values when dependencies change. diff --git a/workspaces/orchestrator/.changeset/workflow-instance-card-height.md b/workspaces/orchestrator/.changeset/workflow-instance-card-height.md deleted file mode 100644 index 6681021910..0000000000 --- a/workspaces/orchestrator/.changeset/workflow-instance-card-height.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch ---- - -Add workflow instance card height mode config for fixed or content-based layouts. diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index 32dcee0c0a..755cbc528f 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki +## 1.0.2 + +### Patch Changes + +- Updated dependencies [546ccb2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.0.2 + ## 1.0.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json index 6ca7d8d013..bbbefa2e13 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "description": "The loki backend module for the orchestrator plugin.", "main": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md index 8b4703fcf5..58a002e30b 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend +## 8.6.2 + +### Patch Changes + +- Updated dependencies [546ccb2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.0.2 + ## 8.6.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index b2ca3daee9..6043b736b0 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend", - "version": "8.6.1", + "version": "8.6.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md index 72ce59a184..6a4fd9d34f 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md @@ -1,5 +1,11 @@ ## @red-hat-developer-hub/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.0...@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.1) (2024-08-02) +## 3.4.2 + +### Patch Changes + +- 546ccb2: Add workflow instance card height mode config for fixed or content-based layouts. + ## 3.4.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 0e8100ba23..6dd07d498b 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-common/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md index 4b55cf0dff..848362fa55 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.4.4 + +### Patch Changes + +- Updated dependencies [546ccb2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2 + ## 2.4.3 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index 1686e9abf7..d8f593ba8b 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api", "description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form", - "version": "2.4.3", + "version": "2.4.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md index b5aa287fd2..302b139d16 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.5.3 + +### Patch Changes + +- Updated dependencies [546ccb2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.4 + ## 2.5.2 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index d0af9aa671..f9872c7e68 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "2.5.2", + "version": "2.5.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md index 41693812b2..66d73df0d9 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 1.6.3 + +### Patch Changes + +- 546ccb2: Show ActiveText spinner immediately on retrigger changes to avoid stale text during debounce. Add fetch:clearOnRetrigger to clear widget values when dependencies change. +- Updated dependencies [546ccb2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.4 + ## 1.6.2 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index 925eec1fd8..6697120566 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets", - "version": "1.6.2", + "version": "1.6.3", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md index c749b5f956..791691ecf4 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-node +## 1.0.2 + +### Patch Changes + +- Updated dependencies [546ccb2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2 + ## 1.0.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index 4d35e6a6c4..441fc908a0 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-node/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-node", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "description": "Node.js library for the orchestrator plugin", "main": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md index 813ce944fe..56ee12c9f5 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,15 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.4.2 + +### Patch Changes + +- 546ccb2: Add workflow instance card height mode config for fixed or content-based layouts. +- Updated dependencies [546ccb2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.4 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.5.3 + ## 5.4.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index a3e2e02f13..0964ae64f8 100644 --- a/workspaces/orchestrator/plugins/orchestrator/package.json +++ b/workspaces/orchestrator/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator", - "version": "5.4.1", + "version": "5.4.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md index 1db275563f..929c8d7dc4 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator +## 1.3.4 + +### Patch Changes + +- Updated dependencies [546ccb2] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.4.2 + ## 1.3.3 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json index 7a3927a9d4..76c3d89ffa 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator", "description": "The orchestrator module for @backstage/plugin-scaffolder-backend", - "version": "1.3.3", + "version": "1.3.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",