Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-09-26 13:20:00 +00:00
parent 388c62b03a
commit bea3617712
428 changed files with 6269 additions and 271 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/test-utils
## 1.4.4-next.0
### Patch Changes
- 322bbcae24: Removed the alpha `MockPluginProvider` export since the plugin configuration API has been removed.
- Updated dependencies
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/config@1.1.0
- @backstage/core-app-api@1.10.1-next.0
- @backstage/plugin-permission-react@0.4.16-next.0
- @backstage/theme@0.4.2
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.8
## 1.4.3
### 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.3",
"version": "1.4.4-next.0",
"publishConfig": {
"access": "public"
},