Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/backend-plugin-api
## 1.9.0
### 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
- 213ebe7: Aligned `.T` behavior between `ExtensionPoint` and `ServiceRef` to consistently return `null` instead of throwing.
- 68c557b: Added stricter type checks in `isDatabaseConflictError`.
- Updated dependencies
- @backstage/errors@1.3.0
- @backstage/plugin-auth-node@0.7.0
- @backstage/cli-common@0.2.1
- @backstage/plugin-permission-node@0.10.12
- @backstage/config@1.3.7
- @backstage/plugin-permission-common@0.9.8
## 1.9.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-plugin-api",
"version": "1.9.0-next.2",
"version": "1.9.0",
"description": "Core API used by Backstage backend plugins",
"backstage": {
"role": "node-library"