@backstage/plugin-scaffolder-node 0.5.0-next.2 → 0.5.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 +31 -0
- package/alpha/package.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-node
|
|
2
2
|
|
|
3
|
+
## 0.5.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.0.2-next.0
|
|
9
|
+
- @backstage/catalog-model@1.7.0
|
|
10
|
+
- @backstage/errors@1.2.4
|
|
11
|
+
- @backstage/integration@1.15.1
|
|
12
|
+
- @backstage/types@1.1.1
|
|
13
|
+
- @backstage/plugin-scaffolder-common@1.5.6
|
|
14
|
+
|
|
15
|
+
## 0.5.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 3ec4e6d: Added pagination support for listing of tasks and the ability to filter on several users and task statuses.
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 094eaa3: Remove references to in-repo backend-common
|
|
24
|
+
- 11e0752: Make it possible to manually retry the scaffolder template from the step it failed
|
|
25
|
+
- d7a736c: Use `branch` function instead of `checkout` function when creating branch
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/integration@1.15.1
|
|
28
|
+
- @backstage/backend-plugin-api@1.0.1
|
|
29
|
+
- @backstage/catalog-model@1.7.0
|
|
30
|
+
- @backstage/errors@1.2.4
|
|
31
|
+
- @backstage/types@1.1.1
|
|
32
|
+
- @backstage/plugin-scaffolder-common@1.5.6
|
|
33
|
+
|
|
3
34
|
## 0.5.0-next.2
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-node",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1-next.0",
|
|
4
4
|
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@backstage/backend-common": "^0.25.0",
|
|
57
|
-
"@backstage/backend-plugin-api": "1.0.
|
|
57
|
+
"@backstage/backend-plugin-api": "1.0.2-next.0",
|
|
58
58
|
"@backstage/catalog-model": "1.7.0",
|
|
59
59
|
"@backstage/errors": "1.2.4",
|
|
60
|
-
"@backstage/integration": "1.15.1
|
|
60
|
+
"@backstage/integration": "1.15.1",
|
|
61
61
|
"@backstage/plugin-scaffolder-common": "1.5.6",
|
|
62
62
|
"@backstage/types": "1.1.1",
|
|
63
63
|
"concat-stream": "^2.0.0",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"zod-to-json-schema": "^3.20.4"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@backstage/backend-test-utils": "1.0.
|
|
76
|
-
"@backstage/cli": "0.
|
|
75
|
+
"@backstage/backend-test-utils": "1.0.3-next.0",
|
|
76
|
+
"@backstage/cli": "0.29.0-next.0",
|
|
77
77
|
"@backstage/config": "1.2.0"
|
|
78
78
|
}
|
|
79
79
|
}
|