@backstage/plugin-scaffolder-backend-module-gitlab 0.2.8 → 0.2.9

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 +30 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,18 +1,44 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
- ## 0.2.8
3
+ ## 0.2.9
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-scaffolder-node@0.2.5
8
+ - @backstage/integration@1.7.1
9
+ - @backstage/errors@1.2.3
10
+ - @backstage/plugin-scaffolder-node@0.2.6
11
+ - @backstage/config@1.1.1
9
12
 
10
- ## 0.2.7
13
+ ## 0.2.9-next.2
11
14
 
12
15
  ### Patch Changes
13
16
 
14
17
  - Updated dependencies
15
- - @backstage/plugin-scaffolder-node@0.2.4
18
+ - @backstage/integration@1.7.1-next.1
19
+ - @backstage/errors@1.2.3-next.0
20
+ - @backstage/plugin-scaffolder-node@0.2.6-next.2
21
+ - @backstage/config@1.1.1-next.0
22
+
23
+ ## 0.2.8-next.1
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/plugin-scaffolder-node@0.2.5-next.1
29
+ - @backstage/config@1.1.0
30
+ - @backstage/errors@1.2.2
31
+ - @backstage/integration@1.7.1-next.0
32
+
33
+ ## 0.2.8-next.0
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @backstage/integration@1.7.1-next.0
39
+ - @backstage/plugin-scaffolder-node@0.2.5-next.0
40
+ - @backstage/config@1.1.0
41
+ - @backstage/errors@1.2.2
16
42
 
17
43
  ## 0.2.6
18
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitlab",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  "postpack": "backstage-cli package postpack"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/config": "^1.1.0",
35
- "@backstage/errors": "^1.2.2",
36
- "@backstage/integration": "^1.7.0",
37
- "@backstage/plugin-scaffolder-node": "^0.2.5",
34
+ "@backstage/config": "^1.1.1",
35
+ "@backstage/errors": "^1.2.3",
36
+ "@backstage/integration": "^1.7.1",
37
+ "@backstage/plugin-scaffolder-node": "^0.2.6",
38
38
  "@gitbeaker/node": "^35.8.0",
39
39
  "zod": "^3.21.4"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/backend-common": "^0.19.7",
43
- "@backstage/cli": "^0.22.13",
44
- "@backstage/core-app-api": "^1.10.0"
42
+ "@backstage/backend-common": "^0.19.8",
43
+ "@backstage/cli": "^0.23.0",
44
+ "@backstage/core-app-api": "^1.11.0"
45
45
  },
46
46
  "files": [
47
47
  "dist"