Skip to content

Commit b024c45

Browse files
chore: release v4.0.0-beta.2 (#2668)
1 parent 2fe7b1d commit b024c45

File tree

12 files changed

+74
-46
lines changed

12 files changed

+74
-46
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [4.0.0-beta.2](https://github.com/algolia/docsearch/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2025-07-16)
2+
3+
4+
### Bug Fixes
5+
6+
* add a section on models ([c3c5691](https://github.com/algolia/docsearch/commit/c3c5691cf6186f21a28984ab697b70d72e75b124))
7+
* Add more styling ([505c214](https://github.com/algolia/docsearch/commit/505c2147da072d7307b02d05e833ad910a6ea44c))
8+
* beta in readme ([b1dad74](https://github.com/algolia/docsearch/commit/b1dad744f4dc9fb84ff1b4101e4a54bd200ec28a))
9+
* polishing v4 ([#2667](https://github.com/algolia/docsearch/issues/2667)) ([2fe7b1d](https://github.com/algolia/docsearch/commit/2fe7b1d0d753954ee9a4ffbeade8fbc8ba5d4cc9))
10+
* update to `<package>[@beta](https://github.com/beta)` ([0cebaa6](https://github.com/algolia/docsearch/commit/0cebaa67491557c4f8d803b1f22c38cd13106168))
11+
12+
13+
### Features
14+
15+
* add glow around the search bar and copy above the keyboard ([11716ac](https://github.com/algolia/docsearch/commit/11716ac88225b749b075f08b03aaf9b8608a248f))
16+
* added glow around the search bar and a little copy above the keyboard ([7942f3f](https://github.com/algolia/docsearch/commit/7942f3f5e914e87a12e6f85348f920891d52491e))
17+
* **docsearch-website:** Updated docs ([#2662](https://github.com/algolia/docsearch/issues/2662)) ([1b09a56](https://github.com/algolia/docsearch/commit/1b09a569f6cd9ffedaaf3d4965fbc8667053d4f0))
18+
* **v4:** update the landing page ([#2665](https://github.com/algolia/docsearch/issues/2665)) ([3861789](https://github.com/algolia/docsearch/commit/386178966e497fc1dd2a07b46582c2577ee0e229))
19+
20+
21+
122
# [4.0.0-beta.1](https://github.com/algolia/docsearch/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2025-07-09)
223

324

examples/demo-askai/package.json

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

examples/demo-react-18/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-18-example",
33
"description": "DocSearch v3 React 18 example",
4-
"version": "4.0.0-beta.1",
4+
"version": "4.0.0-beta.2",
55
"private": true,
66
"license": "MIT",
77
"type": "module",

examples/demo/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-example",
33
"description": "DocSearch v4 React example",
4-
"version": "4.0.0-beta.1",
4+
"version": "4.0.0-beta.2",
55
"private": true,
66
"license": "MIT",
77
"type": "module",
@@ -11,8 +11,8 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@docsearch/css": "4.0.0-beta.1",
15-
"@docsearch/react": "4.0.0-beta.1",
14+
"@docsearch/css": "4.0.0-beta.2",
15+
"@docsearch/react": "4.0.0-beta.2",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"
1818
},

examples/js-demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/js-example",
33
"description": "DocSearch v3 Vanilla JavaScript example",
4-
"version": "4.0.0-beta.1",
4+
"version": "4.0.0-beta.2",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@docsearch/css": "4.0.0-beta.1",
14-
"@docsearch/js": "4.0.0-beta.1"
13+
"@docsearch/css": "4.0.0-beta.2",
14+
"@docsearch/js": "4.0.0-beta.2"
1515
},
1616
"devDependencies": {
1717
"vite": "^6.0.7"

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.0.0-beta.1",
6+
"version": "4.0.0-beta.2",
77
"npmClient": "yarn"
88
}

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.0.0-beta.1",
4+
"version": "4.0.0-beta.2",
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.0.0-beta.1",
4+
"version": "4.0.0-beta.2",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -33,7 +33,7 @@
3333
"watch": "nodemon --watch src --exec \"yarn on:change\" --ignore dist/ --ext ts,tsx"
3434
},
3535
"dependencies": {
36-
"@docsearch/react": "4.0.0-beta.1"
36+
"@docsearch/react": "4.0.0-beta.2"
3737
},
3838
"devDependencies": {
3939
"@rollup/plugin-replace": "6.0.2",

packages/docsearch-react/package.json

Lines changed: 2 additions & 2 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.0.0-beta.1",
4+
"version": "4.0.0-beta.2",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@ai-sdk/react": "^1.2.12",
4040
"@algolia/autocomplete-core": "1.19.2",
41-
"@docsearch/css": "4.0.0-beta.1",
41+
"@docsearch/css": "4.0.0-beta.2",
4242
"algoliasearch": "^5.28.0",
4343
"marked": "^15.0.12"
4444
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '4.0.0-beta.1';
1+
export const version = '4.0.0-beta.2';

0 commit comments

Comments
 (0)