Version Packages

This commit is contained in:
github-actions[bot]
2025-08-19 13:01:39 +00:00
parent 2974f7f52b
commit b93a3471c2
489 changed files with 4672 additions and 1646 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-techdocs-backend
## 2.0.5
### 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.12.0
- @backstage/catalog-client@1.11.0
- @backstage/plugin-catalog-node@1.18.0
- @backstage/backend-plugin-api@1.4.2
- @backstage/plugin-search-backend-module-techdocs@0.4.5
- @backstage/plugin-techdocs-node@1.13.6
## 2.0.5-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "2.0.5-next.1",
"version": "2.0.5",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",