Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-03-28 16:01:25 +00:00
parent 8e18b941a8
commit e32dc5e79d
394 changed files with 5536 additions and 205 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-common
## 1.2.7-next.1
### Patch Changes
- 65e989f4018: Added permissions for authorizing parameters and steps
- 65e989f4018: Define optional `backstage:permissions` property to parameters and steps used to authorize part of the template using the permission framework
- Updated dependencies
- @backstage/plugin-permission-common@0.7.5-next.0
- @backstage/catalog-model@1.2.1
- @backstage/types@1.0.2
## 1.2.7-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-common",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
"version": "1.2.7-next.0",
"version": "1.2.7-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",