From e3fd1d0f8ef1482b650b64a409460668214e8934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 10 Apr 2026 10:52:20 +0200 Subject: [PATCH] Mark entityRef addition as breaking for Location 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-expose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/location-entity-ref-expose.md b/.changeset/location-entity-ref-expose.md index 7847c1f793..1cd1c989a0 100644 --- a/.changeset/location-entity-ref-expose.md +++ b/.changeset/location-entity-ref-expose.md @@ -2,4 +2,4 @@ '@backstage/catalog-client': minor --- -Added `entityRef` field to the `Location` type, exposing the stable entity reference for each registered location. Added `updateLocation` method to `CatalogApi` for updating the type and target of an existing location. +**BREAKING PRODUCERS**: Added required `entityRef` field to the `Location` type, exposing the stable entity reference for each registered location. Any code that produces `Location` objects must now include this field. Added `updateLocation` method to `CatalogApi` for updating the type and target of an existing location.