Skip to content

Commit

Permalink
Fix release notes mentioning wrong package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgo committed Feb 28, 2024
1 parent d07ebfb commit 188465c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/flat-ducks-punch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
'@spreadshirt/backstage-plugin-s3-viewer-backend': minor
---

**BREAKING**: Some interfaces are now part of the `@spreadshirt/plugin-s3-viewer-node` package. If you were
**BREAKING**: Some interfaces are now part of the `@spreadshirt/backstage-plugin-s3-viewer-node` package. If you were
using them, switch to this new package.
2 changes: 1 addition & 1 deletion .changeset/poor-queens-clean.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@spreadshirt/plugin-s3-viewer-node': patch
'@spreadshirt/backatage-plugin-s3-viewer-node': patch
---

Add `setPermissionMiddleware` method to the extension point interface.
Expand Down
2 changes: 1 addition & 1 deletion plugins/s3-viewer-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ backend.add(import('@spreadshirt/backstage-plugin-s3-viewer-backend'));
This line will initialize the backend with all the default configurations. It is possible to customize it by adding a backend module to our app, by doing something like:
```typescript
import { s3ViewerExtensionPoint } from '@spreadshirt/plugin-s3-viewer-node';
import { s3ViewerExtensionPoint } from '@spreadshirt/backstage-plugin-s3-viewer-node';
const s3ViewerExtensions = createBackendModule({
pluginId: 's3-viewer',
Expand Down

0 comments on commit 188465c

Please sign in to comment.