1
0
Fork 0

chore: release v3.6.0 (#2202)

* chore: release v3.6.0

* chore: missing feature in changelog
This commit is contained in:
Clément Vannicatte 2024-03-06 22:49:01 +01:00 committed by GitHub
parent fe3ac9e782
commit 2df2e1392f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 32 additions and 15 deletions

View file

@ -1,3 +1,20 @@
# [3.6.0](https://github.com/algolia/docsearch/compare/v3.5.2...v3.6.0) (2024-03-06)
### Bug Fixes
* add accessible label to SearchBox input ([#2193](https://github.com/algolia/docsearch/issues/2193)) ([df60b8e](https://github.com/algolia/docsearch/commit/df60b8ebe89c80ce3d00b80d94e95b6fd86edd19))
* **docs:** sidebar logo size ([#2125](https://github.com/algolia/docsearch/issues/2125)) ([572b117](https://github.com/algolia/docsearch/commit/572b117ce6ab3f131b18e345e7e8384685a2a8e0))
* **website:** update discord link ([#2141](https://github.com/algolia/docsearch/issues/2141)) ([874e16a](https://github.com/algolia/docsearch/commit/874e16a5d42e8657e6ab2653e9638cd2282ba408))
### Features
* add additional scss output ([#2201](https://github.com/algolia/docsearch/issues/2201)) ([fe3ac9e](https://github.com/algolia/docsearch/commit/fe3ac9e782c2bc84e39b61e3749f067c59f56129))
* add keypress effect to DocSearchButton ([#2087](https://github.com/algolia/docsearch/issues/2087)) ([4c82640](https://github.com/algolia/docsearch/commit/4c82640022154dd32cc9d3e28a7ae2fba786da8d))
## [3.5.2](https://github.com/algolia/docsearch/compare/v3.5.1...v3.5.2) (2023-08-11)

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/react-example",
"description": "DocSearch v3 React example",
"version": "3.5.2",
"version": "3.6.0",
"private": true,
"license": "MIT",
"scripts": {
@ -9,8 +9,8 @@
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.5.2",
"@docsearch/react": "3.5.2",
"@docsearch/css": "3.6.0",
"@docsearch/react": "3.6.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/js-example",
"description": "DocSearch v3 Vanilla JavaScript example",
"version": "3.5.2",
"version": "3.6.0",
"private": true,
"license": "MIT",
"scripts": {
@ -9,8 +9,8 @@
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.5.2",
"@docsearch/js": "3.5.2"
"@docsearch/css": "3.6.0",
"@docsearch/js": "3.6.0"
},
"devDependencies": {
"parcel": "2.7.0"

View file

@ -1,6 +1,6 @@
{
"packages": ["packages/*", "examples/*"],
"version": "3.5.2",
"version": "3.6.0",
"npmClient": "yarn",
"useWorkspaces": true
}

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/css",
"description": "Styles for DocSearch.",
"version": "3.5.2",
"version": "3.6.0",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/js",
"description": "JavaScript package for DocSearch, the best search experience for docs.",
"version": "3.5.2",
"version": "3.6.0",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
@ -30,7 +30,7 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@docsearch/react": "3.5.2",
"@docsearch/react": "3.6.0",
"preact": "^10.0.0"
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/react",
"description": "React package for DocSearch, the best search experience for docs.",
"version": "3.5.2",
"version": "3.6.0",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
@ -35,7 +35,7 @@
"dependencies": {
"@algolia/autocomplete-core": "1.9.3",
"@algolia/autocomplete-preset-algolia": "1.9.3",
"@docsearch/css": "3.5.2",
"@docsearch/css": "3.6.0",
"algoliasearch": "^4.19.1"
},
"peerDependencies": {

View file

@ -1 +1 @@
export const version = '3.5.2';
export const version = '3.6.0';

View file

@ -1,6 +1,6 @@
{
"name": "@docsearch/website",
"version": "3.5.2",
"version": "3.6.0",
"private": true,
"homepage": "https://docsearch.algolia.com/",
"scripts": {
@ -17,7 +17,7 @@
},
"dependencies": {
"@algolia/ui-library": "4.0.0-beta.71",
"@docsearch/react": "3.5.2",
"@docsearch/react": "3.6.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",