Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-04-22 12:36:56 +00:00
parent 6c2c6cdbe8
commit ce2cf32847
303 changed files with 4505 additions and 166 deletions
@@ -1,5 +1,29 @@
# @backstage/plugin-bitbucket-cloud-common
## 0.3.0-next.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.16.4-next.0
## 0.2.29
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bitbucket-cloud-common",
"version": "0.2.29",
"version": "0.3.0-next.0",
"description": "Common functionalities for bitbucket-cloud plugins",
"backstage": {
"role": "common-library",