@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.1.0-next.1 → 0.1.1

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 +34 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.1
9
+ - @backstage/plugin-scaffolder-node@0.3.1
10
+ - @backstage/backend-plugin-api@0.6.11
11
+
12
+ ## 0.1.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 5eb6882: New scaffolder module `@backstage/plugin-scaffolder-backend-module-bitbucket-cloud`.
17
+
18
+ Extracted from `@backstage/plugin-scaffolder-backend-module-bitbucket`
19
+ and replaces its actions related to Bitbucket Cloud.
20
+
21
+ - `publish:bitbucketCloud`
22
+ - `bitbucket:pipelines:run`
23
+
24
+ ### Patch Changes
25
+
26
+ - 8472188: Added or fixed the `repository` field in `package.json`.
27
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
28
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
29
+ - Updated dependencies
30
+ - @backstage/backend-common@0.21.0
31
+ - @backstage/backend-plugin-api@0.6.10
32
+ - @backstage/integration@1.9.0
33
+ - @backstage/plugin-scaffolder-node@0.3.0
34
+ - @backstage/config@1.1.1
35
+ - @backstage/errors@1.2.3
36
+
3
37
  ## 0.1.0-next.1
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
3
3
  "description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.1.0-next.1",
4
+ "version": "0.1.1",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,19 +34,19 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.21.0-next.3",
38
- "@backstage/backend-plugin-api": "^0.6.10-next.3",
37
+ "@backstage/backend-common": "^0.21.1",
38
+ "@backstage/backend-plugin-api": "^0.6.11",
39
39
  "@backstage/config": "^1.1.1",
40
40
  "@backstage/errors": "^1.2.3",
41
- "@backstage/integration": "^1.9.0-next.1",
42
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.3",
43
- "fs-extra": "10.1.0",
41
+ "@backstage/integration": "^1.9.0",
42
+ "@backstage/plugin-scaffolder-node": "^0.3.1",
43
+ "fs-extra": "^11.2.0",
44
44
  "node-fetch": "^2.6.7",
45
45
  "yaml": "^2.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.3.0-next.3",
49
- "@backstage/cli": "^0.25.2-next.3",
48
+ "@backstage/backend-test-utils": "^0.3.1",
49
+ "@backstage/cli": "^0.25.2",
50
50
  "msw": "^1.0.0"
51
51
  },
52
52
  "files": [