From 3cea7ee6227c8bf5e59027a493d4ac56a9125f03 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Wed, 4 Jun 2025 11:27:25 +0200 Subject: [PATCH] chore: last changeset Signed-off-by: benjdlambert --- .changeset/eighty-showers-hide.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/eighty-showers-hide.md diff --git a/.changeset/eighty-showers-hide.md b/.changeset/eighty-showers-hide.md new file mode 100644 index 0000000000..0871fea4bb --- /dev/null +++ b/.changeset/eighty-showers-hide.md @@ -0,0 +1,9 @@ +--- +'@backstage/plugin-scaffolder-node-test-utils': minor +--- + +**BREAKING CHANGES** + +Because of the removal of the `logStream` property to the `ActionsContext` this has been removed from the `createMockActionContext` method. + +You can remove this as it's no longer supported in the scaffolder actions.