From 06cad3339fdb930b4b8d8f0d642156c60fd59996 Mon Sep 17 00:00:00 2001 From: InstantSearch <66688561+instantsearch-bot@users.noreply.github.com> Date: Tue, 27 Sep 2022 11:47:05 +0200 Subject: [PATCH] chore: release v6.34.0 (#3639) 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.34.0 | minor | [`6.33.0` → `6.34.0`](https://github.com/algolia/react-instantsearch/compare/v6.33.0...releases/v6.34.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-dom-maps | 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 | 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-hooks-server | 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 | 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.34.0`.
See details After that, a commit `chore: release v6.34.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 | 4 ++-- 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, 67 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217aa05271..d060025075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [6.34.0](https://github.com/algolia/react-instantsearch/compare/v6.33.0...v6.34.0) (2022-09-27) + + +### Features + +* **SearchBox:** expose formRef ([#3565](https://github.com/algolia/react-instantsearch/issues/3565)) ([1c2f46d](https://github.com/algolia/react-instantsearch/commit/1c2f46da2d1cf705cfd3946c52aef4ca9ec943d7)) + + + # [6.33.0](https://github.com/algolia/react-instantsearch/compare/v6.32.1...v6.33.0) (2022-09-15) diff --git a/examples/autocomplete/package.json b/examples/autocomplete/package.json index 2dee2dd9b1..f32ec89e4a 100644 --- a/examples/autocomplete/package.json +++ b/examples/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "example-autocomplete", - "version": "6.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-dom": "6.34.0" }, "browserslist": [ ">0.2%", diff --git a/examples/default-theme/package.json b/examples/default-theme/package.json index e7d2ca1321..37d0c8094f 100644 --- a/examples/default-theme/package.json +++ b/examples/default-theme/package.json @@ -1,12 +1,12 @@ { "name": "algolia-theme", - "version": "6.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-dom": "6.34.0" } } diff --git a/examples/e-commerce/package.json b/examples/e-commerce/package.json index 7b0d109dc1..cb437bc145 100644 --- a/examples/e-commerce/package.json +++ b/examples/e-commerce/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch-e-commerce", - "version": "6.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-dom": "6.34.0" } } diff --git a/examples/geo-search/package.json b/examples/geo-search/package.json index d5ab8b87e0..2082d58f87 100644 --- a/examples/geo-search/package.json +++ b/examples/geo-search/package.json @@ -1,6 +1,6 @@ { "name": "example-geo-search", - "version": "6.33.0", + "version": "6.34.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.33.0", - "react-instantsearch-dom-maps": "6.33.0" + "react-instantsearch-dom": "6.34.0", + "react-instantsearch-dom-maps": "6.34.0" }, "browserslist": [ ">0.2%", diff --git a/examples/hooks-e-commerce/package.json b/examples/hooks-e-commerce/package.json index c971a83101..0641e92809 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.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-hooks-web": "6.34.0" }, "devDependencies": { "@parcel/packager-raw-url": "2.6.2", diff --git a/examples/hooks-next/package.json b/examples/hooks-next/package.json index a189505da2..2f3d764f06 100644 --- a/examples/hooks-next/package.json +++ b/examples/hooks-next/package.json @@ -1,6 +1,6 @@ { "name": "hooks-next-example", - "version": "6.33.0", + "version": "6.34.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.33.0", - "react-instantsearch-hooks-web": "6.33.0" + "react-instantsearch-hooks-server": "6.34.0", + "react-instantsearch-hooks-web": "6.34.0" }, "devDependencies": { "@types/node": "17.0.40", diff --git a/examples/hooks-react-native/package.json b/examples/hooks-react-native/package.json index 6983835d00..58850b63f4 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.33.0", + "version": "6.34.0", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { @@ -17,7 +17,7 @@ "instantsearch.js": "4.46.1", "react": "17.0.1", "react-dom": "17.0.1", - "react-instantsearch-hooks": "6.33.0", + "react-instantsearch-hooks": "6.34.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 6d6760da07..d7538ecfa9 100644 --- a/examples/hooks-ssr/package.json +++ b/examples/hooks-ssr/package.json @@ -1,6 +1,6 @@ { "name": "hooks-ssr-example", - "version": "6.33.0", + "version": "6.34.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.33.0", - "react-instantsearch-hooks-web": "6.33.0" + "react-instantsearch-hooks-server": "6.34.0", + "react-instantsearch-hooks-web": "6.34.0" } } diff --git a/examples/hooks/package.json b/examples/hooks/package.json index 769bbe2e0d..520aacef7c 100644 --- a/examples/hooks/package.json +++ b/examples/hooks/package.json @@ -1,6 +1,6 @@ { "name": "hooks-example", - "version": "6.33.0", + "version": "6.34.0", "private": true, "scripts": { "build": "parcel build index.html", @@ -11,7 +11,7 @@ "instantsearch.js": "4.46.1", "react": "18.1.0", "react-dom": "18.1.0", - "react-instantsearch-hooks-web": "6.33.0" + "react-instantsearch-hooks-web": "6.34.0" }, "devDependencies": { "parcel": "2.6.2" diff --git a/examples/media/package.json b/examples/media/package.json index b1fa0fc2d2..3bfb4c6103 100644 --- a/examples/media/package.json +++ b/examples/media/package.json @@ -1,12 +1,12 @@ { "name": "media", - "version": "6.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-dom": "6.34.0" } } diff --git a/examples/multi-index/package.json b/examples/multi-index/package.json index d9b0a8d6e8..b780e121ed 100644 --- a/examples/multi-index/package.json +++ b/examples/multi-index/package.json @@ -1,6 +1,6 @@ { "name": "example-multi-index", - "version": "6.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-dom": "6.34.0" }, "browserslist": [ ">0.2%", diff --git a/examples/next/package.json b/examples/next/package.json index bd2497383c..9389db2450 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,6 +1,6 @@ { "name": "example-next", - "version": "6.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-dom": "6.34.0" } } diff --git a/examples/react-native-query-suggestions/package.json b/examples/react-native-query-suggestions/package.json index 9804673af6..323167f764 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.33.0", + "version": "6.34.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.33.0", + "react-instantsearch-native": "6.34.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 55d9e24921..05e2615c6c 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -1,6 +1,6 @@ { "name": "example-react-native", - "version": "6.33.0", + "version": "6.34.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.33.0", + "react-instantsearch-native": "6.34.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 bdd4cca4f0..4df38830a4 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.33.0", + "version": "6.34.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.33.0", + "react-instantsearch-dom": "6.34.0", "react-router": "3.2.1" }, "browserslist": [ diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 7b39a2da6e..08c4144743 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -1,6 +1,6 @@ { "name": "example-react-router", - "version": "6.33.0", + "version": "6.34.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.33.0", + "react-instantsearch-dom": "6.34.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 b8a38dd488..f234981676 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.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-dom": "6.34.0" } } diff --git a/examples/tourism/package.json b/examples/tourism/package.json index 56d8c40c46..0f93ab75db 100644 --- a/examples/tourism/package.json +++ b/examples/tourism/package.json @@ -1,13 +1,13 @@ { "name": "tourism", - "version": "6.33.0", + "version": "6.34.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.33.0", + "react-instantsearch-dom": "6.34.0", "rheostat": "2.2.0" } } diff --git a/lerna.json b/lerna.json index b149c07e9c..07c0b255cb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.33.0", + "version": "6.34.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/react-instantsearch-core/package.json b/packages/react-instantsearch-core/package.json index a500505aed..e470dc5c24 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.33.0", + "version": "6.34.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 49a20bedf5..f45e2b8095 100644 --- a/packages/react-instantsearch-core/src/core/version.js +++ b/packages/react-instantsearch-core/src/core/version.js @@ -1 +1 @@ -export default '6.33.0'; +export default '6.34.0'; diff --git a/packages/react-instantsearch-dom-maps/package.json b/packages/react-instantsearch-dom-maps/package.json index 8cfbd28ff6..dc8c3eb346 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.33.0", + "version": "6.34.0", "description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -47,6 +47,6 @@ "algoliasearch": ">= 3.1 < 5", "react": ">= 16.3.0 < 19", "react-dom": ">= 16.3.0 < 19", - "react-instantsearch-dom": "6.33.0" + "react-instantsearch-dom": "6.34.0" } } \ No newline at end of file diff --git a/packages/react-instantsearch-dom/package.json b/packages/react-instantsearch-dom/package.json index 4b49789bfc..4421f3b770 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.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-core": "6.34.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 e4fbf7bc37..13fedfe773 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.33.0", + "version": "6.34.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.46.1", - "react-instantsearch-hooks": "6.33.0" + "react-instantsearch-hooks": "6.34.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 7ff848eefb..5ff94960ed 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.33.0", + "version": "6.34.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.46.1", - "react-instantsearch-hooks": "6.33.0" + "react-instantsearch-hooks": "6.34.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch-hooks/package.json b/packages/react-instantsearch-hooks/package.json index 52e220ec94..c9c3ec524b 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.33.0", + "version": "6.34.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 49a20bedf5..f45e2b8095 100644 --- a/packages/react-instantsearch-hooks/src/version.ts +++ b/packages/react-instantsearch-hooks/src/version.ts @@ -1 +1 @@ -export default '6.33.0'; +export default '6.34.0'; diff --git a/packages/react-instantsearch-native/package.json b/packages/react-instantsearch-native/package.json index 51dcbd5cc8..18dc475cd6 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.33.0", + "version": "6.34.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.33.0" + "react-instantsearch-core": "6.34.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", diff --git a/packages/react-instantsearch/package.json b/packages/react-instantsearch/package.json index 6b2009f9ea..319bbecdea 100644 --- a/packages/react-instantsearch/package.json +++ b/packages/react-instantsearch/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch", - "version": "6.33.0", + "version": "6.34.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.33.0", - "react-instantsearch-dom": "6.33.0", - "react-instantsearch-native": "6.33.0" + "react-instantsearch-core": "6.34.0", + "react-instantsearch-dom": "6.34.0", + "react-instantsearch-native": "6.34.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5",