Version Packages

This commit is contained in:
github-actions[bot]
2022-01-27 11:07:27 +00:00
parent c46a99b045
commit 406848efee
195 changed files with 987 additions and 865 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/backend-common
## 0.10.5
### Patch Changes
- de9d7eba63: Fixed configuration schema incorrectly declaring `backend.listen.address` to exist, rather than `backend.listen.host`, which is the correct key.
## 0.10.4
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.10.4",
"version": "0.10.5",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -81,7 +81,7 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.12.0",
"@backstage/cli": "^0.13.0",
"@backstage/test-utils": "^0.2.3",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",