Skip to content

Commit 82a0083

Browse files
authored
chore: release v4.3.1 (#2796)
* chore: release v4.3.1 * Manually bump version numbers
1 parent 2d045b5 commit 82a0083

File tree

12 files changed

+39
-30
lines changed

12 files changed

+39
-30
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.3.1](https://github.com/algolia/docsearch/compare/v4.3.0...v4.3.1) (2025-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** Publish new packages with public access ([#2795](https://github.com/algolia/docsearch/issues/2795)) ([2d045b5](https://github.com/algolia/docsearch/commit/2d045b59f29df9300e466b4701c3378022895e4a))
7+
8+
9+
110
# [4.3.0](https://github.com/algolia/docsearch/compare/v4.2.0...v4.3.0) (2025-11-04)
211

312

examples/demo-js/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 v4 Vanilla JavaScript example",
4-
"version": "4.3.0",
4+
"version": "4.3.1",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@docsearch/css": "4.3.0",
14-
"@docsearch/js": "4.3.0"
13+
"@docsearch/css": "4.3.1",
14+
"@docsearch/js": "4.3.1"
1515
},
1616
"devDependencies": {
1717
"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.3.0",
4+
"version": "4.3.1",
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
@@ -3,6 +3,6 @@
33
"packages/*",
44
"examples/*"
55
],
6-
"version": "4.3.0",
6+
"version": "4.3.1",
77
"npmClient": "yarn"
8-
}
8+
}

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.3.0",
4+
"version": "4.3.1",
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.3.0",
4+
"version": "4.3.1",
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.3.0",
4+
"version": "4.3.1",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -36,7 +36,7 @@
3636
"htm": "3.1.1"
3737
},
3838
"devDependencies": {
39-
"@docsearch/react": "4.3.0",
39+
"@docsearch/react": "4.3.1",
4040
"@rollup/plugin-replace": "6.0.2",
4141
"nodemon": "^3.1.9",
4242
"preact": "^10.0.0",

packages/docsearch-modal/package.json

Lines changed: 2 additions & 2 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.3.0",
4+
"version": "4.3.1",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -41,7 +41,7 @@
4141
"watch": "nodemon --watch src --ext ts,tsx,js,jsx,json --ignore dist/ --ignore node_modules/ --verbose --delay 250ms --exec \"yarn on:change\""
4242
},
4343
"dependencies": {
44-
"@docsearch/react": "4.3.0"
44+
"@docsearch/react": "4.3.1"
4545
},
4646
"devDependencies": {
4747
"@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.3.0",
4+
"version": "4.3.1",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -50,8 +50,8 @@
5050
"dependencies": {
5151
"@ai-sdk/react": "^2.0.30",
5252
"@algolia/autocomplete-core": "1.19.2",
53-
"@docsearch/core": "4.3.0",
54-
"@docsearch/css": "4.3.0",
53+
"@docsearch/core": "4.3.1",
54+
"@docsearch/css": "4.3.1",
5555
"ai": "^5.0.30",
5656
"algoliasearch": "^5.28.0",
5757
"marked": "^16.3.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '4.3.0';
1+
export const version = '4.3.1';

0 commit comments

Comments
 (0)