Version Packages

This commit is contained in:
github-actions[bot]
2021-09-23 10:01:17 +00:00
parent 9314de0b85
commit 6e5b1bda9d
176 changed files with 1482 additions and 801 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-techdocs-backend
## 0.10.3
### Patch Changes
- Updated dependencies
- @backstage/integration@0.6.5
- @backstage/catalog-client@0.4.0
- @backstage/catalog-model@0.9.3
- @backstage/backend-common@0.9.4
- @backstage/config@0.1.10
## 0.10.2
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-backend",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"version": "0.10.2",
"version": "0.10.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,12 +31,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.3",
"@backstage/catalog-client": "^0.3.17",
"@backstage/catalog-model": "^0.9.1",
"@backstage/config": "^0.1.8",
"@backstage/backend-common": "^0.9.4",
"@backstage/catalog-client": "^0.4.0",
"@backstage/catalog-model": "^0.9.3",
"@backstage/config": "^0.1.10",
"@backstage/errors": "^0.1.1",
"@backstage/integration": "^0.6.4",
"@backstage/integration": "^0.6.5",
"@backstage/search-common": "^0.2.0",
"@backstage/techdocs-common": "^0.10.1",
"@types/express": "^4.17.6",
@@ -51,7 +51,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.7.12",
"@backstage/cli": "^0.7.13",
"@backstage/test-utils": "^0.1.17",
"@types/dockerode": "^3.2.1",
"msw": "^0.29.0",