Version Packages

This commit is contained in:
github-actions[bot]
2025-04-15 15:36:15 +00:00
parent 2652c6c305
commit 2582af906d
453 changed files with 5647 additions and 1212 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/backend-plugin-api
## 1.3.0
### Minor Changes
- cf4eb13: Added `actor` property to `BackstageUserPrincipal` containing the subject of the last service (if any) who performed authentication on behalf of the user.
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.2
- @backstage/plugin-permission-node@0.9.1
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.8.4
## 1.2.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-plugin-api",
"version": "1.2.1",
"version": "1.3.0",
"description": "Core API used by Backstage backend plugins",
"backstage": {
"role": "node-library"