Update existing changeset to reflect API change

Signed-off-by: Kamil Zainal <gh@akza.dev>
This commit is contained in:
Kamil Zainal
2022-01-10 15:51:52 +00:00
parent 2068135b9b
commit 5a2204ef0a
+3 -3
View File
@@ -1,6 +1,6 @@
---
'example-app': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-api-docs': minor
---
Link 'Register Existing API' button on API page to /catalog-import instead of /create
Link 'Register Existing API' button on API page to /catalog-import instead of /create .
We now expect to `bind` the route for `apiDocsPlugin` to `registerComponent` instead of `createComponent`.