@backstage/plugin-scaffolder-backend-module-bitbucket 0.2.0-next.3 → 0.2.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 +46 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.1
9
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.1
10
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.1
11
+ - @backstage/plugin-scaffolder-node@0.3.1
12
+ - @backstage/backend-plugin-api@0.6.11
13
+
14
+ ## 0.2.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 5eb6882: Split `@backstage/plugin-scaffolder-backend-module-bitbucket` into
19
+ `@backstage/plugin-scaffolder-backend-module-bitbucket-cloud` and
20
+ `@backstage/plugin-scaffolder-backend-module-bitbucket-server`.
21
+
22
+ `@backstage/plugin-scaffolder-backend-module-bitbucket` was **deprecated** in favor of these two replacements.
23
+
24
+ Please use any of the two replacements depending on your needs.
25
+
26
+ ```diff
27
+ - backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket'));
28
+ + backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-cloud'));
29
+ + backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-server'));
30
+ ```
31
+
32
+ ### Patch Changes
33
+
34
+ - e9a5228: Exporting a default module for the new Backend System
35
+ - 8472188: Added or fixed the `repository` field in `package.json`.
36
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
37
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
38
+ - fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
39
+ - Updated dependencies
40
+ - @backstage/backend-common@0.21.0
41
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0
42
+ - @backstage/backend-plugin-api@0.6.10
43
+ - @backstage/integration@1.9.0
44
+ - @backstage/plugin-scaffolder-node@0.3.0
45
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0
46
+ - @backstage/config@1.1.1
47
+ - @backstage/errors@1.2.3
48
+
3
49
  ## 0.2.0-next.3
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket",
3
3
  "description": "The bitbucket module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.2.0-next.3",
4
+ "version": "0.2.1",
5
5
  "deprecated": true,
6
6
  "main": "./dist/index.cjs.js",
7
7
  "types": "./dist/index.d.ts",
@@ -35,21 +35,21 @@
35
35
  "postpack": "backstage-cli package postpack"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.21.0-next.3",
39
- "@backstage/backend-plugin-api": "^0.6.10-next.3",
38
+ "@backstage/backend-common": "^0.21.1",
39
+ "@backstage/backend-plugin-api": "^0.6.11",
40
40
  "@backstage/config": "^1.1.1",
41
41
  "@backstage/errors": "^1.2.3",
42
- "@backstage/integration": "^1.9.0-next.1",
43
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.0-next.1",
44
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.0-next.1",
45
- "@backstage/plugin-scaffolder-node": "^0.3.0-next.3",
46
- "fs-extra": "10.1.0",
42
+ "@backstage/integration": "^1.9.0",
43
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.1",
44
+ "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.1",
45
+ "@backstage/plugin-scaffolder-node": "^0.3.1",
46
+ "fs-extra": "^11.2.0",
47
47
  "node-fetch": "^2.6.7",
48
48
  "yaml": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.3.0-next.3",
52
- "@backstage/cli": "^0.25.2-next.3",
51
+ "@backstage/backend-test-utils": "^0.3.1",
52
+ "@backstage/cli": "^0.25.2",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "files": [