Version Packages
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 0.10.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 49574a8a3: Fix some `spleling`.
|
||||
|
||||
The `scaffolder-backend` has a configuration schema change that may be breaking
|
||||
in rare circumstances. Due to a typo in the schema, the
|
||||
`scaffolder.github.visibility`, `scaffolder.gitlab.visibility`, and
|
||||
`scaffolder.bitbucket.visibility` did not get proper validation that the value
|
||||
is one of the supported strings (`public`, `internal` (not available for
|
||||
Bitbucket), and `private`). If you had a value that was not one of these three,
|
||||
you may have to adjust your config.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 84c54474d: Forward user token to scaffolder task for subsequent api requests
|
||||
- Updated dependencies [d367f63b5]
|
||||
- Updated dependencies [b42531cfe]
|
||||
- @backstage/backend-common@0.6.3
|
||||
|
||||
## 0.9.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend",
|
||||
"version": "0.9.6",
|
||||
"version": "0.10.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -29,7 +29,7 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.6.2",
|
||||
"@backstage/backend-common": "^0.6.3",
|
||||
"@backstage/catalog-client": "^0.3.10",
|
||||
"@backstage/catalog-model": "^0.7.7",
|
||||
"@backstage/config": "^0.1.4",
|
||||
@@ -67,7 +67,7 @@
|
||||
"yaml": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.6.8",
|
||||
"@backstage/cli": "^0.6.9",
|
||||
"@backstage/test-utils": "^0.1.10",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/mock-fs": "^4.13.0",
|
||||
|
||||
Reference in New Issue
Block a user