From d38635cf19f6b18828019254e61d4817efbb85d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 22:17:58 +0000 Subject: [PATCH] Version Packages --- workspaces/bulk-import/.changeset/neat-news-rest.md | 5 ----- workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md | 6 ++++++ workspaces/bulk-import/plugins/bulk-import/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/bulk-import/.changeset/neat-news-rest.md diff --git a/workspaces/bulk-import/.changeset/neat-news-rest.md b/workspaces/bulk-import/.changeset/neat-news-rest.md deleted file mode 100644 index dcbf41a92..000000000 --- a/workspaces/bulk-import/.changeset/neat-news-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import': patch ---- - -Fixed a bug in the bulk-import plugin where the "Check All" checkbox was incorrectly selected when the total number of selected repositories across multiple pages matched the number of rows in the current table diff --git a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md index 6e63a573e..c227bf21c 100644 --- a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md @@ -1,5 +1,11 @@ ### Dependencies +## 1.10.4 + +### Patch Changes + +- 734d971: Fixed a bug in the bulk-import plugin where the "Check All" checkbox was incorrectly selected when the total number of selected repositories across multiple pages matched the number of rows in the current table + ## 1.10.3 ### Patch Changes diff --git a/workspaces/bulk-import/plugins/bulk-import/package.json b/workspaces/bulk-import/plugins/bulk-import/package.json index cbbb56b04..65453841e 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": "1.10.3", + "version": "1.10.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",