Skip to content

Commit 2df2e13

Browse files
authored
chore: release v3.6.0 (#2202)
* chore: release v3.6.0 * chore: missing feature in changelog
1 parent fe3ac9e commit 2df2e13

File tree

9 files changed

+32
-15
lines changed

9 files changed

+32
-15
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [3.6.0](https://github.com/algolia/docsearch/compare/v3.5.2...v3.6.0) (2024-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* add accessible label to SearchBox input ([#2193](https://github.com/algolia/docsearch/issues/2193)) ([df60b8e](https://github.com/algolia/docsearch/commit/df60b8ebe89c80ce3d00b80d94e95b6fd86edd19))
7+
* **docs:** sidebar logo size ([#2125](https://github.com/algolia/docsearch/issues/2125)) ([572b117](https://github.com/algolia/docsearch/commit/572b117ce6ab3f131b18e345e7e8384685a2a8e0))
8+
* **website:** update discord link ([#2141](https://github.com/algolia/docsearch/issues/2141)) ([874e16a](https://github.com/algolia/docsearch/commit/874e16a5d42e8657e6ab2653e9638cd2282ba408))
9+
10+
11+
### Features
12+
13+
* add additional scss output ([#2201](https://github.com/algolia/docsearch/issues/2201)) ([fe3ac9e](https://github.com/algolia/docsearch/commit/fe3ac9e782c2bc84e39b61e3749f067c59f56129))
14+
* add keypress effect to DocSearchButton ([#2087](https://github.com/algolia/docsearch/issues/2087)) ([4c82640](https://github.com/algolia/docsearch/commit/4c82640022154dd32cc9d3e28a7ae2fba786da8d))
15+
16+
17+
118
## [3.5.2](https://github.com/algolia/docsearch/compare/v3.5.1...v3.5.2) (2023-08-11)
219

320

examples/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@docsearch/react-example",
33
"description": "DocSearch v3 React example",
4-
"version": "3.5.2",
4+
"version": "3.6.0",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
88
"build": "parcel build index.html",
99
"start": "parcel index.html"
1010
},
1111
"dependencies": {
12-
"@docsearch/css": "3.5.2",
13-
"@docsearch/react": "3.5.2",
12+
"@docsearch/css": "3.6.0",
13+
"@docsearch/react": "3.6.0",
1414
"react": "^18.1.0",
1515
"react-dom": "^18.1.0"
1616
},

examples/js-demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@docsearch/js-example",
33
"description": "DocSearch v3 Vanilla JavaScript example",
4-
"version": "3.5.2",
4+
"version": "3.6.0",
55
"private": true,
66
"license": "MIT",
77
"scripts": {
88
"build": "parcel build index.html",
99
"start": "parcel index.html"
1010
},
1111
"dependencies": {
12-
"@docsearch/css": "3.5.2",
13-
"@docsearch/js": "3.5.2"
12+
"@docsearch/css": "3.6.0",
13+
"@docsearch/js": "3.6.0"
1414
},
1515
"devDependencies": {
1616
"parcel": "2.7.0"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "examples/*"],
3-
"version": "3.5.2",
3+
"version": "3.6.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

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

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.5.2",
4+
"version": "3.6.0",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": "algolia/docsearch",
@@ -30,7 +30,7 @@
3030
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
3131
},
3232
"dependencies": {
33-
"@docsearch/react": "3.5.2",
33+
"@docsearch/react": "3.6.0",
3434
"preact": "^10.0.0"
3535
}
3636
}

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.5.2",
4+
"version": "3.6.0",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": "algolia/docsearch",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@algolia/autocomplete-core": "1.9.3",
3737
"@algolia/autocomplete-preset-algolia": "1.9.3",
38-
"@docsearch/css": "3.5.2",
38+
"@docsearch/css": "3.6.0",
3939
"algoliasearch": "^4.19.1"
4040
},
4141
"peerDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '3.5.2';
1+
export const version = '3.6.0';

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.5.2",
3+
"version": "3.6.0",
44
"private": true,
55
"homepage": "https://docsearch.algolia.com/",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@algolia/ui-library": "4.0.0-beta.71",
20-
"@docsearch/react": "3.5.2",
20+
"@docsearch/react": "3.6.0",
2121
"@docusaurus/core": "2.4.1",
2222
"@docusaurus/preset-classic": "2.4.1",
2323
"@mdx-js/react": "^1.6.22",

0 commit comments

Comments
 (0)