Merge pull request #16086 from backstage/blam/fix-changelogs

release: fix changesets versions
This commit is contained in:
Ben Lambert
2023-01-31 15:31:23 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/create-app': minor
'@backstage/create-app': patch
---
Update `SearchPage` template to use `SearchResult` extensions.
+2 -2
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': minor
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
---
Return EventSubscriber from addIncrementalEntityProvider to hook up to EventsBackend
Return `EventSubscriber` from `addIncrementalEntityProvider` to hook up to `EventsBackend`