From 18d6f00afbac6a1c16310f290933fe087c130dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 10 Apr 2026 12:08:28 +0200 Subject: [PATCH] Mark CatalogService updateLocation addition as BREAKING PRODUCERS in changeset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw Made-with: Cursor --- .changeset/location-entity-ref-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/location-entity-ref-node.md b/.changeset/location-entity-ref-node.md index d862a6cb70..af5d9825af 100644 --- a/.changeset/location-entity-ref-node.md +++ b/.changeset/location-entity-ref-node.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-node': minor --- -Added `updateLocation` method to `CatalogService` for updating the type and target of an existing location. +**BREAKING PRODUCERS**: Added `updateLocation` method to `CatalogService` for updating the type and target of an existing location. Any code that implements `CatalogService` must now provide this method.