Version Packages

This commit is contained in:
github-actions[bot]
2021-09-16 11:41:51 +00:00
parent 14ebe91454
commit fff5c48429
152 changed files with 1040 additions and 614 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-techdocs-backend
## 0.10.2
### Patch Changes
- 1d346ba903: Modify TechDocsCollator to be aware of new TechDocs URL pattern. Modify tech docs in context search to use correct casing when creating initial filter.
- Updated dependencies
- @backstage/backend-common@0.9.3
- @backstage/integration@0.6.4
- @backstage/techdocs-common@0.10.1
## 0.10.1
### Patch Changes
+5 -5
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.1",
"version": "0.10.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,14 +31,14 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.1",
"@backstage/backend-common": "^0.9.3",
"@backstage/catalog-client": "^0.3.17",
"@backstage/catalog-model": "^0.9.1",
"@backstage/config": "^0.1.8",
"@backstage/errors": "^0.1.1",
"@backstage/integration": "^0.6.3",
"@backstage/integration": "^0.6.4",
"@backstage/search-common": "^0.2.0",
"@backstage/techdocs-common": "^0.10.0",
"@backstage/techdocs-common": "^0.10.1",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"dockerode": "^3.2.1",
@@ -51,7 +51,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/cli": "^0.7.12",
"@backstage/test-utils": "^0.1.17",
"@types/dockerode": "^3.2.1",
"msw": "^0.29.0",