From 87b189d00fef710d47c1c275447e90b3c740879c Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 1 Feb 2021 19:21:33 +0100 Subject: [PATCH] changesets: add graphiql migration changeset --- .changeset/cyan-lions-float.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cyan-lions-float.md diff --git a/.changeset/cyan-lions-float.md b/.changeset/cyan-lions-float.md new file mode 100644 index 0000000000..f5fa064b71 --- /dev/null +++ b/.changeset/cyan-lions-float.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-graphiql': patch +--- + +Finalized composability API migration, now exporting the plugin as `graphiqlPlugin`.