diff options
author | Houston (Bot) | 2025-01-28 05:49:59 -0800 |
---|---|---|
committer | GitHub | 2025-01-28 14:49:59 +0100 |
commit | 095c7bb656812d5517b9739e9ed5fc188cee606e (patch) | |
tree | 6b3dd4117072a03448a77557b285b0ef0ee828c5 | |
parent | e56586add37188b43f3f4c8c15883724fe8fdf87 (diff) | |
download | IT.starlight-095c7bb656812d5517b9739e9ed5fc188cee606e.tar.gz IT.starlight-095c7bb656812d5517b9739e9ed5fc188cee606e.tar.bz2 IT.starlight-095c7bb656812d5517b9739e9ed5fc188cee606e.zip |
[ci] release (#2831)@astrojs/starlight-docsearch@0.5.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/three-pumpkins-turn.md | 7 | ||||
-rw-r--r-- | packages/docsearch/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/docsearch/package.json | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/.changeset/three-pumpkins-turn.md b/.changeset/three-pumpkins-turn.md deleted file mode 100644 index 560330be..00000000 --- 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 ac810fb4..212c3a12 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 47072792..4b3a0437 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 <swithinbank@gmail.com>", "license": "MIT", |