Mark entityRef addition as breaking for Location producers in changeset

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
This commit is contained in:
Fredrik Adelöw
2026-04-10 10:52:20 +02:00
parent a328fd358f
commit e3fd1d0f8e
+1 -1
View File
@@ -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.