@backstage/plugin-scaffolder-backend-module-gitlab 0.4.1-next.0 → 0.4.1-next.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
+ ## 0.4.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - cf96041: Added `gitlab:issue:edit` action to edit existing GitLab issues
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@0.6.19-next.2
10
+ - @backstage/backend-common@0.23.0-next.2
11
+ - @backstage/integration@1.12.0-next.0
12
+ - @backstage/plugin-scaffolder-node@0.4.5-next.2
13
+ - @backstage/config@1.2.0
14
+ - @backstage/errors@1.2.4
15
+
16
+ ## 0.4.1-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - 829e0ec: Add new `gitlab:pipeline:trigger` action to trigger GitLab pipelines.
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.6.19-next.1
23
+ - @backstage/backend-common@0.23.0-next.1
24
+ - @backstage/plugin-scaffolder-node@0.4.5-next.1
25
+
3
26
  ## 0.4.1-next.0
4
27
 
5
28
  ### Patch Changes