diff --git a/workspaces/explore/.changeset/honest-bottles-breathe.md b/workspaces/explore/.changeset/honest-bottles-breathe.md deleted file mode 100644 index a635a35738..0000000000 --- a/workspaces/explore/.changeset/honest-bottles-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-explore-backend': minor ---- - -Remove support for old backend system diff --git a/workspaces/explore/plugins/explore-backend/CHANGELOG.md b/workspaces/explore/plugins/explore-backend/CHANGELOG.md index 0b7dd410c9..a1fa7ddcba 100644 --- a/workspaces/explore/plugins/explore-backend/CHANGELOG.md +++ b/workspaces/explore/plugins/explore-backend/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-explore-backend +## 0.3.0 + +### Minor Changes + +- 088f904: Remove support for old backend system + ## 0.2.0 ### Minor Changes diff --git a/workspaces/explore/plugins/explore-backend/package.json b/workspaces/explore/plugins/explore-backend/package.json index 7ac0de19dd..431f5f4e3e 100644 --- a/workspaces/explore/plugins/explore-backend/package.json +++ b/workspaces/explore/plugins/explore-backend/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-explore-backend", - "version": "0.2.0", + "version": "0.3.0", "backstage": { "role": "backend-plugin", "pluginId": "explore",