Version Packages

This commit is contained in:
github-actions[bot]
2020-12-10 11:25:39 +00:00
parent 9fc45c33f0
commit cf187484bf
143 changed files with 1623 additions and 911 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-techdocs-backend
## 0.3.2
### Patch Changes
- 1e22f8e0b: Unify `dockerode` library and type dependency versions
- Updated dependencies [38e24db00]
- Updated dependencies [e3bd9fc2f]
- Updated dependencies [12bbd748c]
- Updated dependencies [83b6e0c1f]
- Updated dependencies [e3bd9fc2f]
- @backstage/backend-common@0.4.0
- @backstage/config@0.1.2
- @backstage/catalog-model@0.5.0
## 0.3.1
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "0.3.1",
"version": "0.3.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,9 +30,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.3.3",
"@backstage/catalog-model": "^0.4.0",
"@backstage/config": "^0.1.1",
"@backstage/backend-common": "^0.4.0",
"@backstage/catalog-model": "^0.5.0",
"@backstage/config": "^0.1.2",
"@types/dockerode": "^3.2.1",
"@types/express": "^4.17.6",
"command-exists-promise": "^2.0.2",
@@ -49,7 +49,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.4.0",
"@backstage/cli": "^0.4.1",
"supertest": "^4.0.2"
},
"files": [