Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-07 15:30:58 +00:00
parent b4a187502b
commit 6c10d88c13
346 changed files with 4505 additions and 173 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-app
## 0.4.3-next.2
### Patch Changes
- 9244b70: The default auth implementation now checks for a `logoutUrl` in the logout response body. If the auth provider returns one (e.g. Auth0 federated logout), the browser is redirected to that URL to clear the provider's session cookies. This is backward compatible — providers that return an empty response are unaffected.
- Updated dependencies
- @backstage/ui@0.14.0-next.2
- @backstage/theme@0.7.3-next.0
- @backstage/core-components@0.18.9-next.1
- @backstage/core-plugin-api@1.12.5-next.2
- @backstage/filter-predicates@0.1.2-next.0
- @backstage/frontend-plugin-api@0.16.0-next.2
- @backstage/integration-react@1.2.17-next.1
- @backstage/plugin-permission-react@0.4.42-next.1
## 0.4.3-next.1
### Patch Changes