chore: split up changeset

Signed-off-by: benjdlambert <ben@blam.sh>

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-03-04 16:25:15 +01:00
parent e279c30b70
commit 36677bb776
3 changed files with 10 additions and 2 deletions
-2
View File
@@ -1,7 +1,5 @@
---
'@backstage/plugin-scaffolder-node': minor
'@backstage/plugin-scaffolder-backend': minor
'@backstage/plugin-scaffolder-node-test-utils': minor
---
**DEPRECATION**: We've deprecated the old way of defining actions using `createTemplateAction` with raw `JSONSchema` and type parameters, as well as using `zod` through an import. You can now use the new format to define `createTemplateActions` with `zod` provided by the framework. This change also removes support for `logStream` in the `context` as well as moving the `logger` to an instance of `LoggerService`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-node-test-utils': minor
---
Use update `createTemplateAction` kinds
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Support new `createTemplateAction` type, and convert `catalog:fetch` action to new way of defining actions.