Skip to content

Commit 7857cf8

Browse files
algolia-botmillotp
andauthored
chore: release v3.8.3 (#2463)
Co-authored-by: Pierre Millot <[email protected]>
1 parent 212814f commit 7857cf8

File tree

10 files changed

+37
-25
lines changed

10 files changed

+37
-25
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.8.3](https://github.com/algolia/docsearch/compare/v3.8.2...v3.8.3) (2025-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **css:** add transition effects to pressed key buttons ([#2447](https://github.com/algolia/docsearch/issues/2447)) ([7577045](https://github.com/algolia/docsearch/commit/7577045fe81313ccd614455806f87599c55449c6))
7+
* **modal:** add scroll-margin-top for DocSearch-Hit ([#2434](https://github.com/algolia/docsearch/issues/2434)) ([50de4d9](https://github.com/algolia/docsearch/commit/50de4d9de075368b1ab4b26c13ceeb9def7181eb)), closes [#2433](https://github.com/algolia/docsearch/issues/2433)
8+
* **script:** use mjs for shipjs ([#2462](https://github.com/algolia/docsearch/issues/2462)) ([212814f](https://github.com/algolia/docsearch/commit/212814f121570ddfe5fa9129dc023231a640e9ce))
9+
* **ui:** compensate for scrollbar ([#2413](https://github.com/algolia/docsearch/issues/2413)) ([db8edeb](https://github.com/algolia/docsearch/commit/db8edeb818f8a788efe89b97f954308a1b1e2b32)), closes [#2378](https://github.com/algolia/docsearch/issues/2378)
10+
11+
12+
113
## [3.8.2](https://github.com/algolia/docsearch/compare/v3.8.1...v3.8.2) (2024-12-17)
214

315

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 v3 React example",
4-
"version": "3.8.2",
4+
"version": "3.8.3",
55
"private": true,
66
"license": "MIT",
77
"type": "module",
@@ -11,8 +11,8 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@docsearch/css": "3.8.2",
15-
"@docsearch/react": "3.8.2",
14+
"@docsearch/css": "3.8.3",
15+
"@docsearch/react": "3.8.3",
1616
"react": "^18.0.0",
1717
"react-dom": "^18.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": "3.8.2",
4+
"version": "3.8.3",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@docsearch/css": "3.8.2",
14-
"@docsearch/js": "3.8.2"
13+
"@docsearch/css": "3.8.3",
14+
"@docsearch/js": "3.8.3"
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": "3.8.2",
6+
"version": "3.8.3",
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": "3.8.2",
4+
"version": "3.8.3",
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": "3.8.2",
4+
"version": "3.8.3",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -33,7 +33,7 @@
3333
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
3434
},
3535
"dependencies": {
36-
"@docsearch/react": "3.8.2",
36+
"@docsearch/react": "3.8.3",
3737
"preact": "^10.0.0"
3838
},
3939
"devDependencies": {

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": "3.8.2",
4+
"version": "3.8.3",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": {
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@algolia/autocomplete-core": "1.17.9",
4040
"@algolia/autocomplete-preset-algolia": "1.17.9",
41-
"@docsearch/css": "3.8.2",
41+
"@docsearch/css": "3.8.3",
4242
"algoliasearch": "^5.14.2"
4343
},
4444
"devDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '3.8.2';
1+
export const version = '3.8.3';

packages/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docsearch/website",
3-
"version": "3.8.2",
3+
"version": "3.8.3",
44
"private": true,
55
"homepage": "https://docsearch.algolia.com/",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@algolia/ui-library": "5.86.0",
20-
"@docsearch/react": "3.8.2",
20+
"@docsearch/react": "3.8.3",
2121
"@docusaurus/core": "3.7.0",
2222
"@docusaurus/preset-classic": "3.7.0",
2323
"@mdx-js/react": "^3.1.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ __metadata:
20892089
languageName: node
20902090
linkType: hard
20912091

2092-
"@docsearch/css@npm:3.8.2, @docsearch/css@workspace:packages/docsearch-css":
2092+
"@docsearch/css@npm:3.8.3, @docsearch/css@workspace:packages/docsearch-css":
20932093
version: 0.0.0-use.local
20942094
resolution: "@docsearch/css@workspace:packages/docsearch-css"
20952095
languageName: unknown
@@ -2099,17 +2099,17 @@ __metadata:
20992099
version: 0.0.0-use.local
21002100
resolution: "@docsearch/js-example@workspace:examples/js-demo"
21012101
dependencies:
2102-
"@docsearch/css": "npm:3.8.2"
2103-
"@docsearch/js": "npm:3.8.2"
2102+
"@docsearch/css": "npm:3.8.3"
2103+
"@docsearch/js": "npm:3.8.3"
21042104
vite: "npm:^6.0.7"
21052105
languageName: unknown
21062106
linkType: soft
21072107

2108-
"@docsearch/js@npm:3.8.2, @docsearch/js@workspace:packages/docsearch-js":
2108+
"@docsearch/js@npm:3.8.3, @docsearch/js@workspace:packages/docsearch-js":
21092109
version: 0.0.0-use.local
21102110
resolution: "@docsearch/js@workspace:packages/docsearch-js"
21112111
dependencies:
2112-
"@docsearch/react": "npm:3.8.2"
2112+
"@docsearch/react": "npm:3.8.3"
21132113
"@rollup/plugin-replace": "npm:6.0.2"
21142114
preact: "npm:^10.0.0"
21152115
languageName: unknown
@@ -2177,22 +2177,22 @@ __metadata:
21772177
version: 0.0.0-use.local
21782178
resolution: "@docsearch/react-example@workspace:examples/demo"
21792179
dependencies:
2180-
"@docsearch/css": "npm:3.8.2"
2181-
"@docsearch/react": "npm:3.8.2"
2180+
"@docsearch/css": "npm:3.8.3"
2181+
"@docsearch/react": "npm:3.8.3"
21822182
"@vitejs/plugin-react": "npm:^4.3.4"
21832183
react: "npm:^18.0.0"
21842184
react-dom: "npm:^18.0.0"
21852185
vite: "npm:^6.0.7"
21862186
languageName: unknown
21872187
linkType: soft
21882188

2189-
"@docsearch/react@npm:3.8.2, @docsearch/react@npm:^3.8.1, @docsearch/react@workspace:packages/docsearch-react":
2189+
"@docsearch/react@npm:3.8.3, @docsearch/react@npm:^3.8.1, @docsearch/react@workspace:packages/docsearch-react":
21902190
version: 0.0.0-use.local
21912191
resolution: "@docsearch/react@workspace:packages/docsearch-react"
21922192
dependencies:
21932193
"@algolia/autocomplete-core": "npm:1.17.9"
21942194
"@algolia/autocomplete-preset-algolia": "npm:1.17.9"
2195-
"@docsearch/css": "npm:3.8.2"
2195+
"@docsearch/css": "npm:3.8.3"
21962196
"@rollup/plugin-replace": "npm:6.0.2"
21972197
"@testing-library/jest-dom": "npm:6.6.3"
21982198
"@testing-library/react": "npm:16.2.0"
@@ -2220,7 +2220,7 @@ __metadata:
22202220
resolution: "@docsearch/website@workspace:packages/website"
22212221
dependencies:
22222222
"@algolia/ui-library": "npm:5.86.0"
2223-
"@docsearch/react": "npm:3.8.2"
2223+
"@docsearch/react": "npm:3.8.3"
22242224
"@docusaurus/core": "npm:3.7.0"
22252225
"@docusaurus/preset-classic": "npm:3.7.0"
22262226
"@mdx-js/react": "npm:^3.1.0"

0 commit comments

Comments
 (0)