@backstage/plugin-bitbucket-cloud-common 0.3.0-next.2 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @backstage/plugin-bitbucket-cloud-common
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5850717: Update Bitbucket Cloud schema and models.
8
+
9
+ The latest schema was fetched from Bitbucket Cloud and stored locally.
10
+ Based on the updated schema, the models got regenerated.
11
+
12
+ **BREAKING:**
13
+
14
+ Due to the schema changes, the model update includes one breaking change:
15
+
16
+ - `Account.username` was removed.
17
+
18
+ Additionally, there were a couple of compatible changes including the addition of
19
+ `BaseCommit.committer` and others.
20
+
21
+ ### Patch Changes
22
+
23
+ - 57ad208: Add support for `repo:updated` events as `Events.RepoUpdatedEvent`.
24
+ - Updated dependencies
25
+ - @backstage/integration@1.17.0
26
+
27
+ ## 0.3.0-next.3
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/integration@1.17.0-next.3
33
+
3
34
  ## 0.3.0-next.2
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-bitbucket-cloud-common",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.0",
4
4
  "description": "Common functionalities for bitbucket-cloud plugins",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -41,11 +41,11 @@
41
41
  "update-models": "yarn refresh-schema && yarn generate-models && yarn reduce-models"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/integration": "1.17.0-next.2",
44
+ "@backstage/integration": "^1.17.0",
45
45
  "cross-fetch": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.32.1-next.2",
48
+ "@backstage/cli": "^0.32.1",
49
49
  "@openapitools/openapi-generator-cli": "^2.4.26",
50
50
  "msw": "^1.0.0",
51
51
  "ts-morph": "^24.0.0"