@backstage/plugin-scaffolder-backend-module-gitlab 0.10.0-next.1 → 0.10.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 +15 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ff96d7e: fix scaffolder action createDeployToken to allow usage of oauth tokens
8
+
9
+ ### Patch Changes
10
+
11
+ - b2bef92: Convert all enums to erasable-syntax compliant patterns
12
+ - Updated dependencies
13
+ - @backstage/integration@1.18.2
14
+ - @backstage/backend-plugin-api@1.5.0
15
+ - @backstage/config@1.3.6
16
+ - @backstage/plugin-scaffolder-node@0.12.1
17
+
3
18
  ## 0.10.0-next.1
4
19
 
5
20
  ### 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.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",
58
- "@backstage/errors": "1.2.7",
59
- "@backstage/integration": "1.18.2-next.0",
60
- "@backstage/plugin-scaffolder-node": "0.12.1-next.1",
56
+ "@backstage/backend-plugin-api": "^1.5.0",
57
+ "@backstage/config": "^1.3.6",
58
+ "@backstage/errors": "^1.2.7",
59
+ "@backstage/integration": "^1.18.2",
60
+ "@backstage/plugin-scaffolder-node": "^0.12.1",
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.0",
69
+ "@backstage/cli": "^0.34.5",
70
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.3.5"
71
71
  }
72
72
  }