added changesets

This commit is contained in:
Patrik Oldsberg
2021-02-05 17:56:01 +01:00
parent 2ab3b3f0e3
commit b51ee6ece9
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/test-utils': patch
---
Added `mountedRoutes` option to `wrapInTestApp`, allowing routes to be associated to concrete paths to make `useRouteRef` usable in tested components.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Fixed type inference of `createRouteRef`.