Version Packages

This commit is contained in:
github-actions[bot]
2021-03-25 17:46:13 +00:00
parent 078f7dfe69
commit 844da89090
103 changed files with 607 additions and 438 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-techdocs-backend
## 0.7.0
### Minor Changes
- aaeb7ecf3: When newer documentation available but not built, show older documentation while async building newer
TechDocs backend: /sync endpoint added to support above, returns immediate success if docs don't need a build, returns delayed success after build if needed
TechDocs backend: /docs endpoint removed as frontend can directly request to techdocs.storageUrl or /static/docs
## 0.6.5
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "0.6.5",
"version": "0.7.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -46,7 +46,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.6.5",
"@backstage/cli": "^0.6.6",
"supertest": "^4.0.2"
},
"files": [