chore: added changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-27 14:05:34 +02:00
parent 6780a49d36
commit c1ef48f4fb
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/frontend-plugin-api': patch
---
Deprecate the `id` in `createFrontendPlugin` in favour of `pluginId` to match the same as the backend.
```ts
const myPlugin = createFrontendPlugin({
pluginId: 'my-plugin',
extensions: [
...
]
});
```