diff --git a/workspaces/explore/.changeset/itchy-singers-prove.md b/workspaces/explore/.changeset/itchy-singers-prove.md deleted file mode 100644 index 3377c076f8..0000000000 --- a/workspaces/explore/.changeset/itchy-singers-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-explore-backend': minor ---- - -**BREAKING** Removed the deprecated `ToolDocument`, `ToolDocumentCollatorFactory`, and `ToolDocumentCollatorFactoryOptions`. These were deprecated with the `1.13.0` release of Backstage. They should be import from `@backstage/plugin-search-backend-module-explore` instead. diff --git a/workspaces/explore/.changeset/perfect-knives-smoke.md b/workspaces/explore/.changeset/perfect-knives-smoke.md deleted file mode 100644 index 93f1a6971b..0000000000 --- a/workspaces/explore/.changeset/perfect-knives-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-explore-backend': patch ---- - -Add reference to search module to explore-backend installation steps. diff --git a/workspaces/explore/plugins/explore-backend/CHANGELOG.md b/workspaces/explore/plugins/explore-backend/CHANGELOG.md index c449564492..b0d320d85f 100644 --- a/workspaces/explore/plugins/explore-backend/CHANGELOG.md +++ b/workspaces/explore/plugins/explore-backend/CHANGELOG.md @@ -1,5 +1,15 @@ # @backstage-community/plugin-explore-backend +## 0.1.0 + +### Minor Changes + +- 07f73d7: **BREAKING** Removed the deprecated `ToolDocument`, `ToolDocumentCollatorFactory`, and `ToolDocumentCollatorFactoryOptions`. These were deprecated with the `1.13.0` release of Backstage. They should be import from `@backstage/plugin-search-backend-module-explore` instead. + +### Patch Changes + +- 617f575: Add reference to search module to explore-backend installation steps. + ## 0.0.28 ### Patch Changes diff --git a/workspaces/explore/plugins/explore-backend/package.json b/workspaces/explore/plugins/explore-backend/package.json index 877d089bd6..e6667e2812 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.0.28", + "version": "0.1.0", "backstage": { "role": "backend-plugin" },