Add changesets for API conflict error behavior

Added changesets documenting that API factory conflicts are now treated
as errors that block app startup, reverting the previous warning behavior.

Signed-off-by: Patrik Oldsberg <patriko@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-29 13:58:21 +01:00
parent c47d2efd3f
commit 55b2ef6138
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-defaults': minor
---
**BREAKING**: The `API_FACTORY_CONFLICT` warning is now treated as an error and will prevent the app from starting.
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': minor
---
**BREAKING**: Updated the behavior of the new API override logic to reject the override and block app startup instead of just logging a deprecation warning.