@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20240917021806 → 0.0.0-nightly-20240918022959

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 +17 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20240917021806
3
+ ## 0.0.0-nightly-20240918022959
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240918022959
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240918022959
10
+ - @backstage/config@1.2.0
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/integration@1.15.0
13
+ - @backstage/plugin-bitbucket-cloud-common@0.2.23
14
+
15
+ ## 0.2.0
4
16
 
5
17
  ### Minor Changes
6
18
 
@@ -14,12 +26,12 @@
14
26
 
15
27
  - df9ae9e: Added scaffolder action publish:bitbucketCloud:pull-request
16
28
  - Updated dependencies
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20240917021806
18
- - @backstage/integration@0.0.0-nightly-20240917021806
29
+ - @backstage/backend-plugin-api@1.0.0
30
+ - @backstage/integration@1.15.0
19
31
  - @backstage/config@1.2.0
20
32
  - @backstage/errors@1.2.4
21
- - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20240917021806
22
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240917021806
33
+ - @backstage/plugin-bitbucket-cloud-common@0.2.23
34
+ - @backstage/plugin-scaffolder-node@0.4.11
23
35
 
24
36
  ## 0.2.0-next.2
25
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
3
- "version": "0.0.0-nightly-20240917021806",
3
+ "version": "0.0.0-nightly-20240918022959",
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.0.0-nightly-20240917021806",
42
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240918022959",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^0.0.0-nightly-20240917021806",
46
- "@backstage/plugin-bitbucket-cloud-common": "^0.0.0-nightly-20240917021806",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240917021806",
45
+ "@backstage/integration": "^1.15.0",
46
+ "@backstage/plugin-bitbucket-cloud-common": "^0.2.23",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240918022959",
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.0.0-nightly-20240917021806",
54
- "@backstage/cli": "^0.0.0-nightly-20240917021806",
55
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240917021806",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240918022959",
54
+ "@backstage/cli": "^0.0.0-nightly-20240918022959",
55
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240918022959",
56
56
  "msw": "^1.0.0"
57
57
  }
58
58
  }