diff --git a/.changeset/hip-hounds-remember.md b/.changeset/hip-hounds-remember.md deleted file mode 100644 index c600c88b3f..0000000000 --- a/.changeset/hip-hounds-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-shortcuts': patch ---- - -Properly read saved shortcuts from StorageApi diff --git a/plugins/shortcuts/CHANGELOG.md b/plugins/shortcuts/CHANGELOG.md index 0c53f9c03b..2b212c06ff 100644 --- a/plugins/shortcuts/CHANGELOG.md +++ b/plugins/shortcuts/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage/plugin-shortcuts +## 0.1.17 + +### Patch Changes + +- b50cbd047b: Properly read saved shortcuts from StorageApi + ## 0.1.16 ### Patch Changes diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json index e042972d44..17c9328a92 100644 --- a/plugins/shortcuts/package.json +++ b/plugins/shortcuts/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-shortcuts", "description": "A Backstage plugin that provides a shortcuts feature to the sidebar", - "version": "0.1.16", + "version": "0.1.17", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",