From 5e7b36e74daeb9ecdaf6cf9ca914a3aa3888f8bc Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 17 May 2021 13:22:47 +0200 Subject: [PATCH] changeset: add changeset for dev-utils apis fix Signed-off-by: Patrik Oldsberg --- .changeset/strong-nails-do.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/strong-nails-do.md diff --git a/.changeset/strong-nails-do.md b/.changeset/strong-nails-do.md new file mode 100644 index 0000000000..07f77c76ef --- /dev/null +++ b/.changeset/strong-nails-do.md @@ -0,0 +1,5 @@ +--- +'@backstage/dev-utils': patch +--- + +Fix a bug where an instance of the SCM integrations API wasn't being provided properly to the dev app.