Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-05-27 14:48:17 +00:00
parent e69e88841e
commit 19f0650b16
310 changed files with 3413 additions and 170 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-plugin-api
## 1.4.0-next.0
### Minor Changes
- 664c07a: Added `coreServices.actionsRegistry` and `coreServices.actions` to allow registration of distributed actions from plugins, and the ability to invoke these actions
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.4-next.0
- @backstage/plugin-permission-node@0.10.1-next.0
## 1.3.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-plugin-api",
"version": "1.3.1",
"version": "1.4.0-next.0",
"description": "Core API used by Backstage backend plugins",
"backstage": {
"role": "node-library"