diff --git a/.changeset/rollup-fix-forward.md b/.changeset/rollup-fix-forward.md new file mode 100644 index 0000000000..681812a134 --- /dev/null +++ b/.changeset/rollup-fix-forward.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Update `rollup` to avoid issues with build output when running `backstage-cli package build`. diff --git a/.changeset/rollup-release-borked-packages.md b/.changeset/rollup-release-borked-packages.md new file mode 100644 index 0000000000..f13d7d2de7 --- /dev/null +++ b/.changeset/rollup-release-borked-packages.md @@ -0,0 +1,12 @@ +--- +'@backstage/cli': patch +'@backstage/frontend-plugin-api': patch +'@backstage/repo-tools': patch +'@backstage/theme': patch +'@backstage/plugin-app': patch +'@backstage/plugin-catalog-backend-module-ldap': patch +'@backstage/plugin-scaffolder-backend-module-bitbucket': patch +'@backstage/plugin-techdocs-node': patch +--- + +Fixed a bug that caused missing code in published packages.