Version Packages

This commit is contained in:
github-actions[bot]
2023-12-19 13:39:54 +00:00
parent 7615a4c90b
commit a9801a3ec9
706 changed files with 7721 additions and 2335 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/test-utils
## 1.4.6
### Patch Changes
- e8f2ace: Deprecated `mockBreakpoint`, as it is now available from `@backstage/core-components/testUtils` instead.
- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/theme@0.5.0
- @backstage/core-app-api@1.11.2
- @backstage/plugin-permission-common@0.7.11
- @backstage/plugin-permission-react@0.4.18
- @backstage/config@1.1.1
- @backstage/types@1.1.1
## 1.4.6-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.6-next.2",
"version": "1.4.6",
"publishConfig": {
"access": "public"
},