Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-08-05 13:45:29 +00:00
parent cd0fff26fa
commit 1e8a013c67
70 changed files with 1505 additions and 34 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/frontend-defaults
## 0.3.0-next.2
### Minor Changes
- 76832a9: **BREAKING**: Removed the deprecated `CreateAppFeatureLoader` and support for it in other APIs. Switch existing usage to use the newer `createFrontendFeatureLoader` from `@backstage/frontend-plugin-api` instead.
### Patch Changes
- 22de964: Deprecated `createPublicSignInApp`, which has been replaced by the new `appModulePublicSignIn` from `@backstage/plugin-app/alpha` instead.
- e4ddf22: Internal update to align with new blueprint parameter naming in the new frontend system.
- Updated dependencies
- @backstage/frontend-plugin-api@0.11.0-next.1
- @backstage/frontend-app-api@0.12.0-next.2
- @backstage/plugin-app@0.2.0-next.1
- @backstage/config@1.3.3
- @backstage/errors@1.2.7
## 0.2.5-next.1
### Patch Changes