Merge pull request #33144 from backstage/rugvip/remove-any-extension-data-ref

Remove deprecated `AnyExtensionDataRef` type
This commit is contained in:
Patrik Oldsberg
2026-03-05 13:51:54 +01:00
committed by GitHub
4 changed files with 7 additions and 12 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': minor
---
**BREAKING**: Removed the deprecated `AnyExtensionDataRef` type. Use `ExtensionDataRef` without type parameters instead.