Version Packages

This commit is contained in:
github-actions[bot]
2021-07-01 09:06:13 +00:00
parent ba69dca530
commit 6e937b9fa6
118 changed files with 611 additions and 480 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-techdocs-backend
## 0.8.5
### Patch Changes
- b47fc34bc: Update "service catalog" references to "software catalog"
- Updated dependencies
- @backstage/backend-common@0.8.4
- @backstage/techdocs-common@0.6.6
## 0.8.4
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "0.8.4",
"version": "0.8.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,11 +30,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.8.3",
"@backstage/backend-common": "^0.8.4",
"@backstage/catalog-model": "^0.8.4",
"@backstage/config": "^0.1.5",
"@backstage/errors": "^0.1.1",
"@backstage/techdocs-common": "^0.6.5",
"@backstage/techdocs-common": "^0.6.6",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"dockerode": "^3.2.1",
@@ -45,7 +45,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.7.2",
"@backstage/cli": "^0.7.3",
"@types/dockerode": "^3.2.1",
"supertest": "^6.1.3"
},