Version Packages
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user