Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-08-06 13:15:32 +00:00
parent dbeb90ff09
commit 120319d2b5
305 changed files with 4584 additions and 152 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/plugin-techdocs
## 1.10.8-next.2
### Patch Changes
- 67e76f2: TechDocs now supports the `mkdocs-redirects` plugin. Redirects defined using the `mkdocs-redirect` plugin will be handled automatically in TechDocs. Redirecting to external urls is not supported. In the case that an external redirect url is provided, TechDocs will redirect to the current documentation site home.
- bdc5471: Fixed issue where header styles were incorrectly generated when themes used CSS variables to define font size.
- Updated dependencies
- @backstage/frontend-plugin-api@0.7.0-next.2
- @backstage/core-compat-api@0.2.8-next.2
- @backstage/plugin-search-common@1.2.14-next.1
- @backstage/plugin-search-react@1.7.14-next.2
- @backstage/plugin-catalog-react@1.12.3-next.2
- @backstage/integration@1.14.0-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/integration-react@1.1.30-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-auth-react@0.1.5-next.0
- @backstage/plugin-techdocs-common@0.1.0-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
## 1.10.8-next.1
### Patch Changes