@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20240701022140 → 0.0.0-nightly-20240703021716

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,18 +1,30 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20240701022140
3
+ ## 0.0.0-nightly-20240703021716
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b5deed0: Add support for `autocomplete` handler to provide autocomplete options for `RepoUrlPicker`
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240701022140
10
- - @backstage/integration@0.0.0-nightly-20240701022140
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240701022140
12
- - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20240701022140
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240703021716
10
+ - @backstage/integration@0.0.0-nightly-20240703021716
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240703021716
12
+ - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20240703021716
13
13
  - @backstage/config@1.2.0
14
14
  - @backstage/errors@1.2.4
15
15
 
16
+ ## 0.1.12-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.6.22-next.1
22
+ - @backstage/config@1.2.0
23
+ - @backstage/errors@1.2.4
24
+ - @backstage/integration@1.13.0-next.0
25
+ - @backstage/plugin-bitbucket-cloud-common@0.2.21-next.0
26
+ - @backstage/plugin-scaffolder-node@0.4.8-next.1
27
+
16
28
  ## 0.1.11-next.0
17
29
 
18
30
  ### Patch Changes
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-20240701022140",
3
+ "version": "0.0.0-nightly-20240703021716",
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-20240701022140",
42
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240703021716",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^0.0.0-nightly-20240701022140",
46
- "@backstage/plugin-bitbucket-cloud-common": "^0.0.0-nightly-20240701022140",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240701022140",
45
+ "@backstage/integration": "^0.0.0-nightly-20240703021716",
46
+ "@backstage/plugin-bitbucket-cloud-common": "^0.0.0-nightly-20240703021716",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240703021716",
48
48
  "fs-extra": "^11.2.0",
49
49
  "node-fetch": "^2.6.7",
50
50
  "yaml": "^2.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240701022140",
54
- "@backstage/cli": "^0.0.0-nightly-20240701022140",
55
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240701022140",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240703021716",
54
+ "@backstage/cli": "^0.0.0-nightly-20240703021716",
55
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240703021716",
56
56
  "msw": "^1.0.0"
57
57
  }
58
58
  }