@backstage/plugin-bitbucket-cloud-common 0.2.0-next.2 → 0.2.1-next.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 +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-bitbucket-cloud-common
2
2
 
3
+ ## 0.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.4.0-next.0
9
+
10
+ ## 0.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - ad74723fbf: Update Bitbucket Cloud models to latest OAS version.
15
+
16
+ The latest specification contained some BREAKING CHANGES
17
+ due to removed fields.
18
+
19
+ All of these fields are not used at other plugins, though.
20
+ Therefore, this change has no impact on other modules here.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/integration@1.3.2
26
+
3
27
  ## 0.2.0-next.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-bitbucket-cloud-common",
3
3
  "description": "Common functionalities for bitbucket-cloud plugins",
4
- "version": "0.2.0-next.2",
4
+ "version": "0.2.1-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -27,11 +27,11 @@
27
27
  "update-models": "yarn refresh-schema && yarn generate-models && yarn reduce-models"
28
28
  },
29
29
  "dependencies": {
30
- "@backstage/integration": "^1.3.2-next.2",
30
+ "@backstage/integration": "^1.4.0-next.0",
31
31
  "cross-fetch": "^3.1.5"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/cli": "^0.20.0-next.2",
34
+ "@backstage/cli": "^0.21.0-next.0",
35
35
  "@openapitools/openapi-generator-cli": "^2.4.26",
36
36
  "msw": "^0.47.0",
37
37
  "ts-morph": "^15.0.0"