Version Packages

This commit is contained in:
github-actions[bot]
2025-05-20 08:25:02 +00:00
parent affc953b1b
commit 389d265b60
512 changed files with 5856 additions and 1596 deletions
@@ -1,5 +1,29 @@
# @backstage/plugin-bitbucket-cloud-common
## 0.3.0
### Minor Changes
- 5850717: Update Bitbucket Cloud schema and models.
The latest schema was fetched from Bitbucket Cloud and stored locally.
Based on the updated schema, the models got regenerated.
**BREAKING:**
Due to the schema changes, the model update includes one breaking change:
- `Account.username` was removed.
Additionally, there were a couple of compatible changes including the addition of
`BaseCommit.committer` and others.
### Patch Changes
- 57ad208: Add support for `repo:updated` events as `Events.RepoUpdatedEvent`.
- Updated dependencies
- @backstage/integration@1.17.0
## 0.3.0-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bitbucket-cloud-common",
"version": "0.3.0-next.3",
"version": "0.3.0",
"description": "Common functionalities for bitbucket-cloud plugins",
"backstage": {
"role": "common-library",