Skip to content

v0.55.1

Compare
Choose a tag to compare
@backstage-service backstage-service released this 19 Nov 00:02
· 35261 commits to master since this release
db8d694

The only change in this release is a fix for the accidental breakage of the createApp from @backstage/core-app-api. The previous release brought in the deprecation of createApp from @backstage/core-app-api in favor of the one from @backstage/app-defaults. The intention was to keep the existing deprecated function intact, but it mistakenly received changes to both the parameters and return type which have now been reverted.