Merge branch 'backstage:master' into master

This commit is contained in:
AmbrishRamachandiran
2023-08-03 10:06:45 +05:30
committed by GitHub
519 changed files with 8101 additions and 1646 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-shortcuts
## 0.3.13-next.1
### Patch Changes
- 12a8c94eda8d: Add package repository and homepage metadata
- Updated dependencies
- @backstage/core-components@0.13.4-next.0
- @backstage/core-plugin-api@1.5.3
- @backstage/theme@0.4.1
- @backstage/types@1.1.0
## 0.3.13-next.0
### Patch Changes
+7 -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.13-next.0",
"version": "0.3.13-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -13,6 +13,12 @@
"backstage": {
"role": "frontend-plugin"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/shortcuts"
},
"scripts": {
"build": "backstage-cli package build",
"start": "backstage-cli package start",