@backstage/plugin-scaffolder 1.26.2 → 1.26.3-next.1
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 +34 -6
- package/alpha/package.json +1 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,48 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
-
## 1.26.
|
|
3
|
+
## 1.26.3-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- a2acc0d: fix(scaffolder): use `onInputChange` in `RepoUrlPicker` to fix issue with the value not updating properly
|
|
8
7
|
- Updated dependencies
|
|
9
|
-
- @backstage/
|
|
8
|
+
- @backstage/catalog-client@1.8.0-next.0
|
|
9
|
+
- @backstage/catalog-model@1.7.0
|
|
10
|
+
- @backstage/core-compat-api@0.3.2-next.1
|
|
11
|
+
- @backstage/core-components@0.16.0-next.1
|
|
12
|
+
- @backstage/core-plugin-api@1.10.0
|
|
13
|
+
- @backstage/errors@1.2.4
|
|
14
|
+
- @backstage/frontend-plugin-api@0.9.1-next.1
|
|
15
|
+
- @backstage/integration@1.15.1
|
|
16
|
+
- @backstage/integration-react@1.2.0
|
|
17
|
+
- @backstage/types@1.1.1
|
|
18
|
+
- @backstage/plugin-catalog-common@1.1.0
|
|
19
|
+
- @backstage/plugin-catalog-react@1.14.1-next.1
|
|
20
|
+
- @backstage/plugin-permission-react@0.4.27
|
|
21
|
+
- @backstage/plugin-scaffolder-common@1.5.6
|
|
22
|
+
- @backstage/plugin-scaffolder-react@1.13.3-next.1
|
|
10
23
|
|
|
11
|
-
## 1.26.
|
|
24
|
+
## 1.26.2-next.0
|
|
12
25
|
|
|
13
26
|
### Patch Changes
|
|
14
27
|
|
|
15
|
-
-
|
|
28
|
+
- 99471cd: fix(scaffolder): use `onInputChange` in `RepoUrlPicker` to fix issue with the value not updating properly
|
|
29
|
+
- 7669af3: Revert the change of the option label for `EntityPicker`
|
|
16
30
|
- Updated dependencies
|
|
17
|
-
- @backstage/plugin-scaffolder-react@1.13.
|
|
31
|
+
- @backstage/plugin-scaffolder-react@1.13.2-next.0
|
|
32
|
+
- @backstage/core-components@0.16.0-next.0
|
|
33
|
+
- @backstage/catalog-client@1.8.0-next.0
|
|
34
|
+
- @backstage/catalog-model@1.7.0
|
|
35
|
+
- @backstage/core-compat-api@0.3.2-next.0
|
|
36
|
+
- @backstage/core-plugin-api@1.10.0
|
|
37
|
+
- @backstage/errors@1.2.4
|
|
38
|
+
- @backstage/frontend-plugin-api@0.9.1-next.0
|
|
39
|
+
- @backstage/integration@1.15.1
|
|
40
|
+
- @backstage/integration-react@1.2.0
|
|
41
|
+
- @backstage/types@1.1.1
|
|
42
|
+
- @backstage/plugin-catalog-common@1.1.0
|
|
43
|
+
- @backstage/plugin-catalog-react@1.14.1-next.0
|
|
44
|
+
- @backstage/plugin-permission-react@0.4.27
|
|
45
|
+
- @backstage/plugin-scaffolder-common@1.5.6
|
|
18
46
|
|
|
19
47
|
## 1.26.0
|
|
20
48
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.3-next.1",
|
|
4
4
|
"description": "The Backstage plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -58,21 +58,21 @@
|
|
|
58
58
|
"test": "backstage-cli package test"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@backstage/catalog-client": "
|
|
62
|
-
"@backstage/catalog-model": "
|
|
63
|
-
"@backstage/core-compat-api": "
|
|
64
|
-
"@backstage/core-components": "
|
|
65
|
-
"@backstage/core-plugin-api": "
|
|
66
|
-
"@backstage/errors": "
|
|
67
|
-
"@backstage/frontend-plugin-api": "
|
|
68
|
-
"@backstage/integration": "
|
|
69
|
-
"@backstage/integration-react": "
|
|
70
|
-
"@backstage/plugin-catalog-common": "
|
|
71
|
-
"@backstage/plugin-catalog-react": "
|
|
72
|
-
"@backstage/plugin-permission-react": "
|
|
73
|
-
"@backstage/plugin-scaffolder-common": "
|
|
74
|
-
"@backstage/plugin-scaffolder-react": "
|
|
75
|
-
"@backstage/types": "
|
|
61
|
+
"@backstage/catalog-client": "1.8.0-next.0",
|
|
62
|
+
"@backstage/catalog-model": "1.7.0",
|
|
63
|
+
"@backstage/core-compat-api": "0.3.2-next.1",
|
|
64
|
+
"@backstage/core-components": "0.16.0-next.1",
|
|
65
|
+
"@backstage/core-plugin-api": "1.10.0",
|
|
66
|
+
"@backstage/errors": "1.2.4",
|
|
67
|
+
"@backstage/frontend-plugin-api": "0.9.1-next.1",
|
|
68
|
+
"@backstage/integration": "1.15.1",
|
|
69
|
+
"@backstage/integration-react": "1.2.0",
|
|
70
|
+
"@backstage/plugin-catalog-common": "1.1.0",
|
|
71
|
+
"@backstage/plugin-catalog-react": "1.14.1-next.1",
|
|
72
|
+
"@backstage/plugin-permission-react": "0.4.27",
|
|
73
|
+
"@backstage/plugin-scaffolder-common": "1.5.6",
|
|
74
|
+
"@backstage/plugin-scaffolder-react": "1.13.3-next.1",
|
|
75
|
+
"@backstage/types": "1.1.1",
|
|
76
76
|
"@codemirror/language": "^6.0.0",
|
|
77
77
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
78
78
|
"@codemirror/view": "^6.0.0",
|
|
@@ -105,12 +105,12 @@
|
|
|
105
105
|
"zod-to-json-schema": "^3.20.4"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@backstage/cli": "
|
|
109
|
-
"@backstage/core-app-api": "
|
|
110
|
-
"@backstage/dev-utils": "
|
|
111
|
-
"@backstage/plugin-catalog": "
|
|
112
|
-
"@backstage/plugin-permission-common": "
|
|
113
|
-
"@backstage/test-utils": "
|
|
108
|
+
"@backstage/cli": "0.29.0-next.1",
|
|
109
|
+
"@backstage/core-app-api": "1.15.1",
|
|
110
|
+
"@backstage/dev-utils": "1.1.3-next.1",
|
|
111
|
+
"@backstage/plugin-catalog": "1.24.1-next.1",
|
|
112
|
+
"@backstage/plugin-permission-common": "0.8.1",
|
|
113
|
+
"@backstage/test-utils": "1.7.1-next.0",
|
|
114
114
|
"@testing-library/dom": "^10.0.0",
|
|
115
115
|
"@testing-library/jest-dom": "^6.0.0",
|
|
116
116
|
"@testing-library/react": "^16.0.0",
|