Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-30 13:52:00 +00:00
parent 2eb0fe4f5e
commit a8634a9634
416 changed files with 5649 additions and 215 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/plugin-scaffolder-react
## 1.5.0-next.1
### Minor Changes
- 6b571405f806: `scaffolder/next`: Provide some default template components to `rjsf` to allow for standardization and markdown descriptions
- 4505dc3b4598: `scaffolder/next`: Don't render `TemplateGroups` when there's no results in with search query
- 6b571405f806: `scaffolder/next`: provide a `ScaffolderField` component which is meant to replace some of the `FormControl` components from MUI, making it easier to write `FieldExtensions`.
### Patch Changes
- 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
- Updated dependencies
- @backstage/errors@1.2.0-next.0
- @backstage/core-components@0.13.2-next.1
- @backstage/plugin-catalog-react@1.7.0-next.1
- @backstage/catalog-model@1.4.0-next.0
- @backstage/core-plugin-api@1.5.2-next.0
- @backstage/catalog-client@1.4.2-next.1
- @backstage/plugin-scaffolder-common@1.3.1-next.0
- @backstage/theme@0.4.0-next.0
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.4
## 1.4.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-react",
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
"version": "1.4.1-next.0",
"version": "1.5.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",