add changeset and update api-report

Signed-off-by: Morgan <mbentell@spotify.com>
This commit is contained in:
Morgan
2022-12-19 17:43:16 +01:00
parent 6aa2b965eb
commit 786f1b1419
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-techdocs-react': minor
'@backstage/plugin-techdocs': patch
---
Support older versions of react-router
+3
View File
@@ -32,6 +32,9 @@ export const SHADOW_DOM_STYLE_LOAD_EVENT = 'TECH_DOCS_SHADOW_DOM_STYLE_LOAD';
// @public
export type SyncResult = 'cached' | 'updated';
// @public
export const TECHDOCS_ADDONS_KEY = 'techdocs.addons.addon.v1';
// @public
export const TECHDOCS_ADDONS_WRAPPER_KEY = 'techdocs.addons.wrapper.v1';