@backstage/plugin-scaffolder-react 1.16.0-next.1 → 1.16.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 +17 -0
- package/dist/alpha.d.ts +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-react
|
|
2
2
|
|
|
3
|
+
## 1.16.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-plugin-api@1.10.7-next.0
|
|
9
|
+
- @backstage/core-components@0.17.2-next.1
|
|
10
|
+
- @backstage/frontend-plugin-api@0.10.2-next.1
|
|
11
|
+
- @backstage/plugin-catalog-react@1.18.0-next.2
|
|
12
|
+
- @backstage/plugin-permission-react@0.4.34-next.1
|
|
13
|
+
- @backstage/catalog-client@1.10.0-next.0
|
|
14
|
+
- @backstage/catalog-model@1.7.3
|
|
15
|
+
- @backstage/theme@0.6.6-next.0
|
|
16
|
+
- @backstage/types@1.2.1
|
|
17
|
+
- @backstage/version-bridge@1.0.11
|
|
18
|
+
- @backstage/plugin-scaffolder-common@1.5.11-next.0
|
|
19
|
+
|
|
3
20
|
## 1.16.0-next.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -481,8 +481,8 @@ declare const scaffolderReactTranslationRef: _backstage_core_plugin_api_alpha.Tr
|
|
|
481
481
|
readonly "stepper.backButtonText": "Back";
|
|
482
482
|
readonly "stepper.createButtonText": "Create";
|
|
483
483
|
readonly "stepper.reviewButtonText": "Review";
|
|
484
|
-
readonly "stepper.stepIndexLabel": "Step {{index, number}}";
|
|
485
484
|
readonly "stepper.nextButtonText": "Next";
|
|
485
|
+
readonly "stepper.stepIndexLabel": "Step {{index, number}}";
|
|
486
486
|
readonly "templateCategoryPicker.title": "Categories";
|
|
487
487
|
readonly "templateCard.noDescription": "No description";
|
|
488
488
|
readonly "templateCard.chooseButtonText": "Choose";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-react",
|
|
3
|
-
"version": "1.16.0-next.
|
|
3
|
+
"version": "1.16.0-next.2",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@backstage/catalog-client": "1.10.0-next.0",
|
|
70
70
|
"@backstage/catalog-model": "1.7.3",
|
|
71
|
-
"@backstage/core-components": "0.17.2-next.
|
|
72
|
-
"@backstage/core-plugin-api": "1.10.
|
|
73
|
-
"@backstage/frontend-plugin-api": "0.10.2-next.
|
|
74
|
-
"@backstage/plugin-catalog-react": "1.18.0-next.
|
|
75
|
-
"@backstage/plugin-permission-react": "0.4.34-next.
|
|
71
|
+
"@backstage/core-components": "0.17.2-next.1",
|
|
72
|
+
"@backstage/core-plugin-api": "1.10.7-next.0",
|
|
73
|
+
"@backstage/frontend-plugin-api": "0.10.2-next.1",
|
|
74
|
+
"@backstage/plugin-catalog-react": "1.18.0-next.2",
|
|
75
|
+
"@backstage/plugin-permission-react": "0.4.34-next.1",
|
|
76
76
|
"@backstage/plugin-scaffolder-common": "1.5.11-next.0",
|
|
77
77
|
"@backstage/theme": "0.6.6-next.0",
|
|
78
78
|
"@backstage/types": "1.2.1",
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
"zod-to-json-schema": "^3.20.4"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@backstage/cli": "0.32.1-next.
|
|
108
|
-
"@backstage/core-app-api": "1.16.
|
|
109
|
-
"@backstage/plugin-catalog": "1.29.1-next.
|
|
107
|
+
"@backstage/cli": "0.32.1-next.2",
|
|
108
|
+
"@backstage/core-app-api": "1.16.2-next.0",
|
|
109
|
+
"@backstage/plugin-catalog": "1.29.1-next.2",
|
|
110
110
|
"@backstage/plugin-catalog-common": "1.1.4-next.0",
|
|
111
111
|
"@backstage/plugin-permission-common": "0.9.0-next.0",
|
|
112
|
-
"@backstage/test-utils": "1.7.8-next.
|
|
112
|
+
"@backstage/test-utils": "1.7.8-next.1",
|
|
113
113
|
"@testing-library/dom": "^10.0.0",
|
|
114
114
|
"@testing-library/jest-dom": "^6.0.0",
|
|
115
115
|
"@testing-library/react": "^16.0.0",
|