Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-03 14:16:49 +00:00
parent 8211dc0f70
commit db0d171511
181 changed files with 3284 additions and 92 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/frontend-test-utils
## 0.5.1-next.1
### Patch Changes
- 479282f: Fixed type inference of `TestApiPair` when using tuple syntax by wrapping `MockWithApiFactory` in `NoInfer`.
- Updated dependencies
- @backstage/plugin-app@0.4.1-next.1
- @backstage/config@1.3.6
- @backstage/core-app-api@1.19.6-next.0
- @backstage/core-plugin-api@1.12.4-next.0
- @backstage/frontend-app-api@0.15.1-next.0
- @backstage/frontend-plugin-api@0.14.2-next.0
- @backstage/test-utils@1.7.16-next.0
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.12
- @backstage/plugin-app-react@0.2.1-next.0
- @backstage/plugin-permission-common@0.9.6
- @backstage/plugin-permission-react@0.4.41-next.0
## 0.5.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
"version": "0.5.1-next.0",
"version": "0.5.1-next.1",
"backstage": {
"role": "web-library"
},