chore: release v4.1.0 (#2770)
This commit is contained in:
parent
b15f302ee3
commit
2ff6353cb2
11 changed files with 40 additions and 26 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
|||
# [4.1.0](https://github.com/algolia/docsearch/compare/v4.0.1...v4.1.0) (2025-09-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add docsearch 4 to website ([#2767](https://github.com/algolia/docsearch/issues/2767)) ([9a908b8](https://github.com/algolia/docsearch/commit/9a908b89b08972f7eb30fdce3435e7adff8fbdfa))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Split docsearch-react package exports ([#2764](https://github.com/algolia/docsearch/issues/2764)) ([b15f302](https://github.com/algolia/docsearch/commit/b15f302ee3c262e79c3bba92a936cd8163fe406d))
|
||||
|
||||
|
||||
|
||||
## [4.0.1](https://github.com/algolia/docsearch/compare/v4.0.0...v4.0.1) (2025-09-16)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/js-example",
|
||||
"description": "DocSearch v3 Vanilla JavaScript example",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
@ -10,8 +10,8 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/css": "4.0.1",
|
||||
"@docsearch/js": "4.0.1"
|
||||
"@docsearch/css": "4.1.0",
|
||||
"@docsearch/js": "4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^6.0.7"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/react-example",
|
||||
"description": "DocSearch v4 React example",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"packages/*",
|
||||
"examples/*"
|
||||
],
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"npmClient": "yarn"
|
||||
}
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
"watch": "1.0.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"@docsearch/react": "^4.0.1"
|
||||
"@docsearch/react": "^4.1.0"
|
||||
},
|
||||
"packageManager": "yarn@4.6.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/css",
|
||||
"description": "Styles for DocSearch.",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/js",
|
||||
"description": "JavaScript package for DocSearch, the best search experience for docs.",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"watch": "nodemon --watch src --exec \"yarn on:change\" --ignore dist/ --ext ts,tsx"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docsearch/react": "4.0.1",
|
||||
"@docsearch/react": "4.1.0",
|
||||
"@rollup/plugin-replace": "6.0.2",
|
||||
"nodemon": "^3.1.9",
|
||||
"preact": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@docsearch/react",
|
||||
"description": "React package for DocSearch, the best search experience for docs.",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": {
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"dependencies": {
|
||||
"@ai-sdk/react": "^2.0.30",
|
||||
"@algolia/autocomplete-core": "1.19.2",
|
||||
"@docsearch/css": "4.0.1",
|
||||
"@docsearch/css": "4.1.0",
|
||||
"ai": "^5.0.30",
|
||||
"algoliasearch": "^5.28.0",
|
||||
"marked": "^16.3.0",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const version = '4.0.1';
|
||||
export const version = '4.1.0';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docsearch/website",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"private": true,
|
||||
"homepage": "https://docsearch.algolia.com/",
|
||||
"scripts": {
|
||||
|
|
@ -16,8 +16,8 @@
|
|||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/css": "^4.0.1",
|
||||
"@docsearch/react": "^4.0.1",
|
||||
"@docsearch/css": "^4.1.0",
|
||||
"@docsearch/react": "4.1.0",
|
||||
"@docusaurus/core": "3.8.1-canary-6397",
|
||||
"@docusaurus/preset-classic": "3.8.1-canary-6397",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
|
|
@ -50,8 +50,8 @@
|
|||
"typescript": "^5.8.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"@docsearch/react": "^4.0.1",
|
||||
"@docsearch/css": "^4.0.1"
|
||||
"@docsearch/react": "^4.1.0",
|
||||
"@docsearch/css": "^4.1.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
|
|||
18
yarn.lock
18
yarn.lock
|
|
@ -2310,7 +2310,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@docsearch/css@npm:4.0.1, @docsearch/css@npm:^4.0.1, @docsearch/css@workspace:*, @docsearch/css@workspace:packages/docsearch-css":
|
||||
"@docsearch/css@npm:4.1.0, @docsearch/css@npm:^4.1.0, @docsearch/css@workspace:*, @docsearch/css@workspace:packages/docsearch-css":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/css@workspace:packages/docsearch-css"
|
||||
dependencies:
|
||||
|
|
@ -2322,17 +2322,17 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/js-example@workspace:examples/demo-js"
|
||||
dependencies:
|
||||
"@docsearch/css": "npm:4.0.1"
|
||||
"@docsearch/js": "npm:4.0.1"
|
||||
"@docsearch/css": "npm:4.1.0"
|
||||
"@docsearch/js": "npm:4.1.0"
|
||||
vite: "npm:^6.0.7"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@docsearch/js@npm:4.0.1, @docsearch/js@workspace:packages/docsearch-js":
|
||||
"@docsearch/js@npm:4.1.0, @docsearch/js@workspace:packages/docsearch-js":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/js@workspace:packages/docsearch-js"
|
||||
dependencies:
|
||||
"@docsearch/react": "npm:4.0.1"
|
||||
"@docsearch/react": "npm:4.1.0"
|
||||
"@rollup/plugin-replace": "npm:6.0.2"
|
||||
nodemon: "npm:^3.1.9"
|
||||
preact: "npm:^10.0.0"
|
||||
|
|
@ -2411,13 +2411,13 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@docsearch/react@npm:^4.0.1, @docsearch/react@workspace:packages/docsearch-react":
|
||||
"@docsearch/react@npm:^4.1.0, @docsearch/react@workspace:packages/docsearch-react":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/react@workspace:packages/docsearch-react"
|
||||
dependencies:
|
||||
"@ai-sdk/react": "npm:^2.0.30"
|
||||
"@algolia/autocomplete-core": "npm:1.19.2"
|
||||
"@docsearch/css": "npm:4.0.1"
|
||||
"@docsearch/css": "npm:4.1.0"
|
||||
"@rollup/plugin-replace": "npm:6.0.2"
|
||||
"@testing-library/jest-dom": "npm:6.6.3"
|
||||
"@testing-library/react": "npm:16.2.0"
|
||||
|
|
@ -2449,8 +2449,8 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "@docsearch/website@workspace:packages/website"
|
||||
dependencies:
|
||||
"@docsearch/css": "npm:^4.0.1"
|
||||
"@docsearch/react": "npm:^4.0.1"
|
||||
"@docsearch/css": "npm:^4.1.0"
|
||||
"@docsearch/react": "npm:4.1.0"
|
||||
"@docusaurus/core": "npm:3.8.1-canary-6397"
|
||||
"@docusaurus/module-type-aliases": "npm:3.8.1-canary-6397"
|
||||
"@docusaurus/preset-classic": "npm:3.8.1-canary-6397"
|
||||
|
|
|
|||
Loading…
Reference in a new issue