@backstage/plugin-scaffolder 1.31.0-next.1 → 1.31.0-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 +21 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.31.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/integration@1.17.0-next.2
|
|
9
|
+
- @backstage/core-plugin-api@1.10.7-next.0
|
|
10
|
+
- @backstage/core-compat-api@0.4.2-next.2
|
|
11
|
+
- @backstage/core-components@0.17.2-next.1
|
|
12
|
+
- @backstage/frontend-plugin-api@0.10.2-next.1
|
|
13
|
+
- @backstage/integration-react@1.2.7-next.2
|
|
14
|
+
- @backstage/plugin-catalog-react@1.18.0-next.2
|
|
15
|
+
- @backstage/plugin-permission-react@0.4.34-next.1
|
|
16
|
+
- @backstage/plugin-scaffolder-react@1.16.0-next.2
|
|
17
|
+
- @backstage/catalog-client@1.10.0-next.0
|
|
18
|
+
- @backstage/catalog-model@1.7.3
|
|
19
|
+
- @backstage/errors@1.2.7
|
|
20
|
+
- @backstage/types@1.2.1
|
|
21
|
+
- @backstage/plugin-catalog-common@1.1.4-next.0
|
|
22
|
+
- @backstage/plugin-scaffolder-common@1.5.11-next.0
|
|
23
|
+
|
|
3
24
|
## 1.31.0-next.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
|
-
"version": "1.31.0-next.
|
|
3
|
+
"version": "1.31.0-next.2",
|
|
4
4
|
"description": "The Backstage plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -72,18 +72,18 @@
|
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@backstage/catalog-client": "1.10.0-next.0",
|
|
74
74
|
"@backstage/catalog-model": "1.7.3",
|
|
75
|
-
"@backstage/core-compat-api": "0.4.2-next.
|
|
76
|
-
"@backstage/core-components": "0.17.2-next.
|
|
77
|
-
"@backstage/core-plugin-api": "1.10.
|
|
75
|
+
"@backstage/core-compat-api": "0.4.2-next.2",
|
|
76
|
+
"@backstage/core-components": "0.17.2-next.1",
|
|
77
|
+
"@backstage/core-plugin-api": "1.10.7-next.0",
|
|
78
78
|
"@backstage/errors": "1.2.7",
|
|
79
|
-
"@backstage/frontend-plugin-api": "0.10.2-next.
|
|
80
|
-
"@backstage/integration": "1.
|
|
81
|
-
"@backstage/integration-react": "1.2.7-next.
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.10.2-next.1",
|
|
80
|
+
"@backstage/integration": "1.17.0-next.2",
|
|
81
|
+
"@backstage/integration-react": "1.2.7-next.2",
|
|
82
82
|
"@backstage/plugin-catalog-common": "1.1.4-next.0",
|
|
83
|
-
"@backstage/plugin-catalog-react": "1.18.0-next.
|
|
84
|
-
"@backstage/plugin-permission-react": "0.4.34-next.
|
|
83
|
+
"@backstage/plugin-catalog-react": "1.18.0-next.2",
|
|
84
|
+
"@backstage/plugin-permission-react": "0.4.34-next.1",
|
|
85
85
|
"@backstage/plugin-scaffolder-common": "1.5.11-next.0",
|
|
86
|
-
"@backstage/plugin-scaffolder-react": "1.16.0-next.
|
|
86
|
+
"@backstage/plugin-scaffolder-react": "1.16.0-next.2",
|
|
87
87
|
"@backstage/types": "1.2.1",
|
|
88
88
|
"@codemirror/language": "^6.0.0",
|
|
89
89
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
"zod-to-json-schema": "^3.20.4"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@backstage/cli": "0.32.1-next.
|
|
121
|
-
"@backstage/core-app-api": "1.16.
|
|
122
|
-
"@backstage/dev-utils": "1.1.10-next.
|
|
123
|
-
"@backstage/plugin-catalog": "1.29.1-next.
|
|
120
|
+
"@backstage/cli": "0.32.1-next.2",
|
|
121
|
+
"@backstage/core-app-api": "1.16.2-next.0",
|
|
122
|
+
"@backstage/dev-utils": "1.1.10-next.2",
|
|
123
|
+
"@backstage/plugin-catalog": "1.29.1-next.2",
|
|
124
124
|
"@backstage/plugin-permission-common": "0.9.0-next.0",
|
|
125
|
-
"@backstage/test-utils": "1.7.8-next.
|
|
125
|
+
"@backstage/test-utils": "1.7.8-next.1",
|
|
126
126
|
"@testing-library/dom": "^10.0.0",
|
|
127
127
|
"@testing-library/jest-dom": "^6.0.0",
|
|
128
128
|
"@testing-library/react": "^16.0.0",
|