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
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-techdocs-react
## 1.3.8-next.0
### Patch Changes
- 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.
As part of this change, the `techDocsAddonDataRef` alpha export was removed.
- Updated dependencies
- @backstage/core-components@0.18.6-next.0
- @backstage/frontend-plugin-api@0.14.0-next.0
- @backstage/core-plugin-api@1.12.2-next.0
- @backstage/catalog-model@1.7.6
- @backstage/config@1.3.6
- @backstage/version-bridge@1.0.11
- @backstage/plugin-techdocs-common@0.1.1
## 1.3.7
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-react",
"version": "1.3.7",
"version": "1.3.8-next.0",
"description": "Shared frontend utilities for TechDocs and Addons",
"backstage": {
"role": "web-library",