diff --git a/.changeset/nine-frogs-yell.md b/.changeset/nine-frogs-yell.md index e34f00fec8..7513bea4a6 100644 --- a/.changeset/nine-frogs-yell.md +++ b/.changeset/nine-frogs-yell.md @@ -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.