Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-30 13:38:11 +00:00
parent 4142029b89
commit c70c3dc393
485 changed files with 6948 additions and 249 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/test-utils
## 1.5.0-next.1
### Patch Changes
- 07e7d12: Fix wording in API reference
- 7da67ce: Change `defaultScopes` for Bitbucket auth from invalid `team` to `account`.
- Updated dependencies
- @backstage/core-plugin-api@1.8.3-next.0
- @backstage/core-app-api@1.11.4-next.0
- @backstage/config@1.1.1
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-permission-react@0.4.20-next.0
## 1.5.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "1.5.0-next.0",
"version": "1.5.0-next.1",
"publishConfig": {
"access": "public"
},