@backstage/plugin-scaffolder-backend 1.12.0 → 1.12.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.
- package/CHANGELOG.md +24 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +347 -150
- package/dist/alpha.cjs.js.map +1 -1
- package/dist/index.cjs.js +348 -150
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +31 -7
- package/package.json +14 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.12.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e23abb37ec1: Rename output parameter `mergeRequestURL` of `publish:gitlab:merge-request` action to `mergeRequestUrl`.
|
|
8
|
+
- e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
|
|
9
|
+
- c9a0fdcd2c8: Fix deprecated types.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/plugin-scaffolder-node@0.1.2-next.0
|
|
12
|
+
- @backstage/plugin-scaffolder-common@1.2.7-next.0
|
|
13
|
+
- @backstage/plugin-catalog-backend@1.8.1-next.0
|
|
14
|
+
- @backstage/backend-common@0.18.4-next.0
|
|
15
|
+
- @backstage/config@1.0.7
|
|
16
|
+
- @backstage/integration@1.4.3
|
|
17
|
+
- @backstage/backend-plugin-api@0.5.1-next.0
|
|
18
|
+
- @backstage/backend-tasks@0.5.1-next.0
|
|
19
|
+
- @backstage/catalog-client@1.4.0
|
|
20
|
+
- @backstage/catalog-model@1.2.1
|
|
21
|
+
- @backstage/errors@1.1.5
|
|
22
|
+
- @backstage/types@1.0.2
|
|
23
|
+
- @backstage/plugin-auth-node@0.2.13-next.0
|
|
24
|
+
- @backstage/plugin-catalog-common@1.0.12
|
|
25
|
+
- @backstage/plugin-catalog-node@1.3.5-next.0
|
|
26
|
+
|
|
3
27
|
## 1.12.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|