@backstage/plugin-scaffolder-backend-module-bitbucket 0.1.2-next.1 → 0.2.0-next.3

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 CHANGED
@@ -1,5 +1,50 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
+ ## 0.2.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 8472188: Added or fixed the `repository` field in `package.json`.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.0-next.3
10
+ - @backstage/integration@1.9.0-next.1
11
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0-next.1
12
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0-next.1
13
+ - @backstage/plugin-scaffolder-node@0.3.0-next.3
14
+ - @backstage/backend-plugin-api@0.6.10-next.3
15
+ - @backstage/config@1.1.1
16
+ - @backstage/errors@1.2.3
17
+
18
+ ## 0.2.0-next.2
19
+
20
+ ### Minor Changes
21
+
22
+ - 5eb6882: Split `@backstage/plugin-scaffolder-backend-module-bitbucket` into
23
+ `@backstage/plugin-scaffolder-backend-module-bitbucket-cloud` and
24
+ `@backstage/plugin-scaffolder-backend-module-bitbucket-server`.
25
+
26
+ `@backstage/plugin-scaffolder-backend-module-bitbucket` was **deprecated** in favor of these two replacements.
27
+
28
+ Please use any of the two replacements depending on your needs.
29
+
30
+ ```diff
31
+ - backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket'));
32
+ + backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-cloud'));
33
+ + backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-server'));
34
+ ```
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies
39
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0-next.0
40
+ - @backstage/backend-common@0.21.0-next.2
41
+ - @backstage/backend-plugin-api@0.6.10-next.2
42
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0-next.0
43
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
44
+ - @backstage/config@1.1.1
45
+ - @backstage/errors@1.2.3
46
+ - @backstage/integration@1.9.0-next.0
47
+
3
48
  ## 0.1.2-next.1
4
49
 
5
50
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- The bitbucket module for [@backstage/plugin-scaffolder-backend](https://www.npmjs.com/package/@backstage/plugin-scaffolder-backend).
3
+ **Deprecated!**
4
4
 
5
- _This plugin was created through the Backstage CLI_
5
+ Please use one of the following modules instead:
6
+
7
+ - [@backstage/plugin-scaffolder-backend-module-bitbucket-cloud](https://www.npmjs.com/package/@backstage/plugin-scaffolder-backend-module-bitbucket-cloud)
8
+ - [@backstage/plugin-scaffolder-backend-module-bitbucket-server](https://www.npmjs.com/package/@backstage/plugin-scaffolder-backend-module-bitbucket-server).