release shortcuts plugin patch

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-12-24 10:51:48 +01:00
parent 78b8229f93
commit 2bd44f673b
3 changed files with 7 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-shortcuts': patch
---
Properly read saved shortcuts from StorageApi
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-shortcuts
## 0.1.17
### Patch Changes
- b50cbd047b: Properly read saved shortcuts from StorageApi
## 0.1.16
### Patch Changes
+1 -1
View File
@@ -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",