ran prettier, updated changeset

Signed-off-by: Simon <simme.jakobsson@gmail.com>
This commit is contained in:
Simon
2022-11-15 11:29:16 +01:00
parent aaaed01227
commit 8922751040
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/backend-common': minor
---
Cleaned up deprecations by replacing depricated functions with the prefferable new
Migrated deprecations in database/conntectors and reading
+2 -1
View File
@@ -2,4 +2,5 @@
'@backstage/config': minor
---
Replaced deprications
Migrated deprecation by changing ./deprecatedTypes to @backstage/types
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/core-components': minor
---
Replaced depricated code with new prefferable code
Migrated deprecations in core-components
@@ -544,4 +544,4 @@ describe('BitbucketUrlReader', () => {
).rejects.toThrow(NotModifiedError);
});
});
});
});