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

Commit 192f6d7

Browse files
chore: release v6.18.0 (#3243)
* chore: release v6.18.0 * Update CHANGELOG.md Co-authored-by: Haroen Viaene <[email protected]>
1 parent c071776 commit 192f6d7

File tree

15 files changed

+42
-21
lines changed

15 files changed

+42
-21
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [6.18.0](https://github.com/algolia/react-instantsearch/compare/v6.17.0...v6.18.0) (2021-12-16)
2+
3+
4+
### Features
5+
6+
* **dynamicWidgets:** send facets * and maxValuesPerFacet by default ([#3242](https://github.com/algolia/react-instantsearch/issues/3242)) ([c071776](https://github.com/algolia/react-instantsearch/commit/c07177670ac30dced55250774654e8b2a77b6739))
7+
* **hooks:** introduce `useNumericMenu` ([#3237](https://github.com/algolia/react-instantsearch/issues/3237)) ([e3056c9](https://github.com/algolia/react-instantsearch/commit/e3056c9e2c64b5afafb7a736599a5cbf6137575b))
8+
* **hooks:** introduce useInfiniteHits ([#3224](https://github.com/algolia/react-instantsearch/issues/3224)) ([177ec56](https://github.com/algolia/react-instantsearch/commit/177ec56af274670c2bf8599ba104b5544979bbe8))
9+
10+
11+
112
# [6.17.0](https://github.com/algolia/react-instantsearch/compare/v6.16.0...v6.17.0) (2021-12-08)
213

314

examples/hooks-ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-ssr-example",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -28,6 +28,6 @@
2828
"react": "17.0.2",
2929
"react-dom": "17.0.2",
3030
"react-instantsearch-hooks": "6.17.0",
31-
"react-instantsearch-hooks-server": "6.17.0"
31+
"react-instantsearch-hooks-server": "6.18.0"
3232
}
3333
}

examples/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hooks-example",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"private": true,
55
"scripts": {
66
"build": "parcel build index.html",

lerna.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.17.0",
2+
"version": "6.18.0",
33
"private": true,
44
"license": "MIT",
55
"workspaces": [

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.17.0",
3+
"version": "6.18.0",
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.17.0';
1+
export default '6.18.0';

packages/react-instantsearch-dom-maps/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-maps",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -43,6 +43,6 @@
4343
"peerDependencies": {
4444
"react": ">= 16.3.0 < 18",
4545
"react-dom": ">= 16.3.0 < 18",
46-
"react-instantsearch-dom": "6.17.0"
46+
"react-instantsearch-dom": "6.18.0"
4747
}
4848
}

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.17.0",
3+
"version": "6.18.0",
44
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -39,7 +39,7 @@
3939
"classnames": "^2.2.5",
4040
"prop-types": "^15.6.2",
4141
"react-fast-compare": "^3.0.0",
42-
"react-instantsearch-core": "^6.17.0"
42+
"react-instantsearch-core": "^6.18.0"
4343
},
4444
"peerDependencies": {
4545
"react": ">= 16.3.0 < 18",

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.17.0",
3+
"version": "6.18.0",
44
"description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia",
55
"source": "src/index.ts",
66
"types": "dist/es/index.d.ts",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@babel/runtime": "^7.1.2",
4040
"instantsearch.js": "^4.34.0",
41-
"react-instantsearch-hooks": "6.17.0"
41+
"react-instantsearch-hooks": "6.18.0"
4242
},
4343
"peerDependencies": {
4444
"react": ">= 16.8.0 < 19",

0 commit comments

Comments
 (0)