chore: added some changesets
Signed-off-by: blam <ben@blam.sh> Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Re-home some of the common types, components, hooks and `(route|api)Ref`'s for the `@backstage/plugin-scaffolder` to this package for easy re-use across things that want to interact with the `scaffolder`.
|
||||
@@ -0,0 +1,48 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
- **Deprecation** - Deprecated the following exports, please import them directly from `@backstage/plugin-scaffolder-react` instead
|
||||
|
||||
```
|
||||
createScaffolderFieldExtension
|
||||
ScaffolderFieldExtensions
|
||||
rootRouteRef
|
||||
selectedTemplateRouteRef
|
||||
useTemplateSecrets
|
||||
scaffolderApiRef
|
||||
ScaffolderApi
|
||||
ScaffolderUseTemplateSecrets
|
||||
TemplateParameterSchema
|
||||
CustomFieldExtensionSchema
|
||||
CustomFieldValidator
|
||||
FieldExtensionOptions
|
||||
FieldExtensionComponentProps
|
||||
FieldExtensionComponent
|
||||
ListActionsResponse
|
||||
LogEvent
|
||||
ScaffolderDryRunOptions
|
||||
ScaffolderDryRunResponse
|
||||
ScaffolderGetIntegrationsListOptions
|
||||
ScaffolderGetIntegrationsListResponse
|
||||
ScaffolderOutputlink
|
||||
ScaffolderScaffoldOptions
|
||||
ScaffolderScaffoldResponse
|
||||
ScaffolderStreamLogsOptions
|
||||
ScaffolderTask
|
||||
ScaffolderTaskOutput
|
||||
ScaffolderTaskStatus
|
||||
```
|
||||
|
||||
- The following `/alpha` types have removed from this package and moved to the `@backstage/plugin-scaffolder-react/alpha` package
|
||||
|
||||
```
|
||||
createNextScaffolderFieldExtension
|
||||
FormProps
|
||||
NextCustomFieldValidator
|
||||
NextFieldExtensionComponentProps
|
||||
NextFieldExtensionOptions
|
||||
nextRouteRef
|
||||
nextScaffolderTaskRouteRef
|
||||
nextSelectedTemplateRouteRef
|
||||
```
|
||||
Reference in New Issue
Block a user