diff --git a/.changeset/gentle-games-count.md b/.changeset/gentle-games-count.md deleted file mode 100644 index 99f62a4506..0000000000 --- a/.changeset/gentle-games-count.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@backstage/app-defaults': patch ---- - -Updated usage of the `BackstagePlugin` type. - -``` -myPlugin.__experimentalReconfigure({ -... -}); -``` diff --git a/.changeset/hungry-hotels-flow.md b/.changeset/hungry-hotels-flow.md deleted file mode 100644 index 0fef92bd90..0000000000 --- a/.changeset/hungry-hotels-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@backstage/core-app-api': patch ---- - -Introduced an extra parameter in BackstagePlugin. -This optional parameter is responsible for providing a type for input options for the plugin.