Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-24 14:54:00 +00:00
parent e0209029d6
commit c1b510cabb
387 changed files with 5099 additions and 194 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/plugin-techdocs
## 1.17.3-next.0
### Patch Changes
- dc3cc87: Migrated the TechDocs alpha plugin pages to use BUI components. The index page and reader page now use BUI `Header` and `Container` instead of legacy `Page`/`Content`/`ContentHeader` wrappers. Added a `SupportButton` as a plugin header action. Changed plugin title to "Documentation" and icon to `RiArticleLine`.
- Updated dependencies
- @backstage/ui@0.14.0-next.0
- @backstage/plugin-catalog-react@2.1.1-next.0
- @backstage/core-components@0.18.9-next.0
- @backstage/frontend-plugin-api@0.15.2-next.0
- @backstage/integration-react@1.2.17-next.0
- @backstage/plugin-auth-react@0.1.26-next.0
- @backstage/plugin-search-react@1.11.1-next.0
- @backstage/plugin-techdocs-react@1.3.10-next.0
- @backstage/core-plugin-api@1.12.5-next.0
- @backstage/catalog-client@1.14.0
- @backstage/catalog-model@1.7.7
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/integration@2.0.0
- @backstage/theme@0.7.2
- @backstage/plugin-search-common@1.2.22
- @backstage/plugin-techdocs-common@0.1.1
## 1.17.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
"version": "1.17.1",
"version": "1.17.3-next.0",
"description": "The Backstage plugin that renders technical documentation for your components",
"backstage": {
"role": "frontend-plugin",