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
@@ -5,7 +5,7 @@
```ts
import { TranslationRef } from '@backstage/frontend-plugin-api';
// @public @deprecated (undocumented)
// @alpha @deprecated (undocumented)
export const kubernetesClusterTranslationRef: TranslationRef<
'kubernetes-cluster',
{
+1 -1
View File
@@ -17,7 +17,7 @@
import { kubernetesClusterTranslationRef as _kubernetesClusterTranslationRef } from './translation';
/**
* @public
* @alpha
* @deprecated Import from `@backstage/plugin-kubernetes-cluster` instead.
*/
export const kubernetesClusterTranslationRef = _kubernetesClusterTranslationRef;