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 dcbf41a9..00000000 --- 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 6e63a573..c227bf21 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 cbbb56b0..65453841 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",