Skip to content

Commit 683f9d6

Browse files
Version Packages (#3272)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 06ac2d0 commit 683f9d6

14 files changed

Lines changed: 49 additions & 28 deletions

File tree

workspaces/orchestrator/.changeset/conditional-step-hiding-operators.md

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

workspaces/orchestrator/.changeset/conditional-ui-hidden-scoped-formdata.md

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

workspaces/orchestrator/.changeset/fix-graphql-filter-variable-types.md

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

workspaces/orchestrator/.changeset/nervous-dolphins-compete.md

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

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

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

3+
## 8.9.5
4+
5+
### Patch Changes
6+
7+
- 06ac2d0: Fix an issue where filtering workflow runs by status or date could show an error instead of results.
8+
39
## 8.9.4
410

511
### 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.9.4",
3+
"version": "8.9.5",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-api
22

3+
## 2.7.4
4+
5+
### Patch Changes
6+
7+
- 06ac2d0: detect GitHub SAML SSO session expiry and prompt users to re-authorize
8+
39
## 2.7.3
410

511
### 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.7.3",
4+
"version": "2.7.4",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-react
22

3+
## 2.8.5
4+
5+
### Patch Changes
6+
7+
- 06ac2d0: Hide wizard steps when conditional `ui:hidden` rules evaluate to true, and add `isNotEmptyList`/`notContains` operators for conditional hidden expressions.
8+
- 06ac2d0: Remove unnecessary gaps from conditionally hidden form fields.
9+
- 06ac2d0: detect GitHub SAML SSO session expiry and prompt users to re-authorize
10+
- Updated dependencies [06ac2d0]
11+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.7.4
12+
313
## 2.8.4
414

515
### Patch Changes

workspaces/orchestrator/plugins/orchestrator-form-react/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-react",
33
"description": "Web library for the orchestrator-form plugin",
4-
"version": "2.8.4",
4+
"version": "2.8.5",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)