Merge pull request #5189 from backstage/rugvip/derp

changesets: fix bump level for catalog-model change
This commit is contained in:
Patrik Oldsberg
2021-03-31 16:31:23 +02:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/catalog-model': minor
'@backstage/catalog-model': patch
---
Added `stringifyEntityRef`, which always creates a string representation of an entity reference. Also deprecated `serializeEntityRef`, as `stringifyEntityRef` should be used instead.