Version Packages (next)
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 1.6.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 50467bc15b: The number of task workers used to execute templates now default to 3, rather than 1.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-node@1.1.0-next.2
|
||||
- @backstage/backend-plugin-api@0.1.2-next.2
|
||||
- @backstage/catalog-client@1.1.0-next.2
|
||||
- @backstage/catalog-model@1.1.1-next.0
|
||||
- @backstage/config@1.0.2-next.0
|
||||
- @backstage/errors@1.1.1-next.0
|
||||
- @backstage/integration@1.3.1-next.2
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.3
|
||||
- @backstage/backend-common@0.15.1-next.3
|
||||
- @backstage/plugin-scaffolder-common@1.2.0-next.1
|
||||
- @backstage/plugin-auth-node@0.2.5-next.3
|
||||
|
||||
## 1.6.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend",
|
||||
"description": "The Backstage backend plugin that helps you create new things",
|
||||
"version": "1.6.0-next.2",
|
||||
"version": "1.6.0-next.3",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,17 +34,17 @@
|
||||
"build:assets": "node scripts/build-nunjucks.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.2",
|
||||
"@backstage/backend-plugin-api": "^0.1.2-next.1",
|
||||
"@backstage/catalog-client": "^1.0.5-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/integration": "^1.3.1-next.1",
|
||||
"@backstage/plugin-auth-node": "^0.2.5-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.2",
|
||||
"@backstage/plugin-catalog-node": "^1.0.2-next.1",
|
||||
"@backstage/plugin-scaffolder-common": "^1.2.0-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.3",
|
||||
"@backstage/backend-plugin-api": "^0.1.2-next.2",
|
||||
"@backstage/catalog-client": "^1.1.0-next.2",
|
||||
"@backstage/catalog-model": "^1.1.1-next.0",
|
||||
"@backstage/config": "^1.0.2-next.0",
|
||||
"@backstage/errors": "^1.1.1-next.0",
|
||||
"@backstage/integration": "^1.3.1-next.2",
|
||||
"@backstage/plugin-auth-node": "^0.2.5-next.3",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.3",
|
||||
"@backstage/plugin-catalog-node": "^1.1.0-next.2",
|
||||
"@backstage/plugin-scaffolder-common": "^1.2.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@gitbeaker/core": "^35.6.0",
|
||||
"@gitbeaker/node": "^35.1.0",
|
||||
@@ -79,8 +79,8 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.2",
|
||||
"@backstage/cli": "^0.19.0-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.3",
|
||||
"@backstage/cli": "^0.19.0-next.3",
|
||||
"@types/command-exists": "^1.2.0",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
|
||||
Reference in New Issue
Block a user