From 4a1c93a78ab5165ec15a1931f9892a8d3a5a3b41 Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Tue, 22 Jun 2021 15:40:35 +0200 Subject: [PATCH] Adjust changeset to updated PR Signed-off-by: Philipp Hugenroth --- .changeset/fair-knives-relax.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/fair-knives-relax.md b/.changeset/fair-knives-relax.md index 165793b229..bc1357d841 100644 --- a/.changeset/fair-knives-relax.md +++ b/.changeset/fair-knives-relax.md @@ -1,6 +1,5 @@ --- -'@backstage/core': patch -'@backstage/core-api': patch +'@backstage/core-app-api': patch --- Introducing new UnhandledErrorForwarder installed by default. For catching unhandled promise rejections, you can override the API to align with general error handling.