From 596553c9195a02f92f0f84d8836962547bac95bc Mon Sep 17 00:00:00 2001 From: InstantSearch <66688561+instantsearch-bot@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:44:54 +0200 Subject: [PATCH] chore: release v6.37.0 (#3655) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pull request prepares the following release: | Repository | Branch | Update | Change | |---|---|---|---| | [react-instantsearch](https://github.com/algolia/react-instantsearch) | releases/v6.37.0 | minor | [`6.36.0` → `6.37.0`](https://github.com/algolia/react-instantsearch/compare/v6.36.0...releases/v6.37.0) | ### Release Summary This is going to be published with the following command: | Dir | Command | |---|---| | packages/react-instantsearch-core | npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest | | packages/react-instantsearch-hooks | npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest | | packages/react-instantsearch-dom | npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest | | packages/react-instantsearch-hooks-server | npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest | | packages/react-instantsearch-hooks-web | npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest | | packages/react-instantsearch-native | npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest | | packages/react-instantsearch-dom-maps | npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest | | packages/react-instantsearch | npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest | ### Merging Instructions When merging this pull request, you need to **Squash and merge** and make sure that the title starts with `chore: release v6.37.0`.
See details After that, a commit `chore: release v6.37.0` will be added and you or your CI can run `shipjs trigger` to trigger the release based on the commit. ![Squash and merge](https://raw.githubusercontent.com/algolia/shipjs/v0.24.1/assets/squash-and-merge.png)
--- _This pull request is automatically generated by [Ship.js](https://github.com/algolia/shipjs)_. --- CHANGELOG.md | 9 +++++++++ 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-e-commerce/package.json | 4 ++-- examples/hooks-next/package.json | 6 +++--- examples/hooks-react-native/package.json | 4 ++-- examples/hooks-ssr/package.json | 6 +++--- examples/hooks/package.json | 4 ++-- 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 +- packages/react-instantsearch-core/package.json | 2 +- packages/react-instantsearch-core/src/core/version.js | 2 +- packages/react-instantsearch-dom-maps/package.json | 8 ++++---- packages/react-instantsearch-dom/package.json | 4 ++-- packages/react-instantsearch-hooks-server/package.json | 4 ++-- packages/react-instantsearch-hooks-web/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, 69 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e19768372..3c4d07a320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [6.37.0](https://github.com/algolia/react-instantsearch/compare/v6.36.0...v6.37.0) (2022-10-18) + + +### Features + +* **core:** support react 18 strict mode ([#3653](https://github.com/algolia/react-instantsearch/issues/3653)) ([9174806](https://github.com/algolia/react-instantsearch/commit/9174806a7997a45893a24d149027119f4a0709c3)) + + + # [6.36.0](https://github.com/algolia/react-instantsearch/compare/v6.35.0...v6.36.0) (2022-10-04) diff --git a/examples/autocomplete/package.json b/examples/autocomplete/package.json index 8a526bc3f4..907f46c912 100644 --- a/examples/autocomplete/package.json +++ b/examples/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "example-autocomplete", - "version": "6.36.0", + "version": "6.37.0", "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.36.0" + "react-instantsearch-dom": "6.37.0" }, "browserslist": [ ">0.2%", diff --git a/examples/default-theme/package.json b/examples/default-theme/package.json index cfe3706ef0..55f1f607f4 100644 --- a/examples/default-theme/package.json +++ b/examples/default-theme/package.json @@ -1,12 +1,12 @@ { "name": "algolia-theme", - "version": "6.36.0", + "version": "6.37.0", "private": true, "dependencies": { "algoliasearch": "4.11.0", "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.36.0" + "react-instantsearch-dom": "6.37.0" } } diff --git a/examples/e-commerce/package.json b/examples/e-commerce/package.json index 040f9a4963..6d20a83bc8 100644 --- a/examples/e-commerce/package.json +++ b/examples/e-commerce/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-e-commerce", - "version": "6.36.0", + "version": "6.37.0", "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.36.0" + "react-instantsearch-dom": "6.37.0" } } diff --git a/examples/geo-search/package.json b/examples/geo-search/package.json index a10cc38bdb..1b817ae029 100644 --- a/examples/geo-search/package.json +++ b/examples/geo-search/package.json @@ -1,6 +1,6 @@ { "name": "example-geo-search", - "version": "6.36.0", + "version": "6.37.0", "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.36.0", - "react-instantsearch-dom-maps": "6.36.0" + "react-instantsearch-dom": "6.37.0", + "react-instantsearch-dom-maps": "6.37.0" }, "browserslist": [ ">0.2%", diff --git a/examples/hooks-e-commerce/package.json b/examples/hooks-e-commerce/package.json index 8791fb4dec..1eaa6243d9 100644 --- a/examples/hooks-e-commerce/package.json +++ b/examples/hooks-e-commerce/package.json @@ -1,6 +1,6 @@ { "name": "hooks-e-commerce", - "version": "6.36.0", + "version": "6.37.0", "private": true, "scripts": { "build": "parcel build index.html", @@ -12,7 +12,7 @@ "react": "18.1.0", "react-compound-slider": "3.4.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.36.0" + "react-instantsearch-hooks-web": "6.37.0" }, "devDependencies": { "@parcel/packager-raw-url": "2.6.2", diff --git a/examples/hooks-next/package.json b/examples/hooks-next/package.json index 3977c3a183..f946442d86 100644 --- a/examples/hooks-next/package.json +++ b/examples/hooks-next/package.json @@ -1,6 +1,6 @@ { "name": "hooks-next-example", - "version": "6.36.0", + "version": "6.37.0", "private": true, "scripts": { "dev": "next dev", @@ -14,8 +14,8 @@ "next": "12.1.6", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-server": "6.36.0", - "react-instantsearch-hooks-web": "6.36.0" + "react-instantsearch-hooks-server": "6.37.0", + "react-instantsearch-hooks-web": "6.37.0" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/hooks-react-native/package.json b/examples/hooks-react-native/package.json index 6bbcbda684..23ad53fa7c 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.36.0", + "version": "6.37.0", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { @@ -17,7 +17,7 @@ "instantsearch.js": "4.47.0", "react": "17.0.1", "react-dom": "17.0.1", - "react-instantsearch-hooks": "6.36.0", + "react-instantsearch-hooks": "6.37.0", "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 72ca85e38a..ff1963dfc3 100644 --- a/examples/hooks-ssr/package.json +++ b/examples/hooks-ssr/package.json @@ -1,6 +1,6 @@ { "name": "hooks-ssr-example", - "version": "6.36.0", + "version": "6.37.0", "private": true, "license": "MIT", "scripts": { @@ -26,7 +26,7 @@ "express": "4.17.1", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-server": "6.36.0", - "react-instantsearch-hooks-web": "6.36.0" + "react-instantsearch-hooks-server": "6.37.0", + "react-instantsearch-hooks-web": "6.37.0" } } diff --git a/examples/hooks/package.json b/examples/hooks/package.json index 568b3a0186..6e372fc70e 100644 --- a/examples/hooks/package.json +++ b/examples/hooks/package.json @@ -1,6 +1,6 @@ { "name": "hooks-example", - "version": "6.36.0", + "version": "6.37.0", "private": true, "scripts": { "build": "parcel build index.html", @@ -11,7 +11,7 @@ "instantsearch.js": "4.47.0", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.36.0" + "react-instantsearch-hooks-web": "6.37.0" }, "devDependencies": { "parcel": "2.6.2" diff --git a/examples/media/package.json b/examples/media/package.json index 6780b00208..976e8b33e8 100644 --- a/examples/media/package.json +++ b/examples/media/package.json @@ -1,12 +1,12 @@ { "name": "media", - "version": "6.36.0", + "version": "6.37.0", "private": true, "dependencies": { "algoliasearch": "4.11.0", "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.36.0" + "react-instantsearch-dom": "6.37.0" } } diff --git a/examples/multi-index/package.json b/examples/multi-index/package.json index 4ac1bf74c6..f7c065094b 100644 --- a/examples/multi-index/package.json +++ b/examples/multi-index/package.json @@ -1,6 +1,6 @@ { "name": "example-multi-index", - "version": "6.36.0", + "version": "6.37.0", "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.36.0" + "react-instantsearch-dom": "6.37.0" }, "browserslist": [ ">0.2%", diff --git a/examples/next/package.json b/examples/next/package.json index 092fe6ee80..128bdb3d4e 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "example-next", - "version": "6.36.0", + "version": "6.37.0", "private": true, "license": "MIT", "scripts": { @@ -26,6 +26,6 @@ "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.36.0" + "react-instantsearch-dom": "6.37.0" } } diff --git a/examples/react-native-query-suggestions/package.json b/examples/react-native-query-suggestions/package.json index cf63e4cfb4..5afcdbeaf8 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.36.0", + "version": "6.37.0", "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.36.0", + "react-instantsearch-native": "6.37.0", "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 13a2e87e14..24e5716587 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -1,6 +1,6 @@ { "name": "example-react-native", - "version": "6.36.0", + "version": "6.37.0", "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.36.0", + "react-instantsearch-native": "6.37.0", "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 f3b76cc2e4..eff0d64b9a 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.36.0", + "version": "6.37.0", "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.36.0", + "react-instantsearch-dom": "6.37.0", "react-router": "3.2.1" }, "browserslist": [ diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 613e92c607..26bf80dadd 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -1,6 +1,6 @@ { "name": "example-react-router", - "version": "6.36.0", + "version": "6.37.0", "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.36.0", + "react-instantsearch-dom": "6.37.0", "react-router-dom": "5.2.0" }, "browserslist": [ diff --git a/examples/server-side-rendering/package.json b/examples/server-side-rendering/package.json index a020bdb820..827ac1879d 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.36.0", + "version": "6.37.0", "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.36.0" + "react-instantsearch-dom": "6.37.0" } } diff --git a/examples/tourism/package.json b/examples/tourism/package.json index a7f40178d0..b901fba1df 100644 --- a/examples/tourism/package.json +++ b/examples/tourism/package.json @@ -1,13 +1,13 @@ { "name": "tourism", - "version": "6.36.0", + "version": "6.37.0", "private": true, "dependencies": { "algoliasearch": "4.11.0", "qs": "6.8.0", "react": "17.0.2", "react-dom": "17.0.2", - "react-instantsearch-dom": "6.36.0", + "react-instantsearch-dom": "6.37.0", "rheostat": "2.2.0" } } diff --git a/lerna.json b/lerna.json index 9782b5d1e4..89b08e510a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.36.0", + "version": "6.37.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/react-instantsearch-core/package.json b/packages/react-instantsearch-core/package.json index 676c5f7347..0477291507 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.36.0", + "version": "6.37.0", "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 b53e600dee..8d291bfdfa 100644 --- a/packages/react-instantsearch-core/src/core/version.js +++ b/packages/react-instantsearch-core/src/core/version.js @@ -1 +1 @@ -export default '6.36.0'; +export default '6.37.0'; diff --git a/packages/react-instantsearch-dom-maps/package.json b/packages/react-instantsearch-dom-maps/package.json index 0d00c8eb40..88d0265d9b 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.36.0", + "version": "6.37.0", "description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -47,9 +47,9 @@ "algoliasearch": ">= 3.1 < 5", "react": ">= 16.3.0 < 19", "react-dom": ">= 16.3.0 < 19", - "react-instantsearch-dom": "6.36.0" + "react-instantsearch-dom": "6.37.0" }, "devDependencies": { - "react-instantsearch-dom": "6.36.0" + "react-instantsearch-dom": "6.37.0" } -} +} \ No newline at end of file diff --git a/packages/react-instantsearch-dom/package.json b/packages/react-instantsearch-dom/package.json index 5a8b48c7b0..4313aa43b1 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.36.0", + "version": "6.37.0", "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.36.0" + "react-instantsearch-core": "6.37.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks-server/package.json b/packages/react-instantsearch-hooks-server/package.json index 45f7c262bc..32668b652a 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.36.0", + "version": "6.37.0", "description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia", "source": "src/index.ts", "types": "dist/es/index.d.ts", @@ -47,7 +47,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "instantsearch.js": "^4.47.0", - "react-instantsearch-hooks": "6.36.0" + "react-instantsearch-hooks": "6.37.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks-web/package.json b/packages/react-instantsearch-hooks-web/package.json index 45e059979c..fe61d2206a 100644 --- a/packages/react-instantsearch-hooks-web/package.json +++ b/packages/react-instantsearch-hooks-web/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-hooks-web", - "version": "6.36.0", + "version": "6.37.0", "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.47.0", - "react-instantsearch-hooks": "6.36.0" + "react-instantsearch-hooks": "6.37.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks/package.json b/packages/react-instantsearch-hooks/package.json index 9282c8d5fa..44a9e11da6 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.36.0", + "version": "6.37.0", "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 b53e600dee..8d291bfdfa 100644 --- a/packages/react-instantsearch-hooks/src/version.ts +++ b/packages/react-instantsearch-hooks/src/version.ts @@ -1 +1 @@ -export default '6.36.0'; +export default '6.37.0'; diff --git a/packages/react-instantsearch-native/package.json b/packages/react-instantsearch-native/package.json index 51ae456e4f..67559e1866 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.36.0", + "version": "6.37.0", "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.36.0" + "react-instantsearch-core": "6.37.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch/package.json b/packages/react-instantsearch/package.json index 8069bb6270..a113f7c131 100644 --- a/packages/react-instantsearch/package.json +++ b/packages/react-instantsearch/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch", - "version": "6.36.0", + "version": "6.37.0", "description": "⚡ Lightning-fast search for React and React Native apps, by Algolia", "main": "index.js", "module": "dist/es/index.js", @@ -44,9 +44,9 @@ }, "dependencies": { "@babel/runtime": "^7.1.2", - "react-instantsearch-core": "6.36.0", - "react-instantsearch-dom": "6.36.0", - "react-instantsearch-native": "6.36.0" + "react-instantsearch-core": "6.37.0", + "react-instantsearch-dom": "6.37.0", + "react-instantsearch-native": "6.37.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5",