Version Packages

This commit is contained in:
github-actions[bot]
2023-04-18 12:36:06 +00:00
parent 9989092450
commit 6141c31839
574 changed files with 6530 additions and 1960 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-techdocs-backend
## 1.6.1
### Patch Changes
- 01ae205352e: Collator factories instantiated in new backend system modules and now marked as deprecated. Will be continued to be exported publicly until the new backend system is fully rolled out.
- Updated dependencies
- @backstage/backend-common@0.18.4
- @backstage/catalog-client@1.4.1
- @backstage/plugin-techdocs-node@1.7.0
- @backstage/plugin-permission-common@0.7.5
- @backstage/catalog-model@1.3.0
- @backstage/plugin-search-backend-module-techdocs@0.1.0
- @backstage/integration@1.4.4
- @backstage/backend-plugin-api@0.5.1
- @backstage/config@1.0.7
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-common@1.0.13
- @backstage/plugin-search-common@1.2.3
## 1.6.1-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-backend",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"version": "1.6.1-next.3",
"version": "1.6.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",