From 2bd44f673b5c669f9b7f3dd3cf021b79eaa52e22 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 24 Dec 2021 10:51:48 +0100 Subject: [PATCH] release shortcuts plugin patch Signed-off-by: Patrik Oldsberg --- .changeset/hip-hounds-remember.md | 5 ----- plugins/shortcuts/CHANGELOG.md | 6 ++++++ plugins/shortcuts/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hip-hounds-remember.md 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",