chore: one more breaking change we missed

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-07 21:56:20 +00:00
parent 2c1a2eecce
commit c54fc49643
+2
View File
@@ -9,3 +9,5 @@ Removed the following previously deprecated exports:
- **BREAKING**: Removed the deprecated `setSecret` method, please use `setSecrets` instead.
- **BREAKING**: Removed the deprecated `TemplateCardComponent` and `TaskPageComponent` props from the `ScaffolderPage` component. These are now provided using the `components` prop with the shape `{{ TemplateCardComponent: () => JSX.Element, TaskPageComponent: () => JSX.Element }}`
- **BREAKING**: Removed `JobStatus` as this type was actually a legacy type used in `v1alpha` templates and the workflow engine and should no longer be used or depended on.