diff --git a/.changeset/clean-suits-hear.md b/.changeset/clean-suits-hear.md index a02327fe49..9c167ff15e 100644 --- a/.changeset/clean-suits-hear.md +++ b/.changeset/clean-suits-hear.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-backend': patch --- -patch +Added a type parameter to `TaskStoreEmitOptions` to type the `body` property diff --git a/.changeset/six-cobras-allow.md b/.changeset/six-cobras-allow.md index b0727512d6..db34ecb1f9 100644 --- a/.changeset/six-cobras-allow.md +++ b/.changeset/six-cobras-allow.md @@ -2,4 +2,5 @@ '@backstage/plugin-scaffolder-backend': minor --- -breaking +- **BREAKING** - Removed the re-export of types `TaskSpec` `TaskSpecV1Beta2` and `TaskSpecV1Beta3` these should now be import from `@backstage/plugin-scaffolder-common` directly. +- **BREAKING** - Removed the `observe` method from the `TaskBroker` interface, this has now been replaced with an `Observable` implementation under `event$`.