Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-01-27 15:51:11 +00:00
parent 35c5b64344
commit d4b85dddee
387 changed files with 5533 additions and 194 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/plugin-techdocs
## 1.16.3-next.0
### Patch Changes
- 9e29545: Improve sidebars (nav/TOC) layout and scrolling
- 22dce2b: TechDocs addons in the new frontend system now use a Utility API pattern instead of multiple attachment points. The `AddonBlueprint` now uses this new approach, and while addons created with older versions still work, they will produce a deprecation warning and will stop working in a future release.
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.6-next.0
- @backstage/core-components@0.18.6-next.0
- @backstage/plugin-search-common@1.2.22-next.0
- @backstage/integration@1.19.3-next.0
- @backstage/frontend-plugin-api@0.14.0-next.0
- @backstage/core-plugin-api@1.12.2-next.0
- @backstage/plugin-techdocs-react@1.3.8-next.0
- @backstage/plugin-search-react@1.10.3-next.0
- @backstage/catalog-client@1.12.1
- @backstage/catalog-model@1.7.6
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/integration-react@1.2.15-next.0
- @backstage/theme@0.7.1
- @backstage/plugin-auth-react@0.1.24-next.0
- @backstage/plugin-techdocs-common@0.1.1
## 1.16.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
"version": "1.16.2",
"version": "1.16.3-next.0",
"description": "The Backstage plugin that renders technical documentation for your components",
"backstage": {
"role": "frontend-plugin",