@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20250610024123 → 0.0.0-nightly-20250612024034

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 +14 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20250610024123
3
+ ## 0.0.0-nightly-20250612024034
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d8169fc: Migrate the actions to the new format
8
8
  - 9c8ff0c: Update pull request creation filter to include .gitignore files in the created pull request
9
9
  - Updated dependencies
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250610024123
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250610024123
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250612024034
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250612024034
12
+ - @backstage/config@1.3.2
13
+ - @backstage/errors@1.2.7
14
+ - @backstage/integration@1.17.0
15
+
16
+ ## 0.2.10-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-scaffolder-node@0.9.0-next.2
22
+ - @backstage/backend-plugin-api@1.4.0-next.1
12
23
  - @backstage/config@1.3.2
13
24
  - @backstage/errors@1.2.7
14
25
  - @backstage/integration@1.17.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
3
- "version": "0.0.0-nightly-20250610024123",
3
+ "version": "0.0.0-nightly-20250612024034",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,19 +50,19 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250610024123",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250612024034",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
56
  "@backstage/integration": "1.17.0",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250610024123",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250612024034",
58
58
  "fs-extra": "^11.2.0",
59
59
  "yaml": "^2.0.0",
60
60
  "zod": "^3.22.4"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/backend-test-utils": "0.0.0-nightly-20250610024123",
64
- "@backstage/cli": "0.0.0-nightly-20250610024123",
65
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250610024123",
63
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250612024034",
64
+ "@backstage/cli": "0.0.0-nightly-20250612024034",
65
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250612024034",
66
66
  "msw": "^1.0.0"
67
67
  }
68
68
  }