Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/bulk-import/.changeset/olive-donuts-shake.md

This file was deleted.

11 changes: 11 additions & 0 deletions workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/bulk-import/plugins/bulk-import/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading