diff --git a/.changeset/cuddly-suits-agree.md b/.changeset/cuddly-suits-agree.md deleted file mode 100644 index a82ac8fd44..0000000000 --- a/.changeset/cuddly-suits-agree.md +++ /dev/null @@ -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: [ - ... - ] -}); -```