From 8fe998a86812cbe213047d32794703279197633e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 8 Aug 2023 22:31:36 +0200 Subject: [PATCH] bump to minor and breaking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/metal-kings-argue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/metal-kings-argue.md b/.changeset/metal-kings-argue.md index a0adeb6f04..3b00a54748 100644 --- a/.changeset/metal-kings-argue.md +++ b/.changeset/metal-kings-argue.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-search-backend-module-catalog': patch +'@backstage/plugin-search-backend-module-catalog': minor --- -Move collator settings from module options into app-config. You are now expected to set up the catalog collator under the `search.collators.catalog` configuration key. +**BREAKING**: Moved collator settings from module options into app-config. You are now expected to set up the catalog collator under the `search.collators.catalog` configuration key.