docs(changeset): add patch changeset

Signed-off-by: Alec Jacobs <cajacobs5401@gmail.com>
This commit is contained in:
Alec Jacobs
2023-03-13 09:34:20 -07:00
parent e6ac8e69b5
commit 7c38e565d1
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-shortcuts': patch
---
Fixed bug in LocalStoredShortcuts client where adding new Shortcut results in replacing entire shortcut list.
Refactored LocalStoredShortcuts client to listen to `storageApi` updates to ensure that local state is always up to date.