From 76ef3eb7de4914c81a758eb586b05aa3b2f48acc Mon Sep 17 00:00:00 2001 From: rhdh-bot service account Date: Fri, 22 Nov 2024 08:11:12 +0000 Subject: [PATCH] Version Packages (bulk-import) (#62) Co-authored-by: github-actions[bot] --- workspaces/bulk-import/.changeset/brown-rabbits-turn.md | 5 ----- .../bulk-import/plugins/bulk-import-backend/CHANGELOG.md | 6 ++++++ .../bulk-import/plugins/bulk-import-backend/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/bulk-import/.changeset/brown-rabbits-turn.md diff --git a/workspaces/bulk-import/.changeset/brown-rabbits-turn.md b/workspaces/bulk-import/.changeset/brown-rabbits-turn.md deleted file mode 100644 index d89a5eb9..00000000 --- a/workspaces/bulk-import/.changeset/brown-rabbits-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import-backend': minor ---- - -Introduced a new response key 'source' in the GET /imports endpoint to indicate from which source the import originated from ('config', 'location', 'integration'). In case of duplicates, it returns first source it finds in order 'config', 'location', 'integration'. diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md index c138acce..88f83d2e 100644 --- a/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 5.2.0 + +### Minor Changes + +- be29a84: Introduced a new response key 'source' in the GET /imports endpoint to indicate from which source the import originated from ('config', 'location', 'integration'). In case of duplicates, it returns first source it finds in order 'config', 'location', 'integration'. + ## 5.1.1 ### Patch Changes diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/package.json b/workspaces/bulk-import/plugins/bulk-import-backend/package.json index 854051cc..d96f032a 100644 --- a/workspaces/bulk-import/plugins/bulk-import-backend/package.json +++ b/workspaces/bulk-import/plugins/bulk-import-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bulk-import-backend", - "version": "5.1.1", + "version": "5.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",