@backstage/plugin-scaffolder 1.27.2-next.0 → 1.27.2-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 +21 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.27.2-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.14.3-next.1
|
|
9
|
+
- @backstage/catalog-client@1.9.0-next.1
|
|
10
|
+
- @backstage/plugin-scaffolder-react@1.14.2-next.1
|
|
11
|
+
- @backstage/core-components@0.16.2-next.1
|
|
12
|
+
- @backstage/catalog-model@1.7.1
|
|
13
|
+
- @backstage/core-compat-api@0.3.4-next.1
|
|
14
|
+
- @backstage/core-plugin-api@1.10.1
|
|
15
|
+
- @backstage/errors@1.2.5
|
|
16
|
+
- @backstage/frontend-plugin-api@0.9.3-next.1
|
|
17
|
+
- @backstage/integration@1.16.0-next.0
|
|
18
|
+
- @backstage/integration-react@1.2.2-next.0
|
|
19
|
+
- @backstage/types@1.2.0
|
|
20
|
+
- @backstage/plugin-catalog-common@1.1.1
|
|
21
|
+
- @backstage/plugin-permission-react@0.4.28
|
|
22
|
+
- @backstage/plugin-scaffolder-common@1.5.8-next.0
|
|
23
|
+
|
|
3
24
|
## 1.27.2-next.0
|
|
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.27.2-next.
|
|
3
|
+
"version": "1.27.2-next.1",
|
|
4
4
|
"description": "The Backstage plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"test": "backstage-cli package test"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@backstage/catalog-client": "1.
|
|
70
|
+
"@backstage/catalog-client": "1.9.0-next.1",
|
|
71
71
|
"@backstage/catalog-model": "1.7.1",
|
|
72
|
-
"@backstage/core-compat-api": "0.3.4-next.
|
|
73
|
-
"@backstage/core-components": "0.16.2-next.
|
|
72
|
+
"@backstage/core-compat-api": "0.3.4-next.1",
|
|
73
|
+
"@backstage/core-components": "0.16.2-next.1",
|
|
74
74
|
"@backstage/core-plugin-api": "1.10.1",
|
|
75
75
|
"@backstage/errors": "1.2.5",
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.9.3-next.
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.9.3-next.1",
|
|
77
77
|
"@backstage/integration": "1.16.0-next.0",
|
|
78
78
|
"@backstage/integration-react": "1.2.2-next.0",
|
|
79
79
|
"@backstage/plugin-catalog-common": "1.1.1",
|
|
80
|
-
"@backstage/plugin-catalog-react": "1.14.3-next.
|
|
80
|
+
"@backstage/plugin-catalog-react": "1.14.3-next.1",
|
|
81
81
|
"@backstage/plugin-permission-react": "0.4.28",
|
|
82
82
|
"@backstage/plugin-scaffolder-common": "1.5.8-next.0",
|
|
83
|
-
"@backstage/plugin-scaffolder-react": "1.14.2-next.
|
|
83
|
+
"@backstage/plugin-scaffolder-react": "1.14.2-next.1",
|
|
84
84
|
"@backstage/types": "1.2.0",
|
|
85
85
|
"@codemirror/language": "^6.0.0",
|
|
86
86
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -114,10 +114,10 @@
|
|
|
114
114
|
"zod-to-json-schema": "^3.20.4"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@backstage/cli": "0.29.3-next.
|
|
117
|
+
"@backstage/cli": "0.29.3-next.1",
|
|
118
118
|
"@backstage/core-app-api": "1.15.3-next.0",
|
|
119
|
-
"@backstage/dev-utils": "1.1.5-next.
|
|
120
|
-
"@backstage/plugin-catalog": "1.25.2-next.
|
|
119
|
+
"@backstage/dev-utils": "1.1.5-next.1",
|
|
120
|
+
"@backstage/plugin-catalog": "1.25.2-next.1",
|
|
121
121
|
"@backstage/plugin-permission-common": "0.8.2",
|
|
122
122
|
"@backstage/test-utils": "1.7.3-next.0",
|
|
123
123
|
"@testing-library/dom": "^10.0.0",
|