Version Packages

This commit is contained in:
github-actions[bot]
2024-10-15 10:25:03 +00:00
parent 56f656343d
commit a9c095d0be
496 changed files with 5648 additions and 1902 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-scaffolder-node
## 0.5.0
### Minor Changes
- 3ec4e6d: Added pagination support for listing of tasks and the ability to filter on several users and task statuses.
### Patch Changes
- 094eaa3: Remove references to in-repo backend-common
- 11e0752: Make it possible to manually retry the scaffolder template from the step it failed
- d7a736c: Use `branch` function instead of `checkout` function when creating branch
- Updated dependencies
- @backstage/integration@1.15.1
- @backstage/backend-plugin-api@1.0.1
- @backstage/catalog-model@1.7.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-common@1.5.6
## 0.5.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node",
"version": "0.5.0-next.2",
"version": "0.5.0",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "node-library",