Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-05-27 14:48:17 +00:00
parent e69e88841e
commit 19f0650b16
310 changed files with 3413 additions and 170 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-techdocs
## 1.13.0-next.0
### Minor Changes
- ec7b35d: Introduced `backstage.io/techdocs-entity-path` annotation which allows deep linking into another entities TechDocs in conjunction with `backstage.io/techdocs-entity`.
### Patch Changes
- 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
- Updated dependencies
- @backstage/frontend-plugin-api@0.10.3-next.0
- @backstage/plugin-techdocs-react@1.3.0-next.0
- @backstage/plugin-techdocs-common@0.1.1-next.0
- @backstage/core-compat-api@0.4.3-next.0
- @backstage/plugin-catalog-react@1.18.1-next.0
- @backstage/plugin-search-react@1.9.1-next.0
- @backstage/integration-react@1.2.7
## 1.12.6
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
"version": "1.12.6",
"version": "1.13.0-next.0",
"description": "The Backstage plugin that renders technical documentation for your components",
"backstage": {
"role": "frontend-plugin",