@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.2.10-next.2 → 0.2.11-next.0

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 +24 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
+ ## 0.2.11-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-scaffolder-node@0.9.1-next.0
9
+ - @backstage/integration@1.17.1-next.0
10
+ - @backstage/backend-plugin-api@1.4.0
11
+ - @backstage/config@1.3.2
12
+ - @backstage/errors@1.2.7
13
+
14
+ ## 0.2.10
15
+
16
+ ### Patch Changes
17
+
18
+ - d8169fc: Migrate the actions to the new format
19
+ - 9c8ff0c: Update pull request creation filter to include .gitignore files in the created pull request
20
+ - Updated dependencies
21
+ - @backstage/plugin-scaffolder-node@0.9.0
22
+ - @backstage/backend-plugin-api@1.4.0
23
+ - @backstage/config@1.3.2
24
+ - @backstage/errors@1.2.7
25
+ - @backstage/integration@1.17.0
26
+
3
27
  ## 0.2.10-next.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
3
- "version": "0.2.10-next.2",
3
+ "version": "0.2.11-next.0",
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": "1.4.0-next.1",
53
+ "@backstage/backend-plugin-api": "1.4.0",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "1.17.0",
57
- "@backstage/plugin-scaffolder-node": "0.9.0-next.2",
56
+ "@backstage/integration": "1.17.1-next.0",
57
+ "@backstage/plugin-scaffolder-node": "0.9.1-next.0",
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": "1.6.0-next.2",
64
- "@backstage/cli": "0.33.0-next.1",
65
- "@backstage/plugin-scaffolder-node-test-utils": "0.3.0-next.2",
63
+ "@backstage/backend-test-utils": "1.7.0-next.0",
64
+ "@backstage/cli": "0.33.1-next.0",
65
+ "@backstage/plugin-scaffolder-node-test-utils": "0.3.1-next.0",
66
66
  "msw": "^1.0.0"
67
67
  }
68
68
  }