Version Packages (next)
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-techdocs
|
||||
|
||||
## 1.7.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e44f45ac4515: This change allows a new annotation of `backstage.io/techdocs-entity` this ref allows you to reference another entity for its TechDocs. This allows you have a single TechDoc for all items in a system, for example you might have a frontend and a backend in the same repo. This would allow you to have TechDocs build under a `System` entity while referencing the system e.g.: `backstage.io/techdocs-entity: system:default/example` that will show the systems docs in both the TechDocs button and the TechDocs tab without needing to do duplicate builds and filling the TechDocs page with garbage.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8cec7664e146: Removed `@types/node` dependency
|
||||
- Updated dependencies
|
||||
- @backstage/integration-react@1.1.19-next.2
|
||||
- @backstage/core-components@0.13.5-next.2
|
||||
- @backstage/core-plugin-api@1.6.0-next.2
|
||||
- @backstage/config@1.1.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.4-next.2
|
||||
- @backstage/plugin-search-react@1.7.0-next.2
|
||||
- @backstage/plugin-techdocs-react@1.1.10-next.2
|
||||
- @backstage/integration@1.7.0-next.2
|
||||
- @backstage/catalog-model@1.4.2-next.1
|
||||
- @backstage/errors@1.2.1
|
||||
- @backstage/theme@0.4.1
|
||||
- @backstage/plugin-search-common@1.2.6-next.1
|
||||
|
||||
## 1.6.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-techdocs",
|
||||
"description": "The Backstage plugin that renders technical documentation for your components",
|
||||
"version": "1.6.9-next.1",
|
||||
"version": "1.7.0-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user