Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-31 15:30:51 +00:00
parent 292b6431a2
commit a2cb332e25
334 changed files with 3572 additions and 167 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-plugin-api
## 1.9.0-next.1
### Minor Changes
- 4559806: Added support for typed `examples` on actions registered via the actions registry. Action authors can now provide examples with compile-time-checked `input` and `output` values that match their schema definitions.
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.0-next.1
- @backstage/plugin-permission-node@0.10.12-next.1
## 1.8.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-plugin-api",
"version": "1.8.1-next.0",
"version": "1.9.0-next.1",
"description": "Core API used by Backstage backend plugins",
"backstage": {
"role": "node-library"