From 7d11560c44549ebeee1980282eb1f6ac7e0b4191 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 6 Dec 2022 13:38:35 +0100 Subject: [PATCH] Update .changeset/chilled-ladybugs-cough.md Signed-off-by: Patrik Oldsberg --- .changeset/chilled-ladybugs-cough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/chilled-ladybugs-cough.md b/.changeset/chilled-ladybugs-cough.md index fd5e3f02b0..95a86e97c6 100644 --- a/.changeset/chilled-ladybugs-cough.md +++ b/.changeset/chilled-ladybugs-cough.md @@ -1,5 +1,5 @@ --- -'@backstage/core-plugin-api': patch +'@backstage/core-plugin-api': minor --- Added a new `display` property to the `AlertMessage` which can accept the values `permanent` or `transient`.