Skip to content

Commit f867852

Browse files
chore: release v4.6.0 (#2861)
1 parent 4f68ebb commit f867852

File tree

15 files changed

+59
-45
lines changed

15 files changed

+59
-45
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [4.6.0](https://github.com/algolia/docsearch/compare/v4.5.4...v4.6.0) (2026-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **sidepanel:** autofocus prompt input on open for desktop only ([#2857](https://github.com/algolia/docsearch/issues/2857)) ([b3fb7f5](https://github.com/algolia/docsearch/commit/b3fb7f50f879c70f6d4cd4f3d16e34f22fb08e37))
7+
8+
9+
### Features
10+
11+
* **docusaurus-adapter:** support docsearch key and adapter docs ([#2858](https://github.com/algolia/docsearch/issues/2858)) ([4f68ebb](https://github.com/algolia/docsearch/commit/4f68ebbc06e515f54de3986464bcb633acc7337d))
12+
13+
14+
115
## [4.5.4](https://github.com/algolia/docsearch/compare/v4.5.4...v4.5.4) (2026-02-05)
216

317

adapters/docusaurus-theme-search-algolia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docsearch/docusaurus-adapter",
3-
"version": "4.5.4",
3+
"version": "4.6.0",
44
"description": "Algolia search component for Docusaurus.",
55
"main": "lib/index.js",
66
"sideEffects": [
@@ -35,7 +35,7 @@
3535
"copy:watch": "node ./scripts/copy-assets.mjs --watch"
3636
},
3737
"dependencies": {
38-
"@docsearch/react": "^4.5.3",
38+
"@docsearch/react": "4.6.0",
3939
"@docusaurus/core": "^3.9.2",
4040
"@docusaurus/plugin-content-docs": "^3.9.2",
4141
"@docusaurus/theme-common": "^3.9.2",

examples/demo-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/js-example",
33
"description": "DocSearch v4 Vanilla JavaScript example",
4-
"version": "4.5.4",
4+
"version": "4.6.0",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,9 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@docsearch/css": "4.5.4",
14-
"@docsearch/js": "4.5.4",
15-
"@docsearch/sidepanel-js": "4.5.4"
13+
"@docsearch/css": "4.6.0",
14+
"@docsearch/js": "4.6.0",
15+
"@docsearch/sidepanel-js": "4.6.0"
1616
},
1717
"devDependencies": {
1818
"vite": "^6.0.7"

examples/demo-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/react-example",
33
"description": "DocSearch v4 React example",
4-
"version": "4.5.4",
4+
"version": "4.6.0",
55
"private": true,
66
"license": "MIT",
77
"type": "module",

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages/*",
55
"examples/*"
66
],
7-
"version": "4.5.4",
7+
"version": "4.6.0",
88
"npmClient": "yarn"
9-
}
9+
}

packages/docsearch-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/core",
33
"description": "Core package logic for DocSearch",
4-
"version": "4.5.4",
4+
"version": "4.6.0",
55
"license": "MIT",
66
"type": "module",
77
"homepage": "https://docsearch.algolia.com",

packages/docsearch-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/css",
33
"description": "Styles for DocSearch.",
4-
"version": "4.5.4",
4+
"version": "4.6.0",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {

packages/docsearch-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/js",
33
"description": "JavaScript package for DocSearch, the best search experience for docs.",
4-
"version": "4.5.4",
4+
"version": "4.6.0",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -35,7 +35,7 @@
3535
"watch": "nodemon --watch src --exec \"yarn on:change\" --ignore dist/ --ext ts,tsx"
3636
},
3737
"devDependencies": {
38-
"@docsearch/react": "4.5.4",
38+
"@docsearch/react": "4.6.0",
3939
"@rollup/plugin-replace": "6.0.3",
4040
"htm": "3.1.1",
4141
"nodemon": "^3.1.11",

packages/docsearch-modal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/modal",
33
"description": "DocSearch modal package for keyword search and Ask AI.",
4-
"version": "4.5.4",
4+
"version": "4.6.0",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -43,8 +43,8 @@
4343
"watch": "nodemon --watch src --ext ts,tsx,js,jsx,json --ignore dist/ --ignore node_modules/ --verbose --delay 250ms --exec \"yarn on:change\""
4444
},
4545
"dependencies": {
46-
"@docsearch/core": "4.5.4",
47-
"@docsearch/react": "4.5.4"
46+
"@docsearch/core": "4.6.0",
47+
"@docsearch/react": "4.6.0"
4848
},
4949
"devDependencies": {
5050
"@rollup/plugin-replace": "6.0.2",

packages/docsearch-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/react",
33
"description": "React package for DocSearch, the best search experience for docs.",
4-
"version": "4.5.4",
4+
"version": "4.6.0",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -54,8 +54,8 @@
5454
},
5555
"dependencies": {
5656
"@algolia/autocomplete-core": "1.19.2",
57-
"@docsearch/core": "4.5.4",
58-
"@docsearch/css": "4.5.4"
57+
"@docsearch/core": "4.6.0",
58+
"@docsearch/css": "4.6.0"
5959
},
6060
"devDependencies": {
6161
"@ai-sdk/react": "^2.0.30",

0 commit comments

Comments
 (0)