Fix CI: add missing toast-forwarder to snapshot and add changesets

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 12:02:00 +01:00
parent e7cf491f44
commit 59752a25d9
3 changed files with 11 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': patch
---
Deprecated `AlertApiForwarder` in favor of the new `ToastApi`. The `AlertApiForwarder` now emits a console warning on first use, guiding developers to migrate to `ToastApi` from `@backstage/frontend-plugin-api`.
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': patch
---
Deprecated `AlertApi`, `AlertMessage`, and `alertApiRef` in favor of the new `ToastApi` from `@backstage/frontend-plugin-api`.
@@ -357,6 +357,7 @@ describe('createApp', () => {
<api:app/dialog out=[core.api.factory] />
<api:app/discovery out=[core.api.factory] />
<api:app/alert out=[core.api.factory] />
<api:app/toast-forwarder out=[core.api.factory] />
<api:app/toast out=[core.api.factory] />
<api:app/analytics out=[core.api.factory] />
<api:app/error out=[core.api.factory] />