Version Packages

This commit is contained in:
github-actions[bot]
2024-06-18 12:37:38 +00:00
parent a0013c33e3
commit 18a40424cb
519 changed files with 9008 additions and 2096 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-techdocs-backend
## 1.10.6
### Patch Changes
- e64bfb2: Allow defining custom build log transport for techdocs builder
- 8869b8e: Updated local development setup.
- 78a0b08: Internal refactor to handle `BackendFeature` contract change.
- 2110d76: Removed `dockerode` dependency.
- d44a20a: Added additional plugin metadata to `package.json`.
- Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-techdocs-node@1.12.5
- @backstage/integration@1.12.0
- @backstage/plugin-search-backend-module-techdocs@0.1.24
- @backstage/plugin-permission-common@0.7.14
- @backstage/plugin-catalog-common@1.0.24
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
## 1.10.6-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "1.10.6-next.3",
"version": "1.10.6",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",