Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-05-12 18:28:01 +00:00
parent add5d1ace7
commit 42a2f56e61
65 changed files with 939 additions and 32 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/plugin-scaffolder-backend
## 4.0.0-next.2
### Major Changes
- c78b3b6: Add explicit memory management to SecureTemplater usage
### Minor Changes
- 8006acf: The template parameter schema response now exposes a `formDecorators` field
instead of `EXPERIMENTAL_formDecorators`. Templates that still declare
`spec.EXPERIMENTAL_formDecorators` are read transparently and surfaced under
the new field.
### Patch Changes
- 1ecc3ca: Fixed spelling mistakes in internal code
- Updated dependencies
- @backstage/backend-plugin-api@1.9.1-next.1
- @backstage/plugin-scaffolder-common@2.2.0-next.1
- @backstage/plugin-scaffolder-node@0.13.3-next.2
## 3.5.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "3.5.0-next.1",
"version": "4.0.0-next.2",
"description": "The Backstage backend plugin that helps you create new things",
"backstage": {
"role": "backend-plugin",