Fix alpha entry point translation ref re-exports to use @alpha instead of @public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -125,7 +125,7 @@ export const homePageWidgetDataRef: ConfigurableExtensionDataRef<
|
||||
{}
|
||||
>;
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
// @alpha @deprecated (undocumented)
|
||||
export const homeReactTranslationRef: TranslationRef<
|
||||
'home-react',
|
||||
{
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
import { homeReactTranslationRef as _homeReactTranslationRef } from './translation';
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @alpha
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead.
|
||||
*/
|
||||
export const homeReactTranslationRef = _homeReactTranslationRef;
|
||||
|
||||
Reference in New Issue
Block a user