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:
@@ -5,7 +5,7 @@
|
||||
```ts
|
||||
import { TranslationRef } from '@backstage/frontend-plugin-api';
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
// @alpha @deprecated (undocumented)
|
||||
export const coreComponentsTranslationRef: TranslationRef<
|
||||
'core-components',
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
import { coreComponentsTranslationRef as _coreComponentsTranslationRef } from './translation';
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @alpha
|
||||
* @deprecated Import from `@backstage/core-components` instead.
|
||||
*/
|
||||
export const coreComponentsTranslationRef = _coreComponentsTranslationRef;
|
||||
|
||||
Reference in New Issue
Block a user