From d5c9ce8a6087fb3265c3c69e19b7c630b85bfd06 Mon Sep 17 00:00:00 2001 From: InstantSearch <66688561+instantsearch-bot@users.noreply.github.com> Date: Tue, 5 Apr 2022 10:38:39 +0200 Subject: [PATCH] chore: release v6.23.3 (#3421) Co-authored-by: Haroen Viaene <hello@haroen.me> --- CHANGELOG.md | 10 ++++++++++ examples/autocomplete/package.json | 4 ++-- examples/default-theme/package.json | 4 ++-- examples/e-commerce/package.json | 4 ++-- examples/geo-search/package.json | 6 +++--- examples/hooks-next/package.json | 8 ++++---- examples/hooks-react-native/package.json | 4 ++-- examples/hooks-ssr/package.json | 8 ++++---- examples/hooks/package.json | 6 +++--- examples/media/package.json | 4 ++-- examples/multi-index/package.json | 4 ++-- examples/next/package.json | 4 ++-- examples/react-native-query-suggestions/package.json | 4 ++-- examples/react-native/package.json | 4 ++-- examples/react-router-v3/package.json | 4 ++-- examples/react-router/package.json | 4 ++-- examples/server-side-rendering/package.json | 4 ++-- examples/tourism/package.json | 4 ++-- lerna.json | 2 +- package.json | 2 +- packages/react-instantsearch-core/package.json | 2 +- packages/react-instantsearch-core/src/core/version.js | 2 +- packages/react-instantsearch-dom-maps/package.json | 4 ++-- packages/react-instantsearch-dom/package.json | 4 ++-- packages/react-instantsearch-hooks-dom/package.json | 4 ++-- packages/react-instantsearch-hooks-server/package.json | 4 ++-- packages/react-instantsearch-hooks/package.json | 2 +- packages/react-instantsearch-hooks/src/version.ts | 2 +- packages/react-instantsearch-native/package.json | 4 ++-- packages/react-instantsearch/package.json | 8 ++++---- 30 files changed, 70 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9655eb6302..4533b31a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [6.23.3](https://github.com/algolia/react-instantsearch/compare/v6.23.2...v6.23.3) (2022-04-05) + + +### Bug Fixes + +* **facets:** show raw value in currentRefinements ([#3420](https://github.com/algolia/react-instantsearch/issues/3420)) ([1199ce6](https://github.com/algolia/react-instantsearch/commit/1199ce6bd4152e4b54bd2ee0e1f0c9d81021c7d5)), closes [#3412](https://github.com/algolia/react-instantsearch/issues/3412) +* **multi-index:** correctly set `searching` prop in multi-index result states ([#3419](https://github.com/algolia/react-instantsearch/issues/3419)) ([7f8e97e](https://github.com/algolia/react-instantsearch/commit/7f8e97e31b3dd5e49d3febef673f41f7dfa6d45d)) + + + ## [6.23.2](https://github.com/algolia/react-instantsearch/compare/v6.23.1...v6.23.2) (2022-04-04) diff --git a/examples/autocomplete/package.json b/examples/autocomplete/package.json index 22986aba51..e03fb5840a 100644 --- a/examples/autocomplete/package.json +++ b/examples/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "example-autocomplete", - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "scripts": { @@ -19,7 +19,7 @@ "react": "17.0.2", "react-autosuggest": "9.4.3", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2" + "react-instantsearch-dom": "6.23.3" }, "browserslist": [ ">0.2%", diff --git a/examples/default-theme/package.json b/examples/default-theme/package.json index 610ce15160..4a56853211 100644 --- a/examples/default-theme/package.json +++ b/examples/default-theme/package.json @@ -1,12 +1,12 @@ { "name": "algolia-theme", - "version": "6.23.2", + "version": "6.23.3", "private": true, "dependencies": { "algoliasearch": "4.11.0", "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2" + "react-instantsearch-dom": "6.23.3" } } diff --git a/examples/e-commerce/package.json b/examples/e-commerce/package.json index d9053bbd06..f316c0018a 100644 --- a/examples/e-commerce/package.json +++ b/examples/e-commerce/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-e-commerce", - "version": "6.23.2", + "version": "6.23.3", "private": true, "dependencies": { "algoliasearch": "4.11.0", @@ -9,6 +9,6 @@ "react": "17.0.2", "react-compound-slider": "2.2.0", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2" + "react-instantsearch-dom": "6.23.3" } } diff --git a/examples/geo-search/package.json b/examples/geo-search/package.json index e53ab213a1..379069a708 100644 --- a/examples/geo-search/package.json +++ b/examples/geo-search/package.json @@ -1,6 +1,6 @@ { "name": "example-geo-search", - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "scripts": { @@ -18,8 +18,8 @@ "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2", - "react-instantsearch-dom-maps": "6.23.2" + "react-instantsearch-dom": "6.23.3", + "react-instantsearch-dom-maps": "6.23.3" }, "browserslist": [ ">0.2%", diff --git a/examples/hooks-next/package.json b/examples/hooks-next/package.json index a058c66ba1..605dbd10e3 100644 --- a/examples/hooks-next/package.json +++ b/examples/hooks-next/package.json @@ -1,6 +1,6 @@ { "name": "hooks-next-example", - "version": "6.23.2", + "version": "6.23.3", "private": true, "scripts": { "dev": "next dev", @@ -14,9 +14,9 @@ "next": "12.0.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-hooks": "6.23.2", - "react-instantsearch-hooks-dom": "6.23.2", - "react-instantsearch-hooks-server": "6.23.2" + "react-instantsearch-hooks": "6.23.3", + "react-instantsearch-hooks-dom": "6.23.3", + "react-instantsearch-hooks-server": "6.23.3" }, "devDependencies": { "@types/react": "^17.0.37", diff --git a/examples/hooks-react-native/package.json b/examples/hooks-react-native/package.json index 7138142d35..b842af57ce 100644 --- a/examples/hooks-react-native/package.json +++ b/examples/hooks-react-native/package.json @@ -1,6 +1,6 @@ { "name": "hooks-react-native-example", - "version": "6.23.2", + "version": "6.23.3", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { @@ -17,7 +17,7 @@ "instantsearch.js": "4.40.1", "react": "17.0.1", "react-dom": "17.0.1", - "react-instantsearch-hooks": "6.23.2", + "react-instantsearch-hooks": "6.23.3", "react-native": "0.64.3", "react-native-web": "0.17.1" }, diff --git a/examples/hooks-ssr/package.json b/examples/hooks-ssr/package.json index 35dbdb1789..33ad1307f2 100644 --- a/examples/hooks-ssr/package.json +++ b/examples/hooks-ssr/package.json @@ -1,6 +1,6 @@ { "name": "hooks-ssr-example", - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "scripts": { @@ -26,8 +26,8 @@ "express": "4.17.1", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-hooks": "6.23.2", - "react-instantsearch-hooks-dom": "6.23.2", - "react-instantsearch-hooks-server": "6.23.2" + "react-instantsearch-hooks": "6.23.3", + "react-instantsearch-hooks-dom": "6.23.3", + "react-instantsearch-hooks-server": "6.23.3" } } diff --git a/examples/hooks/package.json b/examples/hooks/package.json index bac4887813..bec70a7968 100644 --- a/examples/hooks/package.json +++ b/examples/hooks/package.json @@ -1,6 +1,6 @@ { "name": "hooks-example", - "version": "6.23.2", + "version": "6.23.3", "private": true, "scripts": { "build": "parcel build index.html", @@ -11,8 +11,8 @@ "instantsearch.js": "4.40.1", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-hooks": "6.23.2", - "react-instantsearch-hooks-dom": "6.23.2" + "react-instantsearch-hooks": "6.23.3", + "react-instantsearch-hooks-dom": "6.23.3" }, "devDependencies": { "parcel": "2.2.1" diff --git a/examples/media/package.json b/examples/media/package.json index 7971b3950f..6387f4d382 100644 --- a/examples/media/package.json +++ b/examples/media/package.json @@ -1,12 +1,12 @@ { "name": "media", - "version": "6.23.2", + "version": "6.23.3", "private": true, "dependencies": { "algoliasearch": "4.11.0", "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2" + "react-instantsearch-dom": "6.23.3" } } diff --git a/examples/multi-index/package.json b/examples/multi-index/package.json index 7410ec1712..b59d33d468 100644 --- a/examples/multi-index/package.json +++ b/examples/multi-index/package.json @@ -1,6 +1,6 @@ { "name": "example-multi-index", - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "scripts": { @@ -17,7 +17,7 @@ "instantsearch.css": "7.4.5", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2" + "react-instantsearch-dom": "6.23.3" }, "browserslist": [ ">0.2%", diff --git a/examples/next/package.json b/examples/next/package.json index a89743e0e2..0199a20a41 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "example-next", - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "scripts": { @@ -22,6 +22,6 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-fast-compare": "3.0.1", - "react-instantsearch-dom": "6.23.2" + "react-instantsearch-dom": "6.23.3" } } diff --git a/examples/react-native-query-suggestions/package.json b/examples/react-native-query-suggestions/package.json index 1e87b6211c..dfbd6a74fb 100644 --- a/examples/react-native-query-suggestions/package.json +++ b/examples/react-native-query-suggestions/package.json @@ -1,6 +1,6 @@ { "name": "example-react-native-query-suggestions", - "version": "6.23.2", + "version": "6.23.3", "main": "node_modules/expo/AppEntry.js", "scripts": { "build": "echo \"Error: no build specified\" && exit 0", @@ -17,7 +17,7 @@ "prop-types": "15.6.2", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-native": "6.23.2", + "react-instantsearch-native": "6.23.3", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-vector-icons": "6.6.0", "react-native-web": "0.11.7" diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 5b22bdbbeb..5c7be7370b 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -1,6 +1,6 @@ { "name": "example-react-native", - "version": "6.23.2", + "version": "6.23.3", "main": "node_modules/expo/AppEntry.js", "scripts": { "build": "echo \"Error: no build specified\" && exit 0", @@ -18,7 +18,7 @@ "prop-types": "15.6.2", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-native": "6.23.2", + "react-instantsearch-native": "6.23.3", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-gesture-handler": "1.6.1", "react-native-modal-dropdown": "0.7.0", diff --git a/examples/react-router-v3/package.json b/examples/react-router-v3/package.json index aad4d2b42d..e7b971a4ae 100644 --- a/examples/react-router-v3/package.json +++ b/examples/react-router-v3/package.json @@ -1,6 +1,6 @@ { "name": "example-react-router-v3", - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "scripts": { @@ -20,7 +20,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-fast-compare": "3.0.1", - "react-instantsearch-dom": "6.23.2", + "react-instantsearch-dom": "6.23.3", "react-router": "3.2.1" }, "browserslist": [ diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 51da490ee1..2729a79da2 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -1,6 +1,6 @@ { "name": "example-react-router", - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "scripts": { @@ -20,7 +20,7 @@ "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2", + "react-instantsearch-dom": "6.23.3", "react-router-dom": "5.2.0" }, "browserslist": [ diff --git a/examples/server-side-rendering/package.json b/examples/server-side-rendering/package.json index d34f101e22..e7724b903b 100644 --- a/examples/server-side-rendering/package.json +++ b/examples/server-side-rendering/package.json @@ -1,6 +1,6 @@ { "name": "example-server-side-rendering", - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "scripts": { @@ -31,6 +31,6 @@ "prop-types": "15.6.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2" + "react-instantsearch-dom": "6.23.3" } } diff --git a/examples/tourism/package.json b/examples/tourism/package.json index 0026f9d854..d20bf4858b 100644 --- a/examples/tourism/package.json +++ b/examples/tourism/package.json @@ -1,13 +1,13 @@ { "name": "tourism", - "version": "6.23.2", + "version": "6.23.3", "private": true, "dependencies": { "algoliasearch": "4.11.0", "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.23.2", + "react-instantsearch-dom": "6.23.3", "rheostat": "2.2.0" } } diff --git a/lerna.json b/lerna.json index c7168a3fc1..f84c9670b7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.23.2", + "version": "6.23.3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 8c6818f528..c981e50d70 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "6.23.2", + "version": "6.23.3", "private": true, "license": "MIT", "workspaces": [ diff --git a/packages/react-instantsearch-core/package.json b/packages/react-instantsearch-core/package.json index aa2ff3f50d..3671bb9fc3 100644 --- a/packages/react-instantsearch-core/package.json +++ b/packages/react-instantsearch-core/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-core", - "version": "6.23.2", + "version": "6.23.3", "description": "⚡ Lightning-fast search for React, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", diff --git a/packages/react-instantsearch-core/src/core/version.js b/packages/react-instantsearch-core/src/core/version.js index c265f7bdfe..a338c4617e 100644 --- a/packages/react-instantsearch-core/src/core/version.js +++ b/packages/react-instantsearch-core/src/core/version.js @@ -1 +1 @@ -export default '6.23.2'; +export default '6.23.3'; diff --git a/packages/react-instantsearch-dom-maps/package.json b/packages/react-instantsearch-dom-maps/package.json index 16f7950f93..d81b183bd7 100644 --- a/packages/react-instantsearch-dom-maps/package.json +++ b/packages/react-instantsearch-dom-maps/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-dom-maps", - "version": "6.23.2", + "version": "6.23.3", "description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -46,6 +46,6 @@ "peerDependencies": { "react": ">= 16.3.0 < 19", "react-dom": ">= 16.3.0 < 19", - "react-instantsearch-dom": "6.23.2" + "react-instantsearch-dom": "6.23.3" } } diff --git a/packages/react-instantsearch-dom/package.json b/packages/react-instantsearch-dom/package.json index ee78bd0c57..2c07e2b7d0 100644 --- a/packages/react-instantsearch-dom/package.json +++ b/packages/react-instantsearch-dom/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-dom", - "version": "6.23.2", + "version": "6.23.3", "description": "⚡ Lightning-fast search for React DOM, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -43,7 +43,7 @@ "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "6.23.2" + "react-instantsearch-core": "6.23.3" }, "peerDependencies": { "react": ">= 16.3.0 < 19", diff --git a/packages/react-instantsearch-hooks-dom/package.json b/packages/react-instantsearch-hooks-dom/package.json index 3370775be2..cd17525c95 100644 --- a/packages/react-instantsearch-hooks-dom/package.json +++ b/packages/react-instantsearch-hooks-dom/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-hooks-dom", - "version": "6.23.2", + "version": "6.23.3", "description": "⚡ Lightning-fast search for React, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -48,7 +48,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "instantsearch.js": "^4.40.1", - "react-instantsearch-hooks": "6.23.2" + "react-instantsearch-hooks": "6.23.3" }, "peerDependencies": { "react": ">= 16.8.0 < 19", diff --git a/packages/react-instantsearch-hooks-server/package.json b/packages/react-instantsearch-hooks-server/package.json index 5be1448f32..5582028459 100644 --- a/packages/react-instantsearch-hooks-server/package.json +++ b/packages/react-instantsearch-hooks-server/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-hooks-server", - "version": "6.23.2", + "version": "6.23.3", "description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -48,7 +48,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "instantsearch.js": "^4.40.1", - "react-instantsearch-hooks": "6.23.2" + "react-instantsearch-hooks": "6.23.3" }, "peerDependencies": { "react": ">= 16.8.0 < 19", diff --git a/packages/react-instantsearch-hooks/package.json b/packages/react-instantsearch-hooks/package.json index 774391f660..d8680b91f8 100644 --- a/packages/react-instantsearch-hooks/package.json +++ b/packages/react-instantsearch-hooks/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-hooks", - "version": "6.23.2", + "version": "6.23.3", "description": "⚡ Lightning-fast search for React, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", diff --git a/packages/react-instantsearch-hooks/src/version.ts b/packages/react-instantsearch-hooks/src/version.ts index c265f7bdfe..a338c4617e 100644 --- a/packages/react-instantsearch-hooks/src/version.ts +++ b/packages/react-instantsearch-hooks/src/version.ts @@ -1 +1 @@ -export default '6.23.2'; +export default '6.23.3'; diff --git a/packages/react-instantsearch-native/package.json b/packages/react-instantsearch-native/package.json index 1cd510cf48..cc57461873 100644 --- a/packages/react-instantsearch-native/package.json +++ b/packages/react-instantsearch-native/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-native", - "version": "6.23.2", + "version": "6.23.3", "description": "⚡ Lightning-fast search for React Native, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -38,7 +38,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch": ">= 3.27.1 < 5", - "react-instantsearch-core": "6.23.2" + "react-instantsearch-core": "6.23.3" }, "peerDependencies": { "react": ">= 16.3.0 < 18", diff --git a/packages/react-instantsearch/package.json b/packages/react-instantsearch/package.json index 6990953092..33a2080cf0 100644 --- a/packages/react-instantsearch/package.json +++ b/packages/react-instantsearch/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch", - "version": "6.23.2", + "version": "6.23.3", "description": "⚡ Lightning-fast search for React and React Native apps, by Algolia", "main": "index.js", "module": "dist/es/index.js", @@ -44,8 +44,8 @@ }, "dependencies": { "@babel/runtime": "^7.1.2", - "react-instantsearch-core": "6.23.2", - "react-instantsearch-dom": "6.23.2", - "react-instantsearch-native": "6.23.2" + "react-instantsearch-core": "6.23.3", + "react-instantsearch-dom": "6.23.3", + "react-instantsearch-native": "6.23.3" } }