diff --git a/workspaces/explore/.changeset/spicy-dancers-warn.md b/workspaces/explore/.changeset/spicy-dancers-warn.md deleted file mode 100644 index 13dc486918..0000000000 --- a/workspaces/explore/.changeset/spicy-dancers-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-explore': patch ---- - -Added documentation for the New Frontend System diff --git a/workspaces/explore/plugins/explore/CHANGELOG.md b/workspaces/explore/plugins/explore/CHANGELOG.md index f44579d6f1..ffac11e282 100644 --- a/workspaces/explore/plugins/explore/CHANGELOG.md +++ b/workspaces/explore/plugins/explore/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-explore +## 0.14.2 + +### Patch Changes + +- b0af0e8: Added documentation for the New Frontend System + ## 0.14.1 ### Patch Changes diff --git a/workspaces/explore/plugins/explore/package.json b/workspaces/explore/plugins/explore/package.json index 31375d1e4f..faff58a9a3 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.14.1", + "version": "0.14.2", "description": "A Backstage plugin for building an exploration page of your software ecosystem", "backstage": { "role": "frontend-plugin",