changesets: add and update changesets for appModulePublicSignIn

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-08-01 10:20:38 +02:00
parent 3ee992dcb9
commit a08f95fe6f
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
---
'@backstage/frontend-defaults': minor
'@backstage/frontend-defaults': patch
---
**BREAKING**: Moved `createPublicSignInApp` to the `/alpha` sub-path export.
Deprecated `createPublicSignInApp`, which has been replaced by the new `appModulePublicSignIn` from `@backstage/plugin-app/alpha` instead.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app': patch
---
Added a new module for implementing public sign-in apps, exported as `appModulePublicSignIn` via the `/alpha` sub-path export. This replaces the `createPublicSignInApp` export from `@backstage/frontend-defaults`, which is now deprecated.