Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-28 15:53:09 +00:00
parent 07b7490e79
commit 7295193bb6
119 changed files with 5127 additions and 59 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/frontend-test-utils
## 0.5.3-next.1
### Patch Changes
- fa363f9: Added support for `ExternalRouteRef` in the `mountedRoutes` option of `renderInTestApp` and `renderTestApp`.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/frontend-app-api@0.16.3-next.1
- @backstage/plugin-app@0.4.6-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 0.5.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
"version": "0.5.3-next.0",
"version": "0.5.3-next.1",
"backstage": {
"role": "web-library"
},