chore: updating changeset

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-08-08 14:46:06 +02:00
parent 6fc64919b9
commit 1f961874d0
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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.
+2 -2
View File
@@ -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.