From 9cd76a98e12f0949595ebfab0b32c691d19658db Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 22 Feb 2022 14:37:24 +0100 Subject: [PATCH] chore: fix up the changeset Signed-off-by: blam --- .changeset/clean-suits-hear.md | 2 +- .changeset/six-cobras-allow.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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$`.