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.