diff --git a/workspaces/explore/.changeset/smooth-onions-build.md b/workspaces/explore/.changeset/smooth-onions-build.md deleted file mode 100644 index 7fd2706985..0000000000 --- a/workspaces/explore/.changeset/smooth-onions-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-explore': patch ---- - -Added property `hideChildren` to `GroupsDiagram` and `GroupsExplorerContent` components diff --git a/workspaces/explore/plugins/explore/CHANGELOG.md b/workspaces/explore/plugins/explore/CHANGELOG.md index cf972e54fc..c7f3512a64 100644 --- a/workspaces/explore/plugins/explore/CHANGELOG.md +++ b/workspaces/explore/plugins/explore/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-explore +## 0.4.22 + +### Patch Changes + +- 443fc24: Added property `hideChildren` to `GroupsDiagram` and `GroupsExplorerContent` components + ## 0.4.21 ### Patch Changes diff --git a/workspaces/explore/plugins/explore/package.json b/workspaces/explore/plugins/explore/package.json index 8a7eba5de1..eb06bfda7c 100644 --- a/workspaces/explore/plugins/explore/package.json +++ b/workspaces/explore/plugins/explore/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-explore", - "version": "0.4.21", + "version": "0.4.22", "description": "A Backstage plugin for building an exploration page of your software ecosystem", "backstage": { "role": "frontend-plugin"