Version Packages

This commit is contained in:
github-actions[bot]
2024-10-15 10:25:03 +00:00
parent 56f656343d
commit a9c095d0be
496 changed files with 5648 additions and 1902 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/plugin-techdocs-backend
## 1.11.0
### Minor Changes
- 3109c24: The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import.
### Patch Changes
- 094eaa3: Remove references to in-repo backend-common
- fbdc631: Allow to pass StorageOptions to GCS Publisher
- Updated dependencies
- @backstage/plugin-search-backend-module-techdocs@0.3.0
- @backstage/plugin-catalog-node@1.13.1
- @backstage/plugin-techdocs-node@1.12.12
- @backstage/integration@1.15.1
- @backstage/catalog-client@1.7.1
- @backstage/backend-plugin-api@1.0.1
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-catalog-common@1.1.0
- @backstage/plugin-permission-common@0.8.1
- @backstage/plugin-techdocs-common@0.1.0
## 1.10.14-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "1.10.14-next.2",
"version": "1.11.0",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",