Version Packages

This commit is contained in:
github-actions[bot]
2024-08-20 08:56:34 +00:00
parent a0d830645a
commit 2a2c84ba68
538 changed files with 6372 additions and 2322 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-techdocs-backend
## 1.10.10
### Patch Changes
- 69bd940: Use annotation constants from new techdocs-common package.
- 93095ee: Make sure node-fetch is version 2.7.0 or greater
- b77fbf4: Added back `type: 'local'` to TechDocs config schema for `publisher`
- a16632c: Update configuration schema to match actual behavior
- Updated dependencies
- @backstage/backend-plugin-api@0.8.0
- @backstage/backend-common@0.24.0
- @backstage/plugin-techdocs-node@1.12.9
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-search-backend-module-techdocs@0.2.0
- @backstage/integration@1.14.0
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/catalog-model@1.6.0
- @backstage/catalog-client@1.6.6
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.0.26
## 1.10.10-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "1.10.10-next.3",
"version": "1.10.10",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",