Update changeset to switch from minor to patch

Signed-off-by: Stéphane MORI <stephane.mori@gmail.com>
This commit is contained in:
Stéphane MORI
2021-11-17 11:45:02 +01:00
parent 7b3bb89e3c
commit e266687580
@@ -1,5 +1,5 @@
---
'@backstage/plugin-techdocs': minor
'@backstage/plugin-techdocs': patch
---
Updates reader component used to display techdocs documentation. A previous change made this component not usable out of a page which don't have entityRef in url parameters. Reader component EntityRef parameter is now used instead of url parameters. Techdocs documentation component can now be used in our custom pages.