From 4e4cccd5ad84507f82fd7288a981cdbae94c0786 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 7 Apr 2025 11:06:38 +0200 Subject: [PATCH] Update .changeset/happy-spoons-sing.md Signed-off-by: Patrik Oldsberg --- .changeset/happy-spoons-sing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/happy-spoons-sing.md b/.changeset/happy-spoons-sing.md index 3ac0a48032..f6e5b720d7 100644 --- a/.changeset/happy-spoons-sing.md +++ b/.changeset/happy-spoons-sing.md @@ -3,7 +3,7 @@ '@backstage/plugin-catalog': minor --- -**BREAKING**: `CatalogFilterBlueprint`, used in the new frontend system, is now exported under plugin-catalog-react instead of plugin-catalog. +**BREAKING ALPHA**: `CatalogFilterBlueprint`, used in the new frontend system, is now exported under plugin-catalog-react instead of plugin-catalog. ```diff + import { CatalogFilterBlueprint } from '@backstage/plugin-catalog-react/alpha';