@backstage/plugin-scaffolder-backend-module-gitlab 0.10.0-next.1 → 0.10.1-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 +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
+ ## 0.10.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.5.1-next.0
9
+ - @backstage/integration@1.18.3-next.0
10
+ - @backstage/plugin-scaffolder-node@0.12.2-next.0
11
+ - @backstage/config@1.3.6
12
+ - @backstage/errors@1.2.7
13
+
14
+ ## 0.10.0
15
+
16
+ ### Minor Changes
17
+
18
+ - ff96d7e: fix scaffolder action createDeployToken to allow usage of oauth tokens
19
+
20
+ ### Patch Changes
21
+
22
+ - b2bef92: Convert all enums to erasable-syntax compliant patterns
23
+ - Updated dependencies
24
+ - @backstage/integration@1.18.2
25
+ - @backstage/backend-plugin-api@1.5.0
26
+ - @backstage/config@1.3.6
27
+ - @backstage/plugin-scaffolder-node@0.12.1
28
+
3
29
  ## 0.10.0-next.1
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitlab",
3
- "version": "0.10.0-next.1",
3
+ "version": "0.10.1-next.0",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "scaffolder",
@@ -53,11 +53,11 @@
53
53
  "test": "backstage-cli package test"
54
54
  },
55
55
  "dependencies": {
56
- "@backstage/backend-plugin-api": "1.5.0-next.1",
57
- "@backstage/config": "1.3.6-next.0",
56
+ "@backstage/backend-plugin-api": "1.5.1-next.0",
57
+ "@backstage/config": "1.3.6",
58
58
  "@backstage/errors": "1.2.7",
59
- "@backstage/integration": "1.18.2-next.0",
60
- "@backstage/plugin-scaffolder-node": "0.12.1-next.1",
59
+ "@backstage/integration": "1.18.3-next.0",
60
+ "@backstage/plugin-scaffolder-node": "0.12.2-next.0",
61
61
  "@gitbeaker/requester-utils": "^41.2.0",
62
62
  "@gitbeaker/rest": "^41.2.0",
63
63
  "luxon": "^3.0.0",
@@ -65,8 +65,8 @@
65
65
  "zod": "^3.22.4"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/backend-test-utils": "1.10.0-next.1",
69
- "@backstage/cli": "0.34.5-next.1",
70
- "@backstage/plugin-scaffolder-node-test-utils": "0.3.5-next.1"
68
+ "@backstage/backend-test-utils": "1.10.1-next.0",
69
+ "@backstage/cli": "0.34.6-next.0",
70
+ "@backstage/plugin-scaffolder-node-test-utils": "0.3.6-next.0"
71
71
  }
72
72
  }