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

Commit 894e261

Browse files
chore: release v6.33.0 (#3625)
Co-authored-by: Haroen Viaene <hello@haroen.me>
1 parent 6773ab1 commit 894e261

File tree

30 files changed

+74
-59
lines changed

30 files changed

+74
-59
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [6.33.0](https://github.com/algolia/react-instantsearch/compare/v6.32.1...v6.33.0) (2022-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **react-native:** mark as compatible with react 18 ([#3614](https://github.com/algolia/react-instantsearch/issues/3614)) ([2a191a8](https://github.com/algolia/react-instantsearch/commit/2a191a84751127de5a3eb34b59b460a1d1bfe594))
7+
* **rish:** hide reset button when search is stalled in `SearchBox` ([#3617](https://github.com/algolia/react-instantsearch/issues/3617)) ([93ee9d0](https://github.com/algolia/react-instantsearch/commit/93ee9d0212893cef4842c86b7c78f285aa136be8))
8+
9+
10+
### Features
11+
12+
* **dependencies:** update instantsearch and helper ([#3622](https://github.com/algolia/react-instantsearch/issues/3622)) ([6773ab1](https://github.com/algolia/react-instantsearch/commit/6773ab169cd74dfe1133e255daade4d57e99d9a4))
13+
14+
15+
116
## [6.32.1](https://github.com/algolia/react-instantsearch/compare/v6.32.0...v6.32.1) (2022-08-26)
217

318

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.32.1",
3+
"version": "6.33.0",
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.32.1"
22+
"react-instantsearch-dom": "6.33.0"
2323
},
2424
"browserslist": [
2525
">0.2%",
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.32.1",
3+
"version": "6.33.0",
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.32.1"
10+
"react-instantsearch-dom": "6.33.0"
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.32.1",
3+
"version": "6.33.0",
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.32.1"
12+
"react-instantsearch-dom": "6.33.0"
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.32.1",
3+
"version": "6.33.0",
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.32.1",
22-
"react-instantsearch-dom-maps": "6.32.1"
21+
"react-instantsearch-dom": "6.33.0",
22+
"react-instantsearch-dom-maps": "6.33.0"
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.32.1",
3+
"version": "6.33.0",
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.32.1"
15+
"react-instantsearch-hooks-web": "6.33.0"
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.32.1",
3+
"version": "6.33.0",
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.32.1",
18-
"react-instantsearch-hooks-web": "6.32.1"
17+
"react-instantsearch-hooks-server": "6.33.0",
18+
"react-instantsearch-hooks-web": "6.33.0"
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.32.1",
3+
"version": "6.33.0",
44
"private": true,
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"instantsearch.js": "4.46.1",
1818
"react": "17.0.1",
1919
"react-dom": "17.0.1",
20-
"react-instantsearch-hooks": "6.32.1",
20+
"react-instantsearch-hooks": "6.33.0",
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.32.1",
3+
"version": "6.33.0",
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.32.1",
30-
"react-instantsearch-hooks-web": "6.32.1"
29+
"react-instantsearch-hooks-server": "6.33.0",
30+
"react-instantsearch-hooks-web": "6.33.0"
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.32.1",
3+
"version": "6.33.0",
44
"private": true,
55
"scripts": {
66
"build": "parcel build index.html",
@@ -11,7 +11,7 @@
1111
"instantsearch.js": "4.46.1",
1212
"react": "18.1.0",
1313
"react-dom": "18.1.0",
14-
"react-instantsearch-hooks-web": "6.32.1"
14+
"react-instantsearch-hooks-web": "6.33.0"
1515
},
1616
"devDependencies": {
1717
"parcel": "2.6.2"

0 commit comments

Comments
 (0)