Version Packages

This commit is contained in:
github-actions[bot]
2025-11-18 12:23:09 +00:00
parent a2f8158cf7
commit 792f4d7e3d
479 changed files with 5388 additions and 1295 deletions
@@ -1,5 +1,24 @@
# @backstage/plugin-bitbucket-cloud-common
## 0.3.4
### Patch Changes
- fa255f5: Support for Bitbucket Cloud's API token was added as `appPassword` is deprecated (no new creation from September 9, 2025) and will be removed on June 9, 2026.
API token usage example:
```yaml
integrations:
bitbucketCloud:
- username: user@domain.com
token: my-token
```
- 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
- Updated dependencies
- @backstage/integration@1.18.2
## 0.3.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bitbucket-cloud-common",
"version": "0.3.4-next.0",
"version": "0.3.4",
"description": "Common functionalities for bitbucket-cloud plugins",
"backstage": {
"role": "common-library",