From 1f961874d06d33b08e142292ce39a68e6061caf3 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Fri, 8 Aug 2025 14:46:06 +0200 Subject: [PATCH] chore: updating changeset Signed-off-by: benjdlambert --- .changeset/component-refs-app.md | 2 ++ .changeset/fuzzy-ducks-jump.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.changeset/component-refs-app.md b/.changeset/component-refs-app.md index 5a7b6723bf..52bfa85c58 100644 --- a/.changeset/component-refs-app.md +++ b/.changeset/component-refs-app.md @@ -3,3 +3,5 @@ --- Default implementations of core components are now provided by this package. + +A backwards compatible `componentsApi` implementation is also provided from this package which uses the `SwappableComponentsApi` as the implementation. This backwards compatible wrapper will be removed in the future. diff --git a/.changeset/fuzzy-ducks-jump.md b/.changeset/fuzzy-ducks-jump.md index 9aa2288598..1a4064dc91 100644 --- a/.changeset/fuzzy-ducks-jump.md +++ b/.changeset/fuzzy-ducks-jump.md @@ -1,5 +1,5 @@ --- -'@backstage/core-compat-api': minor +'@backstage/core-compat-api': patch --- -**BREAKING**: The `componentsApi` implementation has been removed from the plugin and replaced with the new `SwappableComponentsApi` instead. Which means that the `componentsApi` is not longer backwards compatible with legacy plugins. +The `compatWrapper` has been switched to use the new `SwappableComponentsApi` instead of the old `ComponentsApi` in its bridging to the old frontend system.