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-test-utils
## 1.11.2-next.1
### Patch 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.
- Updated dependencies
- @backstage/backend-plugin-api@1.9.0-next.1
- @backstage/backend-defaults@0.16.1-next.1
- @backstage/plugin-auth-node@0.7.0-next.1
- @backstage/backend-app-api@1.6.1-next.1
- @backstage/plugin-events-node@0.4.21-next.1
## 1.11.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.11.2-next.0",
"version": "1.11.2-next.1",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"