diff --git a/.changeset/gentle-fishes-swim.md b/.changeset/gentle-fishes-swim.md deleted file mode 100644 index 8ea1ab4e47b..00000000000 --- a/.changeset/gentle-fishes-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/backstage-plugin-orchestrator": patch ---- - -Makes very long workflow result messages still readable. diff --git a/.changeset/lemon-points-applaud.md b/.changeset/lemon-points-applaud.md deleted file mode 100644 index a845303085c..00000000000 --- a/.changeset/lemon-points-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/backstage-plugin-orchestrator-form-react": patch ---- - -Hotfix for button background - to share the one with theme. diff --git a/.changeset/rotten-foxes-film.md b/.changeset/rotten-foxes-film.md deleted file mode 100644 index 04b45531f15..00000000000 --- a/.changeset/rotten-foxes-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-orchestrator-backend": minor -"@janus-idp/backstage-plugin-orchestrator": minor ---- - -make error handling consistent in backend and UI diff --git a/plugins/orchestrator-backend/CHANGELOG.md b/plugins/orchestrator-backend/CHANGELOG.md index 4e96fd4f6a9..94ae7927cca 100644 --- a/plugins/orchestrator-backend/CHANGELOG.md +++ b/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 4.1.0 + +### Minor Changes + +- 603a162: make error handling consistent in backend and UI + ## 4.0.1 ### Patch Changes diff --git a/plugins/orchestrator-backend/package.json b/plugins/orchestrator-backend/package.json index 447fff556c3..ec15d570494 100644 --- a/plugins/orchestrator-backend/package.json +++ b/plugins/orchestrator-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-backend", - "version": "4.0.1", + "version": "4.1.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/plugins/orchestrator-form-react/CHANGELOG.md b/plugins/orchestrator-form-react/CHANGELOG.md index db12bf05988..018b599f722 100644 --- a/plugins/orchestrator-form-react/CHANGELOG.md +++ b/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.4.2 + +### Patch Changes + +- aee9d4a: Hotfix for button background - to share the one with theme. + ## 1.4.1 ### Patch Changes diff --git a/plugins/orchestrator-form-react/package.json b/plugins/orchestrator-form-react/package.json index b9eb603886f..ef0e96f2dbc 100644 --- a/plugins/orchestrator-form-react/package.json +++ b/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "1.4.1", + "version": "1.4.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/orchestrator/CHANGELOG.md b/plugins/orchestrator/CHANGELOG.md index 13fce5376c9..26375d39b5b 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,17 @@ ### Dependencies +## 2.4.0 + +### Minor Changes + +- 603a162: make error handling consistent in backend and UI + +### Patch Changes + +- 8a76b49: Makes very long workflow result messages still readable. +- Updated dependencies [aee9d4a] + - @janus-idp/backstage-plugin-orchestrator-form-react@1.4.2 + ## 2.3.2 ### Patch Changes diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index 0cae45a473c..b458b184e60 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator", - "version": "2.3.2", + "version": "2.4.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -61,7 +61,7 @@ "@backstage/plugin-permission-react": "^0.4.27", "@janus-idp/backstage-plugin-orchestrator-common": "^1.23.1", "@janus-idp/backstage-plugin-orchestrator-form-api": "^1.4.1", - "@janus-idp/backstage-plugin-orchestrator-form-react": "^1.4.1", + "@janus-idp/backstage-plugin-orchestrator-form-react": "^1.4.2", "@kie-tools-core/editor": "^0.32.0", "@kie-tools-core/notifications": "^0.32.0", "@kie-tools-core/react-hooks": "^0.32.0",