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

Commit

Permalink
chore: release v6.35.0 (#3643)
Browse files Browse the repository at this point in the history
This pull request prepares the following release:
| Repository | Branch | Update | Change |
|---|---|---|---|
| [react-instantsearch](https://github.com/algolia/react-instantsearch)
| releases/v6.35.0 | minor | [`6.34.0` →
`6.35.0`](v6.34.0...releases/v6.35.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.35.0`.
<details>
<summary>See details</summary>

After that, a commit `chore: release v6.35.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)
</details>

---

_This pull request is automatically generated by
[Ship.js](https://github.com/algolia/shipjs)_.

Co-authored-by: Haroen Viaene <hello@haroen.me>
Co-authored-by: Sarah Dayan <5370675+sarahdayan@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 29, 2022
1 parent f969deb commit 90651fb
Show file tree
Hide file tree
Showing 30 changed files with 69 additions and 59 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [6.35.0](https://github.com/algolia/react-instantsearch/compare/v6.34.0...v6.35.0) (2022-09-29)


### Features

* **hooks-web:** introduce Translations API ([#3638](https://github.com/algolia/react-instantsearch/issues/3638)) ([63b506f](https://github.com/algolia/react-instantsearch/commit/63b506f9dbad284f45ac17210e17c4a2a8f099b6))

### Fixes
* **hooks-web:** when searchAsYouType=false, pressing the reset button searches (previously only reset the query) ([#3642](https://github.com/algolia/react-instantsearch/issues/3642)) ([f969deb](https://github.com/algolia/react-instantsearch/commit/f969deb05fd4f53aaa251ff88b52db2224ce0786))

# [6.34.0](https://github.com/algolia/react-instantsearch/compare/v6.33.0...v6.34.0) (2022-09-27)


Expand Down Expand Up @@ -83,7 +93,7 @@
### Bug Fixes

* **hooks:** provide state and results APIs from "render" event ([#3554](https://github.com/algolia/react-instantsearch/issues/3554)) ([67d4788](https://github.com/algolia/react-instantsearch/commit/67d4788ab09ec2a57b43d53e8093b8c11120b761))
* **hooks**: update instantsearch.js dependency ([#3557](https://github.com/algolia/react-instantsearch/issues/3557))
* **hooks**: update instantsearch.js dependency ([#3557](https://github.com/algolia/react-instantsearch/issues/3557))



Expand Down
4 changes: 2 additions & 2 deletions examples/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-autocomplete",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"react": "17.0.2",
"react-autosuggest": "9.4.3",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.34.0"
"react-instantsearch-dom": "6.35.0"
},
"browserslist": [
">0.2%",
Expand Down
4 changes: 2 additions & 2 deletions examples/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "algolia-theme",
"version": "6.34.0",
"version": "6.35.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.34.0"
"react-instantsearch-dom": "6.35.0"
}
}
4 changes: 2 additions & 2 deletions examples/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-e-commerce",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"dependencies": {
"algoliasearch": "4.11.0",
Expand All @@ -9,6 +9,6 @@
"react": "17.0.2",
"react-compound-slider": "2.2.0",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.34.0"
"react-instantsearch-dom": "6.35.0"
}
}
6 changes: 3 additions & 3 deletions examples/geo-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-geo-search",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"qs": "6.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.34.0",
"react-instantsearch-dom-maps": "6.34.0"
"react-instantsearch-dom": "6.35.0",
"react-instantsearch-dom-maps": "6.35.0"
},
"browserslist": [
">0.2%",
Expand Down
4 changes: 2 additions & 2 deletions examples/hooks-e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks-e-commerce",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"scripts": {
"build": "parcel build index.html",
Expand All @@ -12,7 +12,7 @@
"react": "18.1.0",
"react-compound-slider": "3.4.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-web": "6.34.0"
"react-instantsearch-hooks-web": "6.35.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/hooks-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks-next-example",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,8 +14,8 @@
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-server": "6.34.0",
"react-instantsearch-hooks-web": "6.34.0"
"react-instantsearch-hooks-server": "6.35.0",
"react-instantsearch-hooks-web": "6.35.0"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down
4 changes: 2 additions & 2 deletions examples/hooks-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks-react-native-example",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"instantsearch.js": "4.46.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-instantsearch-hooks": "6.34.0",
"react-instantsearch-hooks": "6.35.0",
"react-native": "0.64.3",
"react-native-web": "0.17.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/hooks-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks-ssr-example",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"express": "4.17.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-server": "6.34.0",
"react-instantsearch-hooks-web": "6.34.0"
"react-instantsearch-hooks-server": "6.35.0",
"react-instantsearch-hooks-web": "6.35.0"
}
}
4 changes: 2 additions & 2 deletions examples/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks-example",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"scripts": {
"build": "parcel build index.html",
Expand All @@ -11,7 +11,7 @@
"instantsearch.js": "4.46.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-instantsearch-hooks-web": "6.34.0"
"react-instantsearch-hooks-web": "6.35.0"
},
"devDependencies": {
"parcel": "2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/media/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "media",
"version": "6.34.0",
"version": "6.35.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.34.0"
"react-instantsearch-dom": "6.35.0"
}
}
4 changes: 2 additions & 2 deletions examples/multi-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-multi-index",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"instantsearch.css": "7.4.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.34.0"
"react-instantsearch-dom": "6.35.0"
},
"browserslist": [
">0.2%",
Expand Down
4 changes: 2 additions & 2 deletions examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-next",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"qs": "6.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.34.0"
"react-instantsearch-dom": "6.35.0"
}
}
4 changes: 2 additions & 2 deletions examples/react-native-query-suggestions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-native-query-suggestions",
"version": "6.34.0",
"version": "6.35.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"build": "echo \"Error: no build specified\" && exit 0",
Expand All @@ -17,7 +17,7 @@
"prop-types": "15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-native": "6.34.0",
"react-instantsearch-native": "6.35.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"
Expand Down
4 changes: 2 additions & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-native",
"version": "6.34.0",
"version": "6.35.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"build": "echo \"Error: no build specified\" && exit 0",
Expand All @@ -18,7 +18,7 @@
"prop-types": "15.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-native": "6.34.0",
"react-instantsearch-native": "6.35.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",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-router-v3",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-compare": "3.0.1",
"react-instantsearch-dom": "6.34.0",
"react-instantsearch-dom": "6.35.0",
"react-router": "3.2.1"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-router",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"qs": "6.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.34.0",
"react-instantsearch-dom": "6.35.0",
"react-router-dom": "5.2.0"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions examples/server-side-rendering/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-server-side-rendering",
"version": "6.34.0",
"version": "6.35.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"prop-types": "15.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-dom": "6.34.0"
"react-instantsearch-dom": "6.35.0"
}
}
4 changes: 2 additions & 2 deletions examples/tourism/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "tourism",
"version": "6.34.0",
"version": "6.35.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.34.0",
"react-instantsearch-dom": "6.35.0",
"rheostat": "2.2.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.34.0",
"version": "6.35.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-core",
"version": "6.34.0",
"version": "6.35.0",
"description": "⚡ Lightning-fast search for React, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/src/core/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.34.0';
export default '6.35.0';
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-dom-maps",
"version": "6.34.0",
"version": "6.35.0",
"description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -47,6 +47,6 @@
"algoliasearch": ">= 3.1 < 5",
"react": ">= 16.3.0 < 19",
"react-dom": ">= 16.3.0 < 19",
"react-instantsearch-dom": "6.34.0"
"react-instantsearch-dom": "6.35.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-dom",
"version": "6.34.0",
"version": "6.35.0",
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0",
"react-instantsearch-core": "6.34.0"
"react-instantsearch-core": "6.35.0"
},
"peerDependencies": {
"algoliasearch": ">= 3.1 < 5",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-hooks-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-hooks-server",
"version": "6.34.0",
"version": "6.35.0",
"description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia",
"source": "src/index.ts",
"types": "dist/es/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@babel/runtime": "^7.1.2",
"instantsearch.js": "^4.46.1",
"react-instantsearch-hooks": "6.34.0"
"react-instantsearch-hooks": "6.35.0"
},
"peerDependencies": {
"algoliasearch": ">= 3.1 < 5",
Expand Down

0 comments on commit 90651fb

Please sign in to comment.