Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-12-24 10:07:58 +00:00
parent 5a5313b50e
commit 2e3fbc11c2
241 changed files with 3406 additions and 130 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder-node
## 0.6.3-next.0
### Patch Changes
- 5d9e5c8: Added the ability to use `${{ context.task.id }}` in nunjucks templating, as well as `ctx.task.id` in actions to get the current task ID.
- 7dd0013: Deprecate the `logStream` option in `executeShellCommand`, replacing it with a logger instance.
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/types@1.2.0
- @backstage/plugin-scaffolder-common@1.5.8
## 0.6.2
### Patch Changes