Version Packages

This commit is contained in:
github-actions[bot]
2025-10-14 15:29:54 +00:00
parent a1e82d634b
commit d6ce2db9ca
470 changed files with 4698 additions and 1065 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/frontend-test-utils
## 0.4.0
### Minor Changes
- c41dd80: **BREAKING**: Removed the `extensions` option from `renderInTestApp`. If you need to pass extensions to the test app, use the new `renderTestApp` utility instead.
### Patch Changes
- Updated dependencies
- @backstage/plugin-app@0.3.1
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/frontend-app-api@0.13.1
- @backstage/test-utils@1.7.12
## 0.3.7-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
"version": "0.3.7-next.1",
"version": "0.4.0",
"backstage": {
"role": "web-library"
},