Skip to content

Commit eb7ba0a

Browse files
Version Packages
1 parent b6fd6fe commit eb7ba0a

File tree

17 files changed

+67
-26
lines changed

17 files changed

+67
-26
lines changed

workspaces/orchestrator/.changeset/fix-active-text-input-empty-string.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/olive-bugs-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/orchestrator/.changeset/view-logs-button-conditional.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### Dependencies
22

3+
## 8.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1b43c5]
8+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2
9+
310
## 8.5.1
411

512
### Patch Changes

workspaces/orchestrator/plugins/orchestrator-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend",
3-
"version": "8.5.1",
3+
"version": "8.5.2",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## @red-hat-developer-hub/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/[email protected]...@red-hat-developer-hub/[email protected]) (2024-08-02)
22

3+
## 3.3.2
4+
5+
### Patch Changes
6+
7+
- f1b43c5: Add conditional View Logs button based on workflowLogProvider configuration
8+
- Add `useLogsEnabled` hook to check if `orchestrator.workflowLogProvider` is configured
9+
- Conditionally render View Logs button in WorkflowResult component based on config
10+
311
## 3.3.1
412

513
### Patch Changes

workspaces/orchestrator/plugins/orchestrator-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-api
22

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1b43c5]
8+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2
9+
310
## 2.4.1
411

512
### Patch Changes

workspaces/orchestrator/plugins/orchestrator-form-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api",
33
"description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### Dependencies
22

3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1b43c5]
8+
- @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2
9+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.2
10+
311
## 2.5.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)