diff --git a/workspaces/bulk-import/.changeset/bulk-import-permission-refactor.md b/workspaces/bulk-import/.changeset/bulk-import-permission-refactor.md deleted file mode 100644 index e8118a7033b..00000000000 --- a/workspaces/bulk-import/.changeset/bulk-import-permission-refactor.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import-common': minor -'@red-hat-developer-hub/backstage-plugin-bulk-import': minor -'@red-hat-developer-hub/backstage-plugin-bulk-import-backend': minor ---- - -Convert `bulk.import` from a resource permission to a feature permission, and register the NFS bulk import page using the `if` permission predicate. diff --git a/workspaces/bulk-import/.changeset/olive-donuts-shake.md b/workspaces/bulk-import/.changeset/olive-donuts-shake.md deleted file mode 100644 index b9745865431..00000000000 --- a/workspaces/bulk-import/.changeset/olive-donuts-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import': patch ---- - -Cover the new frontend system wiring with createExtensionTester: the page's path and title, that the page and the API extension are registered on the plugin, and that both route refs survive. The existing NFS test only covers the translations module, which is a separate FrontendModule — so it stays green against a plugin whose own extensions array is empty. diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md index ccb226b1e27..5529b23a7d3 100644 --- a/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md @@ -1,5 +1,16 @@ # @red-hat-developer-hub/backstage-plugin-bulk-import-backend +## 9.1.0 + +### Minor Changes + +- 2b31f6c: Convert `bulk.import` from a resource permission to a feature permission, and register the NFS bulk import page using the `if` permission predicate. + +### Patch Changes + +- Updated dependencies [2b31f6c] + - @red-hat-developer-hub/backstage-plugin-bulk-import-common@9.1.0 + ## 9.0.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 79b6391167c..a29cdf3da64 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": "9.0.1", + "version": "9.1.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 4bde93b68de..f1951d8f355 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) +## 9.1.0 + +### Minor Changes + +- 2b31f6c: Convert `bulk.import` from a resource permission to a feature permission, and register the NFS bulk import page using the `if` permission predicate. + ## 9.0.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 0d621827c72..bb63a941c0e 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": "9.0.1", + "version": "9.1.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 46ad3f8b5d0..1bfb87fcf63 100644 --- a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-bulk-import +## 9.1.0 + +### Minor Changes + +- 2b31f6c: Convert `bulk.import` from a resource permission to a feature permission, and register the NFS bulk import page using the `if` permission predicate. + +### Patch Changes + +- 77cc007: Cover the new frontend system wiring with createExtensionTester: the page's path and title, that the page and the API extension are registered on the plugin, and that both route refs survive. The existing NFS test only covers the translations module, which is a separate FrontendModule — so it stays green against a plugin whose own extensions array is empty. +- Updated dependencies [2b31f6c] + - @red-hat-developer-hub/backstage-plugin-bulk-import-common@9.1.0 + ## 9.0.1 ### Patch Changes diff --git a/workspaces/bulk-import/plugins/bulk-import/package.json b/workspaces/bulk-import/plugins/bulk-import/package.json index be8906eb392..b06aa056d06 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": "9.0.1", + "version": "9.1.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",