From 98e6cae21063f0fcbdde5f06832da6831b647429 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Nov 2024 17:14:24 +0000 Subject: [PATCH] chore(release): version packages on main branch --- .changeset/gentle-fishes-swim.md | 5 ----- .changeset/great-keys-sing.md | 2 -- .changeset/lemon-points-applaud.md | 5 ----- .changeset/neat-pigs-lie.md | 6 ------ .changeset/pretty-avocados-talk.md | 5 ----- .changeset/rotten-foxes-film.md | 6 ------ .changeset/unlucky-jars-protect.md | 2 -- plugins/orchestrator-backend/CHANGELOG.md | 12 ++++++++++++ plugins/orchestrator-backend/package.json | 4 ++-- plugins/orchestrator-common/CHANGELOG.md | 6 ++++++ plugins/orchestrator-common/package.json | 2 +- plugins/orchestrator-form-react/CHANGELOG.md | 6 ++++++ plugins/orchestrator-form-react/package.json | 2 +- plugins/orchestrator/CHANGELOG.md | 15 +++++++++++++++ plugins/orchestrator/package.json | 6 +++--- 15 files changed, 46 insertions(+), 38 deletions(-) delete mode 100644 .changeset/gentle-fishes-swim.md delete mode 100644 .changeset/great-keys-sing.md delete mode 100644 .changeset/lemon-points-applaud.md delete mode 100644 .changeset/neat-pigs-lie.md delete mode 100644 .changeset/pretty-avocados-talk.md delete mode 100644 .changeset/rotten-foxes-film.md delete mode 100644 .changeset/unlucky-jars-protect.md 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/great-keys-sing.md b/.changeset/great-keys-sing.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/great-keys-sing.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- 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/neat-pigs-lie.md b/.changeset/neat-pigs-lie.md deleted file mode 100644 index fbb6a5c15d8..00000000000 --- a/.changeset/neat-pigs-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@janus-idp/backstage-plugin-orchestrator-backend": minor -"@janus-idp/backstage-plugin-orchestrator-common": minor ---- - -Add enum filters to orchestrator plugin diff --git a/.changeset/pretty-avocados-talk.md b/.changeset/pretty-avocados-talk.md deleted file mode 100644 index 48502c764d3..00000000000 --- a/.changeset/pretty-avocados-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/backstage-plugin-orchestrator": patch ---- - -Fix filtering by status on the Workflow Runs tab. 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/.changeset/unlucky-jars-protect.md b/.changeset/unlucky-jars-protect.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/unlucky-jars-protect.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/plugins/orchestrator-backend/CHANGELOG.md b/plugins/orchestrator-backend/CHANGELOG.md index 4e96fd4f6a9..ecfe95db934 100644 --- a/plugins/orchestrator-backend/CHANGELOG.md +++ b/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,17 @@ ### Dependencies +## 4.1.0 + +### Minor Changes + +- 25f1787: Add enum filters to orchestrator plugin +- 603a162: make error handling consistent in backend and UI + +### Patch Changes + +- Updated dependencies [25f1787] + - @janus-idp/backstage-plugin-orchestrator-common@1.24.0 + ## 4.0.1 ### Patch Changes diff --git a/plugins/orchestrator-backend/package.json b/plugins/orchestrator-backend/package.json index 447fff556c3..fe290afb1dd 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", @@ -76,7 +76,7 @@ "@backstage/plugin-permission-node": "^0.8.4", "@backstage/plugin-scaffolder-backend": "^1.26.2", "@backstage/plugin-scaffolder-node": "^0.5.0", - "@janus-idp/backstage-plugin-orchestrator-common": "^1.23.1", + "@janus-idp/backstage-plugin-orchestrator-common": "^1.24.0", "@urql/core": "^4.1.4", "ajv-formats": "^2.1.1", "cloudevents": "^8.0.0", diff --git a/plugins/orchestrator-common/CHANGELOG.md b/plugins/orchestrator-common/CHANGELOG.md index 9b27ced1824..5601bb423ad 100644 --- a/plugins/orchestrator-common/CHANGELOG.md +++ b/plugins/orchestrator-common/CHANGELOG.md @@ -1,5 +1,11 @@ ## @janus-idp/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator-common@1.13.0...@janus-idp/backstage-plugin-orchestrator-common@1.13.1) (2024-08-02) +## 1.24.0 + +### Minor Changes + +- 25f1787: Add enum filters to orchestrator plugin + ## 1.23.1 ### Patch Changes diff --git a/plugins/orchestrator-common/package.json b/plugins/orchestrator-common/package.json index a3e478e2024..e14df564396 100644 --- a/plugins/orchestrator-common/package.json +++ b/plugins/orchestrator-common/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-common", - "version": "1.23.1", + "version": "1.24.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..bea8326f239 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,20 @@ ### 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. +- b2a7181: Fix filtering by status on the Workflow Runs tab. +- Updated dependencies [aee9d4a] +- Updated dependencies [25f1787] + - @janus-idp/backstage-plugin-orchestrator-form-react@1.4.2 + - @janus-idp/backstage-plugin-orchestrator-common@1.24.0 + ## 2.3.2 ### Patch Changes diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index 0cae45a473c..158d3b533e4 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", @@ -59,9 +59,9 @@ "@backstage/errors": "^1.2.4", "@backstage/plugin-catalog": "^1.24.0", "@backstage/plugin-permission-react": "^0.4.27", - "@janus-idp/backstage-plugin-orchestrator-common": "^1.23.1", + "@janus-idp/backstage-plugin-orchestrator-common": "^1.24.0", "@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",