Version Packages

This commit is contained in:
github-actions[bot]
2024-06-18 12:37:38 +00:00
parent a0013c33e3
commit 18a40424cb
519 changed files with 9008 additions and 2096 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-scaffolder-common
## 1.5.3
### Patch Changes
- d44a20a: Added additional plugin metadata to `package.json`.
- bcec60f: added the following new permissions to the scaffolder backend endpoints:
- `scaffolder.task.create`
- `scaffolder.task.cancel`
- `scaffolder.task.read`
- Updated dependencies
- @backstage/plugin-permission-common@0.7.14
- @backstage/catalog-model@1.5.0
- @backstage/types@1.1.1
## 1.5.3-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-common",
"version": "1.5.3-next.1",
"version": "1.5.3",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
"backstage": {
"role": "common-library",