Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-08-05 13:45:29 +00:00
parent cd0fff26fa
commit 1e8a013c67
70 changed files with 1505 additions and 34 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/plugin-techdocs-backend
## 2.0.5-next.1
### Patch Changes
- 484e500: Updated CachedEntityLoader to use BackstageCredentials instead of raw tokens for cache key generation. It now uses principal-based identification (user entity ref for users, subject for services) instead of token-based keys, providing more consistent caching behavior.
- Updated dependencies
- @backstage/backend-defaults@0.11.2-next.0
- @backstage/backend-plugin-api@1.4.2-next.0
- @backstage/catalog-client@1.11.0-next.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/errors@1.2.7
- @backstage/integration@1.17.1
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-node@1.18.0-next.0
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-search-backend-module-techdocs@0.4.5-next.0
- @backstage/plugin-techdocs-common@0.1.1
- @backstage/plugin-techdocs-node@1.13.6-next.0
## 2.0.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "2.0.5-next.0",
"version": "2.0.5-next.1",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",