Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-11-07 09:43:56 +00:00
parent 49cfeaaec8
commit 8a9f0ce86b
417 changed files with 4565 additions and 208 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-shortcuts
## 0.3.16-next.2
### Patch Changes
- [#20990](https://github.com/backstage/backstage/pull/20990) [`55725922a5`](https://github.com/backstage/backstage/commit/55725922a5d149ed6a5bb0d5976ec3130b14dd96) Thanks [@freben](https://github.com/freben)! - Ensure that shortcuts aren't duplicate-checked against themselves
- Updated dependencies
- @backstage/core-components@0.13.8-next.2
## 0.3.16-next.1
### 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.3.16-next.1",
"version": "0.3.16-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",