Version Packages
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-rollbar-backend
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch 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.
|
||||
|
||||
- Updated dependencies [d367f63b5]
|
||||
- Updated dependencies [b42531cfe]
|
||||
- @backstage/backend-common@0.6.3
|
||||
|
||||
## 0.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-rollbar-backend",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,7 +30,7 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.6.0",
|
||||
"@backstage/backend-common": "^0.6.3",
|
||||
"@backstage/config": "^0.1.4",
|
||||
"@types/express": "^4.17.6",
|
||||
"axios": "^0.21.1",
|
||||
@@ -47,7 +47,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.6.5",
|
||||
"@backstage/cli": "^0.6.9",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user