Version Packages

This commit is contained in:
github-actions[bot]
2023-06-20 13:54:09 +00:00
parent 91fd39cd7e
commit bc0c4bc64c
575 changed files with 6299 additions and 1817 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/test-utils
## 1.4.0
### Minor Changes
- 1fd38bc4141a: Test App Wrapper is now using `UnifiedThemeProvider` for supporting MUI v5 next to MUI v4 in tests.
### Patch Changes
- 55853a367174: Add a `fetchApiRef` implementation by default
- Updated dependencies
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/plugin-permission-react@0.4.13
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
## 1.4.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "1.4.0-next.2",
"version": "1.4.0",
"publishConfig": {
"access": "public"
},