chore: remove uneccessary changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-27 16:18:27 +02:00
parent fe0046150a
commit f8c623c686
-14
View File
@@ -1,14 +0,0 @@
---
'@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: [
...
]
});
```