@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240206021010 → 0.0.0-nightly-20240207020916

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,18 +1,66 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket
2
2
 
3
- ## 0.0.0-nightly-20240206021010
3
+ ## 0.0.0-nightly-20240207020916
4
+
5
+ ### Minor Changes
6
+
7
+ - 5eb6882: Split `@backstage/plugin-scaffolder-backend-module-bitbucket` into
8
+ `@backstage/plugin-scaffolder-backend-module-bitbucket-cloud` and
9
+ `@backstage/plugin-scaffolder-backend-module-bitbucket-server`.
10
+
11
+ `@backstage/plugin-scaffolder-backend-module-bitbucket` was **deprecated** in favor of these two replacements.
12
+
13
+ Please use any of the two replacements depending on your needs.
14
+
15
+ ```diff
16
+ - backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket'));
17
+ + backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-cloud'));
18
+ + backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-server'));
19
+ ```
4
20
 
5
21
  ### Patch Changes
6
22
 
7
23
  - e9a5228: Exporting a default module for the new Backend System
8
24
  - fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
9
25
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240206021010
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240206021010
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240206021010
13
- - @backstage/integration@0.0.0-nightly-20240206021010
26
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240207020916
27
+ - @backstage/backend-common@0.0.0-nightly-20240207020916
28
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240207020916
29
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240207020916
30
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240207020916
31
+ - @backstage/integration@0.0.0-nightly-20240207020916
32
+ - @backstage/config@1.1.1
33
+ - @backstage/errors@1.2.3
34
+
35
+ ## 0.2.0-next.2
36
+
37
+ ### Minor Changes
38
+
39
+ - 5eb6882: Split `@backstage/plugin-scaffolder-backend-module-bitbucket` into
40
+ `@backstage/plugin-scaffolder-backend-module-bitbucket-cloud` and
41
+ `@backstage/plugin-scaffolder-backend-module-bitbucket-server`.
42
+
43
+ `@backstage/plugin-scaffolder-backend-module-bitbucket` was **deprecated** in favor of these two replacements.
44
+
45
+ Please use any of the two replacements depending on your needs.
46
+
47
+ ```diff
48
+ - backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket'));
49
+ + backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-cloud'));
50
+ + backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-server'));
51
+ ```
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies
56
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0-next.0
57
+ - @backstage/backend-common@0.21.0-next.2
58
+ - @backstage/backend-plugin-api@0.6.10-next.2
59
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0-next.0
60
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
14
61
  - @backstage/config@1.1.1
15
62
  - @backstage/errors@1.2.3
63
+ - @backstage/integration@1.9.0-next.0
16
64
 
17
65
  ## 0.1.2-next.1
18
66
 
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).