Skip to content

Commit

Permalink
add changesets for core-plugin-api, test-utils, and config-loader
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
  • Loading branch information
cmpadden committed Dec 17, 2021
1 parent c90d261 commit f6722d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-trees-happen.md
@@ -0,0 +1,5 @@
---
'@backstage/config-loader': patch
---

Removed deprecated option `env` from `LoadConfigOptions` and associated tests
7 changes: 7 additions & 0 deletions .changeset/nice-apricots-grow.md
@@ -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 changes: 5 additions & 0 deletions .changeset/olive-cameras-rush.md
@@ -0,0 +1,5 @@
---
'@backstage/test-utils': patch
---

Removed deprecated `msw` definition which was replaced by calling `setupRequestMockHandlers` directly

0 comments on commit f6722d2

Please sign in to comment.