Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-01-27 15:51:11 +00:00
parent 35c5b64344
commit d4b85dddee
387 changed files with 5533 additions and 194 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/frontend-test-utils
## 0.4.5-next.0
### Patch Changes
- d7dd5bd: Fixed Router deprecation warning and switched to using new `RouterBlueprint` from `@backstage/plugin-app-api`.
- 69d880e: Bump to latest zod to ensure it has the latest features
- Updated dependencies
- @backstage/frontend-app-api@0.14.1-next.0
- @backstage/frontend-plugin-api@0.14.0-next.0
- @backstage/plugin-app@0.4.0-next.0
- @backstage/plugin-app-react@0.1.1-next.0
- @backstage/config@1.3.6
- @backstage/test-utils@1.7.15-next.0
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.11
## 0.4.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
"version": "0.4.3",
"version": "0.4.5-next.0",
"backstage": {
"role": "web-library"
},