From 5d99272bdd4e6112c777073d19747aba81c40d76 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 20 Apr 2024 15:28:02 +0200 Subject: [PATCH] changesets: add changesets for community plugin fixes Signed-off-by: Patrik Oldsberg --- .changeset/chatty-cycles-unite.md | 9 +++++++++ .changeset/tricky-cougars-shout.md | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 .changeset/chatty-cycles-unite.md create mode 100644 .changeset/tricky-cougars-shout.md diff --git a/.changeset/chatty-cycles-unite.md b/.changeset/chatty-cycles-unite.md new file mode 100644 index 0000000000..93dffbb143 --- /dev/null +++ b/.changeset/chatty-cycles-unite.md @@ -0,0 +1,9 @@ +--- +'@backstage/plugin-scaffolder-backend-module-github': patch +'@backstage/core-compat-api': patch +'@backstage/create-app': patch +'@backstage/plugin-api-docs': patch +'@backstage/plugin-catalog': patch +--- + +Update local development dependencies. diff --git a/.changeset/tricky-cougars-shout.md b/.changeset/tricky-cougars-shout.md new file mode 100644 index 0000000000..eed14c9eb8 --- /dev/null +++ b/.changeset/tricky-cougars-shout.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-module-explore': patch +--- + +Update README.md to point to explore plugin in community-plugins repository.