@backstage/plugin-scaffolder-react 0.0.0-nightly-20240728022021 → 0.0.0-nightly-20240730021827
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 +5 -5
- package/alpha/package.json +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240730021827
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
- d0e95a7: Add ability to customise form fields in the UI by exposing `uiSchema` and `formContext` in `FormProps`
|
|
12
12
|
- 4670f06: support `ajv-errors` for scaffolder validation to allow for customizing the error messages
|
|
13
13
|
- Updated dependencies
|
|
14
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
15
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
14
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20240730021827
|
|
15
|
+
- @backstage/core-components@0.0.0-nightly-20240730021827
|
|
16
16
|
- @backstage/catalog-client@1.6.5
|
|
17
17
|
- @backstage/catalog-model@1.5.0
|
|
18
18
|
- @backstage/core-plugin-api@1.9.3
|
|
19
19
|
- @backstage/theme@0.5.6
|
|
20
20
|
- @backstage/types@1.1.1
|
|
21
21
|
- @backstage/version-bridge@1.0.8
|
|
22
|
-
- @backstage/plugin-permission-react@0.
|
|
23
|
-
- @backstage/plugin-scaffolder-common@
|
|
22
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20240730021827
|
|
23
|
+
- @backstage/plugin-scaffolder-common@0.0.0-nightly-20240730021827
|
|
24
24
|
|
|
25
25
|
## 1.11.0-next.0
|
|
26
26
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-react",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240730021827",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@backstage/catalog-client": "^1.6.5",
|
|
61
61
|
"@backstage/catalog-model": "^1.5.0",
|
|
62
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
62
|
+
"@backstage/core-components": "^0.0.0-nightly-20240730021827",
|
|
63
63
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
64
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
65
|
-
"@backstage/plugin-permission-react": "^0.
|
|
66
|
-
"@backstage/plugin-scaffolder-common": "^
|
|
64
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20240730021827",
|
|
65
|
+
"@backstage/plugin-permission-react": "^0.0.0-nightly-20240730021827",
|
|
66
|
+
"@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240730021827",
|
|
67
67
|
"@backstage/theme": "^0.5.6",
|
|
68
68
|
"@backstage/types": "^1.1.1",
|
|
69
69
|
"@backstage/version-bridge": "^1.0.8",
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"zod-to-json-schema": "^3.20.4"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
97
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
98
|
-
"@backstage/plugin-catalog": "^0.0.0-nightly-
|
|
99
|
-
"@backstage/plugin-catalog-common": "^
|
|
100
|
-
"@backstage/plugin-permission-common": "^0.
|
|
101
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
96
|
+
"@backstage/cli": "^0.0.0-nightly-20240730021827",
|
|
97
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240730021827",
|
|
98
|
+
"@backstage/plugin-catalog": "^0.0.0-nightly-20240730021827",
|
|
99
|
+
"@backstage/plugin-catalog-common": "^0.0.0-nightly-20240730021827",
|
|
100
|
+
"@backstage/plugin-permission-common": "^0.0.0-nightly-20240730021827",
|
|
101
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240730021827",
|
|
102
102
|
"@testing-library/dom": "^10.0.0",
|
|
103
103
|
"@testing-library/jest-dom": "^6.0.0",
|
|
104
104
|
"@testing-library/react": "^15.0.0",
|