@backstage/plugin-scaffolder 1.16.1 → 1.16.2-next.0
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 +27 -6
- package/alpha/package.json +1 -1
- package/dist/esm/DryRunResults-ac176f6e.esm.js.map +1 -1
- package/dist/esm/OngoingTask-1268e13b.esm.js.map +1 -1
- package/dist/esm/Router-19d62c0d.esm.js.map +1 -1
- package/dist/esm/index-b4b12546.esm.js.map +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
-
## 1.16.
|
|
3
|
+
## 1.16.2-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 6806d10be3: Added `headerOptions` to `TemplateListPage` to optionally override default values.
|
|
8
8
|
Changed `themeId` of TemplateListPage from `website` to `home`.
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
- aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
|
|
10
|
+
- 6cd12f277b: Updated dependency `@rjsf/utils` to `5.14.1`.
|
|
11
|
+
Updated dependency `@rjsf/core` to `5.14.1`.
|
|
12
|
+
Updated dependency `@rjsf/material-ui` to `5.14.1`.
|
|
13
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.
|
|
14
|
+
- 63c494ef22: Updated dependency `@rjsf/utils` to `5.14.2`.
|
|
15
|
+
Updated dependency `@rjsf/core` to `5.14.2`.
|
|
16
|
+
Updated dependency `@rjsf/material-ui` to `5.14.2`.
|
|
17
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.14.2`.
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
20
|
+
- @backstage/plugin-catalog-react@1.9.2-next.0
|
|
21
|
+
- @backstage/core-components@0.13.9-next.0
|
|
22
|
+
- @backstage/plugin-scaffolder-react@1.6.2-next.0
|
|
23
|
+
- @backstage/integration@1.8.0-next.0
|
|
24
|
+
- @backstage/theme@0.5.0-next.0
|
|
25
|
+
- @backstage/integration-react@1.1.22-next.0
|
|
26
|
+
- @backstage/plugin-permission-react@0.4.18-next.0
|
|
27
|
+
- @backstage/catalog-client@1.4.6
|
|
28
|
+
- @backstage/catalog-model@1.4.3
|
|
29
|
+
- @backstage/config@1.1.1
|
|
30
|
+
- @backstage/errors@1.2.3
|
|
31
|
+
- @backstage/types@1.1.1
|
|
32
|
+
- @backstage/plugin-catalog-common@1.0.18
|
|
33
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
13
34
|
|
|
14
35
|
## 1.16.0
|
|
15
36
|
|