Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-10 17:34:12 +00:00
parent 1097f68579
commit ed7c4e3bef
325 changed files with 3870 additions and 162 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend
## 0.27.1-next.2
### Patch Changes
- d0f4cd2: Added optional client metadata document endpoint at `/.well-known/oauth-client/cli.json` relative to the auth backend base URL for CLI authentication. Enabled when `auth.experimentalClientIdMetadataDocuments.enabled` is set to `true`.
- Updated dependencies
- @backstage/backend-plugin-api@1.8.0-next.1
- @backstage/plugin-auth-node@0.6.14-next.2
- @backstage/plugin-catalog-node@2.1.0-next.2
## 0.27.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.27.1-next.1",
"version": "0.27.1-next.2",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",