@backstage/core-app-api 1.11.3 → 1.11.4-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.11.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7da67ce: Change `defaultScopes` for Bitbucket auth from invalid `team` to `account`.
8
+ - Updated dependencies
9
+ - @backstage/core-plugin-api@1.8.3-next.0
10
+ - @backstage/config@1.1.1
11
+ - @backstage/types@1.1.1
12
+ - @backstage/version-bridge@1.0.7
13
+
3
14
  ## 1.11.3
4
15
 
5
16
  ### Patch Changes
package/dist/index.esm.js CHANGED
@@ -1437,7 +1437,7 @@ class BitbucketAuth {
1437
1437
  environment = "development",
1438
1438
  provider = DEFAULT_PROVIDER$2,
1439
1439
  oauthRequestApi,
1440
- defaultScopes = ["team"]
1440
+ defaultScopes = ["account"]
1441
1441
  } = options;
1442
1442
  return OAuth2.create({
1443
1443
  configApi,