docs: mark backend-common as deprecated

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-08-19 09:43:37 +02:00
parent 3c196411e3
commit 6795e33e78
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
This package is marked as `deprecated` and will be removed in a near future, please follow the deprecated instructions for the exports you still use.
+3
View File
@@ -1,5 +1,8 @@
# @backstage/backend-common
> [!CAUTION]
> This package is deprecated and will be removed in a near future, so please follow the deprecated instructions for the exports you still use.
Common functionality library for Backstage backends, implementing logging,
error handling and similar.
+3
View File
@@ -17,6 +17,9 @@
/**
* Common functionality library for Backstage backends
*
* @remarks
* This package is deprecated and will be removed in a near future, so please follow the deprecated instructions for the exports you still use.
*
* @packageDocumentation
*/