@backstage/plugin-bitbucket-cloud-common 0.2.0-next.2 → 0.2.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.
- package/CHANGELOG.md +17 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-bitbucket-cloud-common
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ad74723fbf: Update Bitbucket Cloud models to latest OAS version.
|
|
8
|
+
|
|
9
|
+
The latest specification contained some BREAKING CHANGES
|
|
10
|
+
due to removed fields.
|
|
11
|
+
|
|
12
|
+
All of these fields are not used at other plugins, though.
|
|
13
|
+
Therefore, this change has no impact on other modules here.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/integration@1.3.2
|
|
19
|
+
|
|
3
20
|
## 0.2.0-next.2
|
|
4
21
|
|
|
5
22
|
### 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
|
|
4
|
+
"version": "0.2.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
|
|
30
|
+
"@backstage/integration": "^1.3.2",
|
|
31
31
|
"cross-fetch": "^3.1.5"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@backstage/cli": "^0.20.0
|
|
34
|
+
"@backstage/cli": "^0.20.0",
|
|
35
35
|
"@openapitools/openapi-generator-cli": "^2.4.26",
|
|
36
36
|
"msw": "^0.47.0",
|
|
37
37
|
"ts-morph": "^15.0.0"
|