Merge branch 'master' of github.com:backstage/backstage into improve-error

This commit is contained in:
Brian Fletcher
2023-02-16 13:32:31 +00:00
735 changed files with 11648 additions and 2196 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-techdocs-backend
## 1.5.3
### Patch Changes
- 6f097023fc: Keep the tech docs sync event stream alive even if it is taking a while to build.
- 339d9a5b5c: Added support for using a default `mkdocs.yml` configuration file when none is provided
- Updated dependencies
- @backstage/backend-common@0.18.2
- @backstage/plugin-techdocs-node@1.5.0
- @backstage/catalog-model@1.2.0
- @backstage/catalog-client@1.3.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/plugin-catalog-common@1.0.11
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-search-common@1.2.1
## 1.5.3-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-backend",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"version": "1.5.3-next.2",
"version": "1.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",