chore: updating changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-27 16:14:28 +02:00
parent 860f6e7a3f
commit c816e2d35a
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/frontend-plugin-api': patch
---
Added `createFrontendModule` as a replacement for `createExtensionOverrides`, which is now deprecated.
Deprecated the `BackstagePlugin` type in favor of `FrontendPlugin`.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/frontend-app-api': patch
'@backstage/core-compat-api': patch
---
Added support for new `FrontendPlugin` and `FrontendModule` types.