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:
Patrik Oldsberg
2026-03-17 16:42:33 +01:00
parent a8bcba6706
commit 717bbaf075
36 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export interface SearchFilterResultTypeBlueprintParams {
value: string;
}
// @public @deprecated (undocumented)
// @alpha @deprecated (undocumented)
export const searchReactTranslationRef: TranslationRef<
'search-react',
{
+1 -1
View File
@@ -17,7 +17,7 @@ export * from './blueprints';
import { searchReactTranslationRef as _searchReactTranslationRef } from '../translation';
/**
* @public
* @alpha
* @deprecated Import from `@backstage/plugin-search-react` instead.
*/
export const searchReactTranslationRef = _searchReactTranslationRef;