From 095c7bb656812d5517b9739e9ed5fc188cee606e Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:49:59 -0800 Subject: [PATCH] [ci] release (#2831) Co-authored-by: github-actions[bot] --- .changeset/three-pumpkins-turn.md | 7 ------- packages/docsearch/CHANGELOG.md | 8 ++++++++ packages/docsearch/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/three-pumpkins-turn.md diff --git a/.changeset/three-pumpkins-turn.md b/.changeset/three-pumpkins-turn.md deleted file mode 100644 index 560330bedfe..00000000000 --- a/.changeset/three-pumpkins-turn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/starlight-docsearch': minor ---- - -Adds a new `clientOptionsModule` plugin option to support configuring unserializable DocSearch options such as `resultsFooterComponent()`. - -See [“DocSearch configuration”](https://starlight.astro.build/guides/site-search/#docsearch-configuration) in the Starlight docs for more details. diff --git a/packages/docsearch/CHANGELOG.md b/packages/docsearch/CHANGELOG.md index ac810fb4502..212c3a12259 100644 --- a/packages/docsearch/CHANGELOG.md +++ b/packages/docsearch/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight-docsearch +## 0.5.0 + +### Minor Changes + +- [#2822](https://github.com/withastro/starlight/pull/2822) [`e56586a`](https://github.com/withastro/starlight/commit/e56586add37188b43f3f4c8c15883724fe8fdf87) Thanks [@KianNH](https://github.com/KianNH)! - Adds a new `clientOptionsModule` plugin option to support configuring unserializable DocSearch options such as `resultsFooterComponent()`. + + See [“DocSearch configuration”](https://starlight.astro.build/guides/site-search/#docsearch-configuration) in the Starlight docs for more details. + ## 0.4.0 ### Minor Changes diff --git a/packages/docsearch/package.json b/packages/docsearch/package.json index 47072792128..4b3a0437de8 100644 --- a/packages/docsearch/package.json +++ b/packages/docsearch/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight-docsearch", - "version": "0.4.0", + "version": "0.5.0", "description": "Algolia DocSearch plugin for the Starlight documentation theme for Astro", "author": "Chris Swithinbank ", "license": "MIT",