diff --git a/workspaces/orchestrator/.changeset/fresh-swans-complain.md b/workspaces/orchestrator/.changeset/fresh-swans-complain.md deleted file mode 100644 index 1f717b436b..0000000000 --- a/workspaces/orchestrator/.changeset/fresh-swans-complain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch ---- - -The updated overview of a workflow will have the availability property if the isAvailable prop is false diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index d69a0f0a0d..49ef98473a 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.3.2 + +### Patch Changes + +- Updated dependencies [b2307f3] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.2 + ## 1.3.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 79a1dd47c4..f5d20bed61 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.3.1", + "version": "1.3.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 384690b6bc..cbbd79e329 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend +## 8.10.2 + +### Patch Changes + +- b2307f3: The updated overview of a workflow will have the availability property if the isAvailable prop is false +- Updated dependencies [b2307f3] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.2 + ## 8.10.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index 4a463ebda8..3112f6aed0 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.10.1", + "version": "8.10.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 684c0ab8e7..3e8ea40c20 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.7.2 + +### Patch Changes + +- b2307f3: The updated overview of a workflow will have the availability property if the isAvailable prop is false + ## 3.7.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 3561e54c1b..a1b3cf8080 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.7.1", + "version": "3.7.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 0764cb7c0f..fe2cb48b7f 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.8.2 + +### Patch Changes + +- Updated dependencies [b2307f3] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + ## 2.8.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index e73e3a1912..2e6ff69f8e 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.8.1", + "version": "2.8.2", "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 3ca3abaf93..c274816906 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.9.2 + +### Patch Changes + +- Updated dependencies [b2307f3] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.2 + ## 2.9.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index e145ed3e04..62dc78d93e 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.9.1", + "version": "2.9.2", "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 71311f3a44..56b5ac93c9 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.11.2 + +### Patch Changes + +- Updated dependencies [b2307f3] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.2 + ## 1.11.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index df6fb02865..3a232fe88a 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.11.1", + "version": "1.11.2", "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 0d94760765..f847770bd5 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.3.2 + +### Patch Changes + +- Updated dependencies [b2307f3] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + ## 1.3.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index 8dc9af46d9..069a0b02cf 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.3.1", + "version": "1.3.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 2955d71f4c..fd1ae53036 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.8.2 + +### Patch Changes + +- Updated dependencies [b2307f3] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.2 + ## 5.8.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index 9784e1bf82..b0e2657ffa 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.8.1", + "version": "5.8.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 cb368a23d7..2af86227ff 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.6.2 + +### Patch Changes + +- Updated dependencies [b2307f3] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.2 + ## 1.6.1 ### 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 525da16b7f..6b65dcdc98 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.6.1", + "version": "1.6.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",