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:
@@ -202,7 +202,7 @@ const _default: OverridableFrontendPlugin<
|
||||
>;
|
||||
export default _default;
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
// @alpha @deprecated (undocumented)
|
||||
export const orgTranslationRef: TranslationRef<
|
||||
'org',
|
||||
{
|
||||
|
||||
@@ -133,7 +133,7 @@ export default createFrontendPlugin({
|
||||
import { orgTranslationRef as _orgTranslationRef } from './translation';
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @alpha
|
||||
* @deprecated Import from `@backstage/plugin-org` instead.
|
||||
*/
|
||||
export const orgTranslationRef = _orgTranslationRef;
|
||||
|
||||
Reference in New Issue
Block a user