@backstage/plugin-scaffolder-backend 1.1.0-next.2 → 1.1.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 +19 -0
- package/dist/index.cjs.js.map +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2a7d52ca2c: Override default commit message and author details in GitLab action
|
|
8
|
+
- f5f921dafb: Add new `draft` option to the `publish:github:pull-request` action.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 64d9a031a8: build(deps): bump `isbinaryfile` from 4.0.8 to 5.0.0
|
|
13
|
+
- 2f3d3a1eae: build(deps): bump `@gitbeaker/core` from 34.6.0 to 35.6.0
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/plugin-catalog-backend@1.1.0
|
|
16
|
+
- @backstage/integration@1.1.0
|
|
17
|
+
- @backstage/catalog-model@1.0.1
|
|
18
|
+
- @backstage/backend-common@0.13.2
|
|
19
|
+
- @backstage/catalog-client@1.0.1
|
|
20
|
+
- @backstage/plugin-scaffolder-common@1.0.1
|
|
21
|
+
|
|
3
22
|
## 1.1.0-next.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|