@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.2.10-next.1 → 0.2.10

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
+ ## 0.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - d8169fc: Migrate the actions to the new format
8
+ - 9c8ff0c: Update pull request creation filter to include .gitignore files in the created pull request
9
+ - Updated dependencies
10
+ - @backstage/plugin-scaffolder-node@0.9.0
11
+ - @backstage/backend-plugin-api@1.4.0
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
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.1
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.1",
3
+ "version": "0.2.10",
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",
54
- "@backstage/config": "1.3.2",
55
- "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "1.17.0",
57
- "@backstage/plugin-scaffolder-node": "0.8.3-next.1",
53
+ "@backstage/backend-plugin-api": "^1.4.0",
54
+ "@backstage/config": "^1.3.2",
55
+ "@backstage/errors": "^1.2.7",
56
+ "@backstage/integration": "^1.17.0",
57
+ "@backstage/plugin-scaffolder-node": "^0.9.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.1",
64
- "@backstage/cli": "0.32.2-next.0",
65
- "@backstage/plugin-scaffolder-node-test-utils": "0.2.3-next.1",
63
+ "@backstage/backend-test-utils": "^1.6.0",
64
+ "@backstage/cli": "^0.33.0",
65
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.3.0",
66
66
  "msw": "^1.0.0"
67
67
  }
68
68
  }