add changesets for core-plugin-api, test-utils, and config-loader

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-14 19:48:53 -05:00
parent c90d26133f
commit f6722d2458
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config-loader': patch
---
Removed deprecated option `env` from `LoadConfigOptions` and associated tests
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core-plugin-api': patch
---
- Removed deprecated option `description` from `ApiRefConfig`
- Removed descriptions from all plugin API refs
- Removed deprecated parameters `path`, `icon`, and `title` in `createRouteRef`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/test-utils': patch
---
Removed deprecated `msw` definition which was replaced by calling `setupRequestMockHandlers` directly