Fix grammer in changeset and export default registry also

Signed-off-by: sblausten <sam@roadie.io>
This commit is contained in:
sblausten
2022-06-30 10:19:19 +02:00
parent 818fa28d71
commit ef2196cb52
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-tech-insights-backend': minor
---
Make FactRetrieverRegistry injectable to overrider default implementation
Make FactRetrieverRegistry injectable to override default implementation
@@ -26,5 +26,6 @@ export type {
export type { PersistenceContext } from './service/persistence/persistenceContext';
export { createFactRetrieverRegistration } from './service/fact/createFactRetriever';
export type { FactRetrieverRegistry } from './service/fact/FactRetrieverRegistry';
export { DefaultFactRetrieverRegistry } from './service/fact/FactRetrieverRegistry';
export type { FactRetrieverRegistrationOptions } from './service/fact/createFactRetriever';
export * from './service/fact/factRetrievers';