chore: fix up the changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-22 14:37:24 +01:00
parent b5a65f9946
commit 9cd76a98e1
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder-backend': patch
---
patch
Added a type parameter to `TaskStoreEmitOptions` to type the `body` property
+2 -1
View File
@@ -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$`.