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

Commit ed7d428

Browse files
chore: release v6.21.0 (#3272)
* chore: release v6.21.0 * update examples Co-authored-by: Haroen Viaene <[email protected]>
1 parent 9b4903b commit ed7d428

File tree

28 files changed

+63
-53
lines changed

28 files changed

+63
-53
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [6.21.0](https://github.com/algolia/react-instantsearch/compare/v6.20.0...v6.21.0) (2022-01-24)
2+
3+
4+
### Features
5+
6+
* **hooks-server:** load data twice in the case of dynamic widget usage ([#3259](https://github.com/algolia/react-instantsearch/issues/3259)) ([9b4903b](https://github.com/algolia/react-instantsearch/commit/9b4903b2ea73d9d7e33729b87d9d55990e64312c))
7+
* **server:** load data twice in the case of dynamic widget usage ([#3268](https://github.com/algolia/react-instantsearch/issues/3268)) ([91cd085](https://github.com/algolia/react-instantsearch/commit/91cd085f9a323ed6b872f3a098f561007a72d0d2)), closes [/github.com/algolia/react-instantsearch/blob/d459e62f5cae4c98427ab302531873f5ee23d149/packages/react-instantsearch-core/src/core/indexUtils.js#L14-L16](https://github.com//github.com/algolia/react-instantsearch/blob/d459e62f5cae4c98427ab302531873f5ee23d149/packages/react-instantsearch-core/src/core/indexUtils.js/issues/L14-L16)
8+
9+
10+
111
# [6.20.0](https://github.com/algolia/react-instantsearch/compare/v6.19.0...v6.20.0) (2022-01-18)
212

313

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.20.0",
3+
"version": "6.21.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"react": "17.0.2",
2121
"react-autosuggest": "9.4.3",
2222
"react-dom": "17.0.2",
23-
"react-instantsearch-dom": "6.20.0"
23+
"react-instantsearch-dom": "6.21.0"
2424
},
2525
"browserslist": [
2626
">0.2%",
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.20.0",
3+
"version": "6.21.0",
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.20.0"
10+
"react-instantsearch-dom": "6.21.0"
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.20.0",
3+
"version": "6.21.0",
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.20.0"
12+
"react-instantsearch-dom": "6.21.0"
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.20.0",
3+
"version": "6.21.0",
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.20.0",
22-
"react-instantsearch-dom-maps": "6.20.0"
21+
"react-instantsearch-dom": "6.21.0",
22+
"react-instantsearch-dom-maps": "6.21.0"
2323
},
2424
"browserslist": [
2525
">0.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.20.0",
3+
"version": "6.21.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -14,8 +14,8 @@
1414
"next": "12.0.7",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2",
17-
"react-instantsearch-hooks": "6.20.0",
18-
"react-instantsearch-hooks-server": "6.20.0"
17+
"react-instantsearch-hooks": "6.21.0",
18+
"react-instantsearch-hooks-server": "6.21.0"
1919
},
2020
"devDependencies": {
2121
"@types/react": "^17.0.37",

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.20.0",
3+
"version": "6.21.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"express": "4.17.1",
2727
"react": "17.0.2",
2828
"react-dom": "17.0.2",
29-
"react-instantsearch-hooks": "6.20.0",
30-
"react-instantsearch-hooks-server": "6.20.0"
29+
"react-instantsearch-hooks": "6.21.0",
30+
"react-instantsearch-hooks-server": "6.21.0"
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.20.0",
3+
"version": "6.21.0",
44
"private": true,
55
"scripts": {
66
"build": "parcel build index.html",
@@ -11,7 +11,7 @@
1111
"instantsearch.js": "4.37.1",
1212
"react": "17.0.2",
1313
"react-dom": "17.0.2",
14-
"react-instantsearch-hooks": "6.20.0"
14+
"react-instantsearch-hooks": "6.21.0"
1515
},
1616
"devDependencies": {
1717
"parcel": "2.0.0-beta.1"

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.20.0",
3+
"version": "6.21.0",
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.20.0"
10+
"react-instantsearch-dom": "6.21.0"
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.20.0",
3+
"version": "6.21.0",
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.20.0"
20+
"react-instantsearch-dom": "6.21.0"
2121
},
2222
"browserslist": [
2323
">0.2%",

0 commit comments

Comments
 (0)