Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit ef320a0

Browse files
chore: release v6.30.2 (#3567)
1 parent 4c358be commit ef320a0

File tree

30 files changed

+67
-57
lines changed

30 files changed

+67
-57
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [6.30.2](https://github.com/algolia/react-instantsearch/compare/v6.30.1...v6.30.2) (2022-07-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **hooks:** type of DynamicWidgets props ([#3566](https://github.com/algolia/react-instantsearch/issues/3566)) ([612c98b](https://github.com/algolia/react-instantsearch/commit/612c98b5a77fb9037185c4b5efda8c07663dbd1a)), closes [#3563](https://github.com/algolia/react-instantsearch/issues/3563)
7+
* **hooks:** use single instance in <InstantSearch> ([#3561](https://github.com/algolia/react-instantsearch/issues/3561)) ([4c358be](https://github.com/algolia/react-instantsearch/commit/4c358bebfc91451b1610f677f89c595d7a427f1f))
8+
9+
10+
111
## [6.30.1](https://github.com/algolia/react-instantsearch/compare/v6.30.0...v6.30.1) (2022-07-12)
212

313

examples/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-autocomplete",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"react": "17.0.2",
2020
"react-autosuggest": "9.4.3",
2121
"react-dom": "17.0.2",
22-
"react-instantsearch-dom": "6.30.1"
22+
"react-instantsearch-dom": "6.30.2"
2323
},
2424
"browserslist": [
2525
">0.2%",

examples/default-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "algolia-theme",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.11.0",
77
"qs": "6.8.0",
88
"react": "17.0.2",
99
"react-dom": "17.0.2",
10-
"react-instantsearch-dom": "6.30.1"
10+
"react-instantsearch-dom": "6.30.2"
1111
}
1212
}

examples/e-commerce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-e-commerce",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.11.0",
@@ -9,6 +9,6 @@
99
"react": "17.0.2",
1010
"react-compound-slider": "2.2.0",
1111
"react-dom": "17.0.2",
12-
"react-instantsearch-dom": "6.30.1"
12+
"react-instantsearch-dom": "6.30.2"
1313
}
1414
}

examples/geo-search/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-geo-search",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -18,8 +18,8 @@
1818
"qs": "6.8.0",
1919
"react": "17.0.2",
2020
"react-dom": "17.0.2",
21-
"react-instantsearch-dom": "6.30.1",
22-
"react-instantsearch-dom-maps": "6.30.1"
21+
"react-instantsearch-dom": "6.30.2",
22+
"react-instantsearch-dom-maps": "6.30.2"
2323
},
2424
"browserslist": [
2525
">0.2%",

examples/hooks-e-commerce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-e-commerce",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"scripts": {
66
"build": "parcel build index.html",
@@ -12,7 +12,7 @@
1212
"react": "18.1.0",
1313
"react-compound-slider": "3.4.0",
1414
"react-dom": "18.1.0",
15-
"react-instantsearch-hooks-web": "6.30.1"
15+
"react-instantsearch-hooks-web": "6.30.2"
1616
},
1717
"devDependencies": {
1818
"@parcel/packager-raw-url": "2.6.2",

examples/hooks-next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-next-example",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -14,8 +14,8 @@
1414
"next": "12.1.6",
1515
"react": "18.1.0",
1616
"react-dom": "18.1.0",
17-
"react-instantsearch-hooks-server": "6.30.1",
18-
"react-instantsearch-hooks-web": "6.30.1"
17+
"react-instantsearch-hooks-server": "6.30.2",
18+
"react-instantsearch-hooks-web": "6.30.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "17.0.40",

examples/hooks-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-react-native-example",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"instantsearch.js": "4.43.1",
1818
"react": "17.0.1",
1919
"react-dom": "17.0.1",
20-
"react-instantsearch-hooks": "6.30.1",
20+
"react-instantsearch-hooks": "6.30.2",
2121
"react-native": "0.64.3",
2222
"react-native-web": "0.17.1"
2323
},

examples/hooks-ssr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-ssr-example",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"express": "4.17.1",
2727
"react": "18.1.0",
2828
"react-dom": "18.1.0",
29-
"react-instantsearch-hooks-server": "6.30.1",
30-
"react-instantsearch-hooks-web": "6.30.1"
29+
"react-instantsearch-hooks-server": "6.30.2",
30+
"react-instantsearch-hooks-web": "6.30.2"
3131
}
3232
}

examples/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-example",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"scripts": {
66
"build": "parcel build index.html",
@@ -11,7 +11,7 @@
1111
"instantsearch.js": "4.43.1",
1212
"react": "18.1.0",
1313
"react-dom": "18.1.0",
14-
"react-instantsearch-hooks-web": "6.30.1"
14+
"react-instantsearch-hooks-web": "6.30.2"
1515
},
1616
"devDependencies": {
1717
"parcel": "2.2.1"

examples/media/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "media",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.11.0",
77
"qs": "6.8.0",
88
"react": "17.0.2",
99
"react-dom": "17.0.2",
10-
"react-instantsearch-dom": "6.30.1"
10+
"react-instantsearch-dom": "6.30.2"
1111
}
1212
}

examples/multi-index/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-multi-index",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"instantsearch.css": "7.4.5",
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2",
20-
"react-instantsearch-dom": "6.30.1"
20+
"react-instantsearch-dom": "6.30.2"
2121
},
2222
"browserslist": [
2323
">0.2%",

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-next",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -26,6 +26,6 @@
2626
"qs": "6.8.0",
2727
"react": "17.0.2",
2828
"react-dom": "17.0.2",
29-
"react-instantsearch-dom": "6.30.1"
29+
"react-instantsearch-dom": "6.30.2"
3030
}
3131
}

examples/react-native-query-suggestions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-native-query-suggestions",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"build": "echo \"Error: no build specified\" && exit 0",
@@ -17,7 +17,7 @@
1717
"prop-types": "15.6.2",
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2",
20-
"react-instantsearch-native": "6.30.1",
20+
"react-instantsearch-native": "6.30.2",
2121
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
2222
"react-native-vector-icons": "6.6.0",
2323
"react-native-web": "0.11.7"

examples/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-native",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"build": "echo \"Error: no build specified\" && exit 0",
@@ -18,7 +18,7 @@
1818
"prop-types": "15.6.2",
1919
"react": "17.0.2",
2020
"react-dom": "17.0.2",
21-
"react-instantsearch-native": "6.30.1",
21+
"react-instantsearch-native": "6.30.2",
2222
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
2323
"react-native-gesture-handler": "1.6.1",
2424
"react-native-modal-dropdown": "0.7.0",

examples/react-router-v3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-router-v3",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"react": "17.0.2",
2121
"react-dom": "17.0.2",
2222
"react-fast-compare": "3.0.1",
23-
"react-instantsearch-dom": "6.30.1",
23+
"react-instantsearch-dom": "6.30.2",
2424
"react-router": "3.2.1"
2525
},
2626
"browserslist": [

examples/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-router",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"qs": "6.8.0",
2121
"react": "17.0.2",
2222
"react-dom": "17.0.2",
23-
"react-instantsearch-dom": "6.30.1",
23+
"react-instantsearch-dom": "6.30.2",
2424
"react-router-dom": "5.2.0"
2525
},
2626
"browserslist": [

examples/server-side-rendering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-server-side-rendering",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -31,6 +31,6 @@
3131
"prop-types": "15.6.0",
3232
"react": "17.0.2",
3333
"react-dom": "17.0.2",
34-
"react-instantsearch-dom": "6.30.1"
34+
"react-instantsearch-dom": "6.30.2"
3535
}
3636
}

examples/tourism/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "tourism",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"private": true,
55
"dependencies": {
66
"algoliasearch": "4.11.0",
77
"qs": "6.8.0",
88
"react": "17.0.2",
99
"react-dom": "17.0.2",
10-
"react-instantsearch-dom": "6.30.1",
10+
"react-instantsearch-dom": "6.30.2",
1111
"rheostat": "2.2.0"
1212
}
1313
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.30.1",
2+
"version": "6.30.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/react-instantsearch-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-core",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"description": "⚡ Lightning-fast search for React, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.30.1';
1+
export default '6.30.2';

packages/react-instantsearch-dom-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-dom-maps",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

packages/react-instantsearch-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-dom",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -43,7 +43,7 @@
4343
"classnames": "^2.2.5",
4444
"prop-types": "^15.6.2",
4545
"react-fast-compare": "^3.0.0",
46-
"react-instantsearch-core": "6.30.1"
46+
"react-instantsearch-core": "6.30.2"
4747
},
4848
"peerDependencies": {
4949
"algoliasearch": ">= 3.1 < 5",

packages/react-instantsearch-hooks-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-hooks-server",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia",
55
"source": "src/index.ts",
66
"types": "dist/es/index.d.ts",
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@babel/runtime": "^7.1.2",
4949
"instantsearch.js": "^4.43.1",
50-
"react-instantsearch-hooks": "6.30.1"
50+
"react-instantsearch-hooks": "6.30.2"
5151
},
5252
"peerDependencies": {
5353
"algoliasearch": ">= 3.1 < 5",

packages/react-instantsearch-hooks-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-hooks-web",
3-
"version": "6.30.1",
3+
"version": "6.30.2",
44
"description": "⚡ Lightning-fast search for React, by Algolia",
55
"source": "src/index.ts",
66
"types": "dist/es/index.d.ts",
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@babel/runtime": "^7.1.2",
5050
"instantsearch.js": "^4.43.1",
51-
"react-instantsearch-hooks": "6.30.1"
51+
"react-instantsearch-hooks": "6.30.2"
5252
},
5353
"peerDependencies": {
5454
"algoliasearch": ">= 3.1 < 5",

0 commit comments

Comments
 (0)