Version Packages

This commit is contained in:
github-actions[bot]
2025-12-16 14:08:20 +00:00
parent 08f8a58f82
commit c24788d5bb
487 changed files with 4885 additions and 1335 deletions
@@ -1,5 +1,33 @@
# @backstage/plugin-bitbucket-cloud-common
## 0.3.5
### Patch Changes
- 37fba1d: Added support for Bitbucket Cloud OAuth. This introduces an alternative authentication method using a workspace OAuth consumer, alongside App Passwords (deprecated) and API tokens. OAuth does not require a bot or service account and avoids token expiry issues.
**BREAKING CHANGES**
- **@backstage/integration** (`src/bitbucketCloud/core.ts`)
- `getBitbucketCloudRequestOptions` now returns a `Promise` and **must** be awaited.
- **@backstage/plugin-scaffolder-backend-module-bitbucket-cloud** (`src/actions/helpers.ts`)
- `getBitbucketClient` now returns a `Promise` and **must** be awaited.
- `getAuthorizationHeader` now returns a `Promise` and **must** be awaited.
**OAuth usage example**
```yaml
integrations:
bitbucketCloud:
- clientId: client-id
clientSecret: client-secret
```
- Updated dependencies
- @backstage/integration@1.19.0
## 0.3.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bitbucket-cloud-common",
"version": "0.3.5-next.0",
"version": "0.3.5",
"description": "Common functionalities for bitbucket-cloud plugins",
"backstage": {
"role": "common-library",