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

Commit 8a24ffa

Browse files
chore: release v6.38.1 (#3677)
This pull request prepares the following release: | Repository | Branch | Update | Change | |---|---|---|---| | [react-instantsearch](https://github.com/algolia/react-instantsearch) | releases/v6.38.1 | patch | [`6.38.0` → `6.38.1`](v6.38.0...releases/v6.38.1) | ### 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.38.1`. <details> <summary>See details</summary> After that, a commit `chore: release v6.38.1` 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>
1 parent d1f53ae commit 8a24ffa

File tree

30 files changed

+68
-59
lines changed

30 files changed

+68
-59
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [6.38.1](https://github.com/algolia/react-instantsearch/compare/v6.38.0...v6.38.1) (2022-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **hooks:** avoid effect in useStableValue ([#3670](https://github.com/algolia/react-instantsearch/issues/3670)) ([d1f53ae](https://github.com/algolia/react-instantsearch/commit/d1f53ae815b75f13c18fd245e0403d57e7ae391c))
7+
8+
9+
110
# [6.38.0](https://github.com/algolia/react-instantsearch/compare/v6.37.0...v6.38.0) (2022-10-25)
211

312

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.38.0",
3+
"version": "6.38.1",
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.38.0"
22+
"react-instantsearch-dom": "6.38.1"
2323
},
2424
"browserslist": [
2525
">0.2%",

examples/default-theme/package.json

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

examples/media/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "media",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
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.38.0"
10+
"react-instantsearch-dom": "6.38.1"
1111
}
1212
}

examples/multi-index/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-multi-index",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"instantsearch.css": "7.4.5",
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2",
20-
"react-instantsearch-dom": "6.38.0"
20+
"react-instantsearch-dom": "6.38.1"
2121
},
2222
"browserslist": [
2323
">0.2%",

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-next",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -26,6 +26,6 @@
2626
"qs": "6.8.0",
2727
"react": "17.0.2",
2828
"react-dom": "17.0.2",
29-
"react-instantsearch-dom": "6.38.0"
29+
"react-instantsearch-dom": "6.38.1"
3030
}
3131
}

examples/react-native-query-suggestions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-native-query-suggestions",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"build": "echo \"Error: no build specified\" && exit 0",
@@ -17,7 +17,7 @@
1717
"prop-types": "15.6.2",
1818
"react": "17.0.2",
1919
"react-dom": "17.0.2",
20-
"react-instantsearch-native": "6.38.0",
20+
"react-instantsearch-native": "6.38.1",
2121
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
2222
"react-native-vector-icons": "6.6.0",
2323
"react-native-web": "0.11.7"

examples/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": "example-react-native",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"build": "echo \"Error: no build specified\" && exit 0",
@@ -18,7 +18,7 @@
1818
"prop-types": "15.6.2",
1919
"react": "17.0.2",
2020
"react-dom": "17.0.2",
21-
"react-instantsearch-native": "6.38.0",
21+
"react-instantsearch-native": "6.38.1",
2222
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
2323
"react-native-gesture-handler": "1.6.1",
2424
"react-native-modal-dropdown": "0.7.0",

examples/react-router-v3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-router-v3",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"react": "17.0.2",
2121
"react-dom": "17.0.2",
2222
"react-fast-compare": "3.0.1",
23-
"react-instantsearch-dom": "6.38.0",
23+
"react-instantsearch-dom": "6.38.1",
2424
"react-router": "3.2.1"
2525
},
2626
"browserslist": [

examples/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-react-router",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"qs": "6.8.0",
2121
"react": "17.0.2",
2222
"react-dom": "17.0.2",
23-
"react-instantsearch-dom": "6.38.0",
23+
"react-instantsearch-dom": "6.38.1",
2424
"react-router-dom": "5.2.0"
2525
},
2626
"browserslist": [

examples/server-side-rendering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-server-side-rendering",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -31,6 +31,6 @@
3131
"prop-types": "15.6.0",
3232
"react": "17.0.2",
3333
"react-dom": "17.0.2",
34-
"react-instantsearch-dom": "6.38.0"
34+
"react-instantsearch-dom": "6.38.1"
3535
}
3636
}

examples/tourism/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "tourism",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
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.38.0",
10+
"react-instantsearch-dom": "6.38.1",
1111
"rheostat": "2.2.0"
1212
}
1313
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.38.0",
2+
"version": "6.38.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/react-instantsearch-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-core",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"description": "⚡ Lightning-fast search for React, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.38.0';
1+
export default '6.38.1';

packages/react-instantsearch-dom-maps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-instantsearch-dom-maps",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -47,9 +47,9 @@
4747
"algoliasearch": ">= 3.1 < 5",
4848
"react": ">= 16.3.0 < 19",
4949
"react-dom": ">= 16.3.0 < 19",
50-
"react-instantsearch-dom": "6.38.0"
50+
"react-instantsearch-dom": "6.38.1"
5151
},
5252
"devDependencies": {
53-
"react-instantsearch-dom": "6.38.0"
53+
"react-instantsearch-dom": "6.38.1"
5454
}
5555
}

packages/react-instantsearch-dom/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-dom",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -43,7 +43,7 @@
4343
"classnames": "^2.2.5",
4444
"prop-types": "^15.6.2",
4545
"react-fast-compare": "^3.0.0",
46-
"react-instantsearch-core": "6.38.0"
46+
"react-instantsearch-core": "6.38.1"
4747
},
4848
"peerDependencies": {
4949
"algoliasearch": ">= 3.1 < 5",

packages/react-instantsearch-hooks-server/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-hooks-server",
3-
"version": "6.38.0",
3+
"version": "6.38.1",
44
"description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia",
55
"source": "src/index.ts",
66
"types": "dist/es/index.d.ts",
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@babel/runtime": "^7.1.2",
4949
"instantsearch.js": "^4.47.0",
50-
"react-instantsearch-hooks": "6.38.0"
50+
"react-instantsearch-hooks": "6.38.1"
5151
},
5252
"peerDependencies": {
5353
"algoliasearch": ">= 3.1 < 5",

0 commit comments

Comments
 (0)