Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bae117c

Browse files
authored
chore: release v3.3.4 (algolia#1871)
1 parent b9a3899 commit bae117c

File tree

9 files changed

+25
-15
lines changed

9 files changed

+25
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [3.3.4](https://github.com/algolia/docsearch/compare/v3.3.3...v3.3.4) (2023-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
* type of lvl0 ([#1859](https://github.com/algolia/docsearch/issues/1859)) ([8f48ebb](https://github.com/algolia/docsearch/commit/8f48ebb330c01be426f06d0dea2855e4ca65834b))
8+
9+
10+
111
## [3.3.3](https://github.com/algolia/docsearch/compare/v3.3.2...v3.3.3) (2023-02-06)
212

313

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.3.3",
4+
"version": "3.3.4",
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.3.3",
13-
"@docsearch/react": "3.3.3",
12+
"@docsearch/css": "3.3.4",
13+
"@docsearch/react": "3.3.4",
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.3.3",
4+
"version": "3.3.4",
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.3.3",
13-
"@docsearch/js": "3.3.3"
12+
"@docsearch/css": "3.3.4",
13+
"@docsearch/js": "3.3.4"
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.3.3",
3+
"version": "3.3.4",
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.3.3",
4+
"version": "3.3.4",
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.3.3",
4+
"version": "3.3.4",
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.3.3",
33+
"@docsearch/react": "3.3.4",
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.3.3",
4+
"version": "3.3.4",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": "algolia/docsearch",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@algolia/autocomplete-core": "1.8.2",
3737
"@algolia/autocomplete-preset-algolia": "1.8.2",
38-
"@docsearch/css": "3.3.3",
38+
"@docsearch/css": "3.3.4",
3939
"algoliasearch": "^4.0.0"
4040
},
4141
"peerDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '3.3.3';
1+
export const version = '3.3.4';

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.3.3",
3+
"version": "3.3.4",
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.3.3",
20+
"@docsearch/react": "3.3.4",
2121
"@docusaurus/core": "2.2.0",
2222
"@docusaurus/preset-classic": "2.2.0",
2323
"@mdx-js/react": "^1.6.22",

0 commit comments

Comments
 (0)