@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.2.2-next.3 → 0.2.3-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.
- package/CHANGELOG.md +31 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-bitbucket-server
|
|
2
2
|
|
|
3
|
+
## 0.2.3-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/integration@1.16.0-next.0
|
|
9
|
+
- @backstage/backend-plugin-api@1.0.3-next.0
|
|
10
|
+
- @backstage/plugin-scaffolder-node@0.6.1-next.0
|
|
11
|
+
- @backstage/config@1.3.0
|
|
12
|
+
- @backstage/errors@1.2.5
|
|
13
|
+
|
|
14
|
+
## 0.2.2
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 9cf827c: Fix double branch creation in `public:bitbucket{Cloud,Server}:pull-request`
|
|
19
|
+
This resulted in the following error when using the actions:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
AlreadyExistsError: Failed to create branch at create-test because it already exists.
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
The issue was original introduced in d103a48fa306d745599dc0c793668c9e6a479d32
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
- @backstage/config@1.3.0
|
|
29
|
+
- @backstage/backend-plugin-api@1.0.2
|
|
30
|
+
- @backstage/plugin-scaffolder-node@0.6.0
|
|
31
|
+
- @backstage/errors@1.2.5
|
|
32
|
+
- @backstage/integration@1.15.2
|
|
33
|
+
|
|
3
34
|
## 0.2.2-next.3
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3-next.0",
|
|
4
4
|
"description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -47,19 +47,19 @@
|
|
|
47
47
|
"test": "backstage-cli package test"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@backstage/backend-plugin-api": "1.0.
|
|
51
|
-
"@backstage/config": "1.
|
|
52
|
-
"@backstage/errors": "1.2.
|
|
53
|
-
"@backstage/integration": "1.
|
|
54
|
-
"@backstage/plugin-scaffolder-node": "0.
|
|
50
|
+
"@backstage/backend-plugin-api": "1.0.3-next.0",
|
|
51
|
+
"@backstage/config": "1.3.0",
|
|
52
|
+
"@backstage/errors": "1.2.5",
|
|
53
|
+
"@backstage/integration": "1.16.0-next.0",
|
|
54
|
+
"@backstage/plugin-scaffolder-node": "0.6.1-next.0",
|
|
55
55
|
"fs-extra": "^11.2.0",
|
|
56
56
|
"node-fetch": "^2.7.0",
|
|
57
57
|
"yaml": "^2.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@backstage/backend-test-utils": "1.
|
|
61
|
-
"@backstage/cli": "0.29.
|
|
62
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.1.
|
|
60
|
+
"@backstage/backend-test-utils": "1.2.0-next.0",
|
|
61
|
+
"@backstage/cli": "0.29.3-next.0",
|
|
62
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.1.16-next.0",
|
|
63
63
|
"msw": "^1.0.0"
|
|
64
64
|
}
|
|
65
65
|
}
|