From ae6d5f7dcb911a88d1405cbddd6015d751b80613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Jan 2026 08:40:08 +0000 Subject: [PATCH] Version Packages --- .../bulk-import/.changeset/plenty-fans-tickle.md | 10 ---------- .../bulk-import/.changeset/renovate-77bdb0b.md | 7 ------- .../plugins/bulk-import-backend/CHANGELOG.md | 8 ++++++++ .../plugins/bulk-import-backend/package.json | 2 +- .../plugins/bulk-import-common/CHANGELOG.md | 6 ++++++ .../plugins/bulk-import-common/package.json | 2 +- .../bulk-import/plugins/bulk-import/CHANGELOG.md | 16 ++++++++++++++++ .../bulk-import/plugins/bulk-import/package.json | 2 +- 8 files changed, 33 insertions(+), 20 deletions(-) delete mode 100644 workspaces/bulk-import/.changeset/plenty-fans-tickle.md delete mode 100644 workspaces/bulk-import/.changeset/renovate-77bdb0b.md diff --git a/workspaces/bulk-import/.changeset/plenty-fans-tickle.md b/workspaces/bulk-import/.changeset/plenty-fans-tickle.md deleted file mode 100644 index 960d33f3ff..0000000000 --- a/workspaces/bulk-import/.changeset/plenty-fans-tickle.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import': major ---- - -Simplified bulk-import routing structure: - -- The plugin now uses a single `/bulk-import` path instead of multiple paths -- Removed `/bulk-import/repositories`, `/bulk-import/repositories/repositories`, and `/bulk-import/repositories/add` routes -- Any undefined paths under `/bulk-import/*` will redirect to `/bulk-import` -- **BREAKING**: Removed `addRepositoriesRouteRef` from plugin exports diff --git a/workspaces/bulk-import/.changeset/renovate-77bdb0b.md b/workspaces/bulk-import/.changeset/renovate-77bdb0b.md deleted file mode 100644 index 048ea82fc0..0000000000 --- a/workspaces/bulk-import/.changeset/renovate-77bdb0b.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import-backend': patch -'@red-hat-developer-hub/backstage-plugin-bulk-import-common': patch -'@red-hat-developer-hub/backstage-plugin-bulk-import': patch ---- - -Updated dependency `prettier` to `3.8.1`. diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md index 92ee126740..16ba803988 100644 --- a/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 7.0.0 + +### Patch Changes + +- aaac497: Updated dependency `prettier` to `3.8.1`. +- Updated dependencies [aaac497] + - @red-hat-developer-hub/backstage-plugin-bulk-import-common@7.0.0 + ## 6.11.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 e327d76fc2..6cbf194f52 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": "6.11.1", + "version": "7.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md index 44f6b903fe..dd444fe700 100644 --- a/workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md @@ -1,5 +1,11 @@ ## @red-hat-developer-hub/backstage-plugin-bulk-import-common [0.2.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-bulk-import-common@0.1.0...@red-hat-developer-hub/backstage-plugin-bulk-import-common@0.2.0) (2024-07-25) +## 7.0.0 + +### Patch Changes + +- aaac497: Updated dependency `prettier` to `3.8.1`. + ## 6.11.1 ### Patch Changes diff --git a/workspaces/bulk-import/plugins/bulk-import-common/package.json b/workspaces/bulk-import/plugins/bulk-import-common/package.json index df47fc9947..bd4aa0fa79 100644 --- a/workspaces/bulk-import/plugins/bulk-import-common/package.json +++ b/workspaces/bulk-import/plugins/bulk-import-common/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bulk-import-common", "description": "Common functionalities for the bulk-import plugin", - "version": "6.11.1", + "version": "7.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md index 44c46c9ae1..81adf8c29c 100644 --- a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md @@ -1,5 +1,21 @@ ### Dependencies +## 7.0.0 + +### Major Changes + +- 0f684d9: Simplified bulk-import routing structure: + - The plugin now uses a single `/bulk-import` path instead of multiple paths + - Removed `/bulk-import/repositories`, `/bulk-import/repositories/repositories`, and `/bulk-import/repositories/add` routes + - Any undefined paths under `/bulk-import/*` will redirect to `/bulk-import` + - **BREAKING**: Removed `addRepositoriesRouteRef` from plugin exports + +### Patch Changes + +- aaac497: Updated dependency `prettier` to `3.8.1`. +- Updated dependencies [aaac497] + - @red-hat-developer-hub/backstage-plugin-bulk-import-common@7.0.0 + ## 6.11.1 ### Patch Changes diff --git a/workspaces/bulk-import/plugins/bulk-import/package.json b/workspaces/bulk-import/plugins/bulk-import/package.json index b9789b3048..511d7fa6cf 100644 --- a/workspaces/bulk-import/plugins/bulk-import/package.json +++ b/workspaces/bulk-import/plugins/bulk-import/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bulk-import", - "version": "6.11.1", + "version": "7.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",