Skip to content

Commit 7c36039

Browse files
chore: release v4.5.4 (#2854)
* chore: release v4.5.4 * upgrade * fix: lock
1 parent 343115d commit 7c36039

File tree

14 files changed

+58
-48
lines changed

14 files changed

+58
-48
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [4.5.3](https://github.com/algolia/docsearch/compare/v4.5.3...v4.5.3) (2026-01-21)
1+
## [4.5.4](https://github.com/algolia/docsearch/compare/v4.5.4...v4.5.4) (2026-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* include ac in package ([#2853](https://github.com/algolia/docsearch/issues/2853)) ([343115d](https://github.com/algolia/docsearch/commit/343115dc7c179bf2e238a88477f88e7172060813))
7+
* Missing result title would trigger an error ([#2852](https://github.com/algolia/docsearch/issues/2852)) ([6ef6505](https://github.com/algolia/docsearch/commit/6ef6505e871ad5bd57b9cac8829df3b764567047))
8+
9+
10+
11+
## [4.5.4](https://github.com/algolia/docsearch/compare/v4.5.4...v4.5.4) (2026-01-21)
212

313

414
### Bug Fixes
@@ -7,7 +17,7 @@
717

818

919

10-
## [4.5.3](https://github.com/algolia/docsearch/compare/v4.5.3...v4.5.3) (2026-01-21)
20+
## [4.5.4](https://github.com/algolia/docsearch/compare/v4.5.4...v4.5.4) (2026-01-21)
1121

1222

1323
### Reverts

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.3",
4+
"version": "4.5.4",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,9 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@docsearch/css": "4.5.3",
14-
"@docsearch/js": "4.5.3",
15-
"@docsearch/sidepanel-js": "4.5.3"
13+
"@docsearch/css": "4.5.4",
14+
"@docsearch/js": "4.5.4",
15+
"@docsearch/sidepanel-js": "4.5.4"
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.3",
4+
"version": "4.5.4",
55
"private": true,
66
"license": "MIT",
77
"type": "module",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/*",
44
"examples/*"
55
],
6-
"version": "4.5.3",
6+
"version": "4.5.4",
77
"npmClient": "yarn"
88
}

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.3",
4+
"version": "4.5.4",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {

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.3",
4+
"version": "4.5.4",
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.3",
4+
"version": "4.5.4",
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.3",
38+
"@docsearch/react": "4.5.4",
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.3",
4+
"version": "4.5.4",
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.3",
47-
"@docsearch/react": "4.5.3"
46+
"@docsearch/core": "4.5.4",
47+
"@docsearch/react": "4.5.4"
4848
},
4949
"devDependencies": {
5050
"@rollup/plugin-replace": "6.0.2",

packages/docsearch-react/package.json

Lines changed: 4 additions & 4 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.3",
4+
"version": "4.5.4",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -53,9 +53,9 @@
5353
"watch": "nodemon --watch src --ext ts,tsx,js,jsx,json --ignore dist/ --ignore node_modules/ --verbose --delay 250ms --exec \"yarn on:change\""
5454
},
5555
"dependencies": {
56-
"@docsearch/core": "4.5.3",
57-
"@docsearch/css": "4.5.3",
58-
"@algolia/autocomplete-core": "1.19.2"
56+
"@algolia/autocomplete-core": "1.19.2",
57+
"@docsearch/core": "4.5.4",
58+
"@docsearch/css": "4.5.4"
5959
},
6060
"devDependencies": {
6161
"@ai-sdk/react": "^2.0.30",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '4.5.3';
1+
export const version = '4.5.4';

0 commit comments

Comments
 (0)