Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-28 15:53:09 +00:00
parent 07b7490e79
commit 7295193bb6
119 changed files with 5127 additions and 59 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-scaffolder-backend
## 3.5.0-next.1
### Minor Changes
- 77bee9f: Updated the `list-scaffolder-tasks` action to support the new "status" filter parameter, allowing the action to return tasks matching a specific status.
- 07e08be: Added `always()` and `failure()` status check functions for scaffolder steps. These functions can be used in the if field of a step to control execution after failures. `always()` ensures a step runs regardless of previous step outcomes, while `failure()` runs a step only when a previous step has failed.
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-scaffolder-node@0.13.3-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 3.4.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "3.4.1-next.0",
"version": "3.5.0-next.1",
"description": "The Backstage backend plugin that helps you create new things",
"backstage": {
"role": "backend-plugin",