Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-23 13:57:50 +00:00
parent b5f81613b1
commit 185d5ea0b0
416 changed files with 6324 additions and 220 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/test-utils
## 1.5.0-next.0
### Minor Changes
- bb40898: Added `components` option to `TestAppOptions`, which will be forwarded as the `components` option to `createApp`.
### Patch Changes
- Updated dependencies
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-permission-react@0.4.19
## 1.4.7
### 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.7",
"version": "1.5.0-next.0",
"publishConfig": {
"access": "public"
},