diff --git a/.changeset/opaque-api-ref-type.md b/.changeset/opaque-api-ref-type.md index 7397982cf6..81f365b578 100644 --- a/.changeset/opaque-api-ref-type.md +++ b/.changeset/opaque-api-ref-type.md @@ -1,4 +1,6 @@ -## '@backstage/frontend-plugin-api': patch +--- +'@backstage/frontend-plugin-api': patch +--- Added a builder form for `createApiRef` in the new frontend system and deprecated the direct `createApiRef({ ... })` call in favor of `createApiRef().with({ ... })`.