diff --git a/.changeset/famous-books-matter.md b/.changeset/famous-books-matter.md new file mode 100644 index 0000000000..550bfecf0b --- /dev/null +++ b/.changeset/famous-books-matter.md @@ -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.