From 7bd27e1743039fcb0405330f355bc669f4675979 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 14 Aug 2024 14:45:34 +0200 Subject: [PATCH] chore: changeset Signed-off-by: blam --- .changeset/curly-cars-relax.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/curly-cars-relax.md diff --git a/.changeset/curly-cars-relax.md b/.changeset/curly-cars-relax.md new file mode 100644 index 0000000000..de1b4c3d89 --- /dev/null +++ b/.changeset/curly-cars-relax.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-catalog-react': patch +'@backstage/plugin-search-react': patch +'@backstage/plugin-catalog': patch +--- + +Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead.