docs: add changeset files

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-05-16 09:27:14 +02:00
parent c0a287a79b
commit 17791889ea
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
In preparation to the new backend system stable release, the `isDatabaseConnectionError` helper have been moved to the `backend-plugin-api` package and deprecated from `backend-common`.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/plugin-catalog-backend': patch
---
Start using the `isDatabaseConflictError` helper from the `backend-plugin-api` package in order to avoid dependency with the soon to deprecate `backend-common` package.