Skip to content

Commit a9325ad

Browse files
Version Packages (#2878)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1d7ac98 commit a9325ad

9 files changed

Lines changed: 29 additions & 23 deletions

File tree

workspaces/orchestrator/.changeset/fix-review-empty-formdata.md

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

workspaces/orchestrator/.changeset/new-books-matter.md

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

workspaces/orchestrator/.changeset/sharp-dots-sing.md

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

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

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

3+
## 2.5.8
4+
5+
### Patch Changes
6+
7+
- 1d7ac98: fix: avoid Review step crash when form data is empty (for example display-only `ActiveText` with no submitted values). `generateReviewTableData` returns `{}` instead of undefined, and `NestedReviewTable` handles missing data.
8+
- 1d7ac98: Fix multi-step workflow forms dropping or misplacing async validation errors and deep nested field paths.
9+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets: Fix safeSet deep paths and sequential async validation in getExtraErrors.
10+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react: Wrap extraErrors with the active step key so RJSF matches the root schema.
11+
312
## 2.5.7
413

514
### 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.5.7",
4+
"version": "2.5.8",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/orchestrator/plugins/orchestrator-form-widgets/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-form-widgets
22

3+
## 1.6.8
4+
5+
### Patch Changes
6+
7+
- 1d7ac98: Fix multi-step workflow forms dropping or misplacing async validation errors and deep nested field paths.
8+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets: Fix safeSet deep paths and sequential async validation in getExtraErrors.
9+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react: Wrap extraErrors with the active step key so RJSF matches the root schema.
10+
311
## 1.6.7
412

513
### Patch Changes

workspaces/orchestrator/plugins/orchestrator-form-widgets/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-form-widgets",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md

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

3+
## 5.4.7
4+
5+
### Patch Changes
6+
7+
- 1d7ac98: Fix UI styling issues in worfkflow results page
8+
- Updated dependencies [1d7ac98]
9+
- Updated dependencies [1d7ac98]
10+
- @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.5.8
11+
312
## 5.4.6
413

514
### Patch Changes

workspaces/orchestrator/plugins/orchestrator/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",
3-
"version": "5.4.6",
3+
"version": "5.4.7",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)