changesets: added changeset for legacyPlugin wrapper

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-11 13:24:39 +01:00
parent cdabd4eefb
commit 31e2309c8c
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Added `legacyPlugin` and the lower level `makeLegacyPlugin` wrappers that convert legacy plugins to the new backend system. This will be used to ease the future migration to the new backend system, but we discourage use of it for now.