Version Packages

This commit is contained in:
github-actions[bot]
2023-10-17 08:54:50 +00:00
parent 4f98aefb12
commit 8cdb8c2e40
660 changed files with 7546 additions and 2202 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/test-utils
## 1.4.4
### Patch Changes
- 322bbcae24: Removed the alpha `MockPluginProvider` export since the plugin configuration API has been removed.
- 1a0616fa10: Add missing resource and template app icons
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
- Updated dependencies
- @backstage/core-app-api@1.11.0
- @backstage/core-plugin-api@1.7.0
- @backstage/plugin-permission-react@0.4.16
- @backstage/theme@0.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.9
## 1.4.4-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.4-next.2",
"version": "1.4.4",
"publishConfig": {
"access": "public"
},