@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.1.13-next.3 → 0.1.14

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 +23 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
+ ## 0.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-scaffolder-node@0.4.10
9
+ - @backstage/backend-plugin-api@0.8.1
10
+
11
+ ## 0.1.13
12
+
13
+ ### Patch Changes
14
+
15
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
16
+ - 3fca643: Added autocompletion support for resource `branches`
17
+ - d57967c: Add ability to set the initial commit message when initializing a repository using the scaffolder action.
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@0.8.0
20
+ - @backstage/plugin-scaffolder-node@0.4.9
21
+ - @backstage/integration@1.14.0
22
+ - @backstage/plugin-bitbucket-cloud-common@0.2.22
23
+ - @backstage/config@1.2.0
24
+ - @backstage/errors@1.2.4
25
+
3
26
  ## 0.1.13-next.3
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
3
- "version": "0.1.13-next.3",
3
+ "version": "0.1.14",
4
4
  "description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,20 +39,20 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-plugin-api": "^0.8.0-next.3",
42
+ "@backstage/backend-plugin-api": "^0.8.1",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^1.14.0-next.0",
46
- "@backstage/plugin-bitbucket-cloud-common": "^0.2.22-next.1",
47
- "@backstage/plugin-scaffolder-node": "^0.4.9-next.3",
45
+ "@backstage/integration": "^1.14.0",
46
+ "@backstage/plugin-bitbucket-cloud-common": "^0.2.22",
47
+ "@backstage/plugin-scaffolder-node": "^0.4.10",
48
48
  "fs-extra": "^11.2.0",
49
49
  "node-fetch": "^2.7.0",
50
50
  "yaml": "^2.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.4.5-next.3",
54
- "@backstage/cli": "^0.27.0-next.4",
55
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.10-next.3",
53
+ "@backstage/backend-test-utils": "^0.5.1",
54
+ "@backstage/cli": "^0.27.0",
55
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.11",
56
56
  "msw": "^1.0.0"
57
57
  }
58
58
  }