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
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-techdocs-node
## 1.12.5
### Patch Changes
- e64bfb2: Allow defining custom build log transport for techdocs builder
- 48c38f0: `TechdocsGenerator` won't require a `containerRunner` option anymore for generating TechDocs in docker.
- d44a20a: Added additional plugin metadata to `package.json`.
- 5db7536: Updated `getRepoUrlFromLocationAnnotation` to check for Harness SCM integration
- Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/integration@1.12.0
- @backstage/plugin-search-common@1.2.12
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
## 1.12.5-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-node",
"version": "1.12.5-next.3",
"version": "1.12.5",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"backstage": {
"role": "node-library",