1
0
Fork 0

chore: release v3.3.4 (#1871)

This commit is contained in:
Clément Vannicatte 2023-04-26 14:19:55 +02:00 committed by GitHub
parent b9a38991e4
commit bae117ce6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 25 additions and 15 deletions

View file

@ -1,3 +1,13 @@
## [3.3.4](https://github.com/algolia/docsearch/compare/v3.3.3...v3.3.4) (2023-04-26)
### Bug Fixes
* prevent calling `onClose()` when `shiftKey`, `ctrlKey` or `metaKey` is pressed ([#1870](https://github.com/algolia/docsearch/issues/1870)) ([b9a3899](https://github.com/algolia/docsearch/commit/b9a38991e411c969459c2bac8a75f29576b46906))
* type of lvl0 ([#1859](https://github.com/algolia/docsearch/issues/1859)) ([8f48ebb](https://github.com/algolia/docsearch/commit/8f48ebb330c01be426f06d0dea2855e4ca65834b))
## [3.3.3](https://github.com/algolia/docsearch/compare/v3.3.2...v3.3.3) (2023-02-06)

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/react-example",
"description": "DocSearch v3 React example",
"version": "3.3.3",
"version": "3.3.4",
"private": true,
"license": "MIT",
"scripts": {
@ -9,8 +9,8 @@
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.3.3",
"@docsearch/react": "3.3.3",
"@docsearch/css": "3.3.4",
"@docsearch/react": "3.3.4",
"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.3.3",
"version": "3.3.4",
"private": true,
"license": "MIT",
"scripts": {
@ -9,8 +9,8 @@
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.3.3",
"@docsearch/js": "3.3.3"
"@docsearch/css": "3.3.4",
"@docsearch/js": "3.3.4"
},
"devDependencies": {
"parcel": "2.7.0"

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/css",
"description": "Styles for DocSearch.",
"version": "3.3.3",
"version": "3.3.4",
"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.3.3",
"version": "3.3.4",
"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.3.3",
"@docsearch/react": "3.3.4",
"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.3.3",
"version": "3.3.4",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
@ -35,7 +35,7 @@
"dependencies": {
"@algolia/autocomplete-core": "1.8.2",
"@algolia/autocomplete-preset-algolia": "1.8.2",
"@docsearch/css": "3.3.3",
"@docsearch/css": "3.3.4",
"algoliasearch": "^4.0.0"
},
"peerDependencies": {

View file

@ -1 +1 @@
export const version = '3.3.3';
export const version = '3.3.4';

View file

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