Version Packages

This commit is contained in:
github-actions[bot]
2026-03-17 21:39:07 +00:00
parent e704c00979
commit 5725b5fcfa
679 changed files with 6785 additions and 2555 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-scaffolder-node
## 0.13.0
### Minor Changes
- e27bd4e: **BREAKING** Removed deprecated `bitbucket` integration from being used in the `parseRepoUrl` function. It will use the `bitbucketCloud` or `bitbucketServer` integrations instead.
### Patch Changes
- cd0ecc5: Added `removeFiles` helper function for staging file removals in Git.
- f598909: Added `scaffolderServiceRef` and `ScaffolderService` interface for backend plugins that need to interact with the scaffolder API using `BackstageCredentials` instead of raw tokens.
- a49a40d: Updated dependency `zod` to `^3.25.76 || ^4.0.0` & migrated to `/v3` or `/v4` imports.
- Updated dependencies
- @backstage/backend-plugin-api@1.8.0
- @backstage/backend-test-utils@1.11.1
- @backstage/integration@2.0.0
- @backstage/plugin-scaffolder-common@2.0.0
- @backstage/plugin-permission-common@0.9.7
- @backstage/catalog-model@1.7.7
## 0.13.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node",
"version": "0.13.0-next.2",
"version": "0.13.0",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "node-library",