Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-30 13:38:11 +00:00
parent 4142029b89
commit c70c3dc393
485 changed files with 6948 additions and 249 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-scaffolder-node
## 0.3.0-next.1
### Minor Changes
- 78c100b: Support providing an overriding token for `fetch:template`, `fetch:plain` and `fetch:file` when interacting with upstream integrations
### Patch Changes
- e0e5afe: Add option to configure nunjucks with the `trimBlocks` and `lstripBlocks` options in the fetch:template action
- Updated dependencies
- @backstage/catalog-model@1.4.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.1
- @backstage/backend-common@0.21.0-next.1
- @backstage/integration@1.9.0-next.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-scaffolder-common@1.5.0-next.1
## 0.3.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-node",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
"version": "0.3.0-next.0",
"version": "0.3.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",