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

Commit 68a0f1b

Browse files
chore: release v6.16.0 (#3206)
* chore: release v6.16.0 * Update CHANGELOG.md Co-authored-by: Haroen Viaene <[email protected]>
1 parent 322adfd commit 68a0f1b

File tree

13 files changed

+44
-17
lines changed

13 files changed

+44
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [6.16.0](https://github.com/algolia/react-instantsearch/compare/v6.15.0...v6.16.0) (2021-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **PoweredBy:** support environments with `window` but no `location` ([#3186](https://github.com/algolia/react-instantsearch/issues/3186)) ([22ff23b](https://github.com/algolia/react-instantsearch/commit/22ff23b67554683567393114c2f53cacec44f4a6))
7+
8+
9+
### Features
10+
11+
* **DynamicWidgets:** release as stable ([#3090](https://github.com/algolia/react-instantsearch/issues/3090)) ([a4a1d9e](https://github.com/algolia/react-instantsearch/commit/a4a1d9e032b31c611d5d73fdda3a03ad705f5c68))
12+
* **hooks:** introduce `usePagination` ([#3182](https://github.com/algolia/react-instantsearch/issues/3182)) ([d8b1b86](https://github.com/algolia/react-instantsearch/commit/d8b1b867bb598e801f1350e81b4a4220a8e528d7))
13+
* **hooks:** introduce `useSortBy` ([#3190](https://github.com/algolia/react-instantsearch/issues/3190)) ([5cce33b](https://github.com/algolia/react-instantsearch/commit/5cce33b48032548fed76b592ee0201e3c42fc3c4))
14+
* **hooks:** introduce `useHierarchicalMenu` ([#3199](https://github.com/algolia/react-instantsearch/issues/3199)) ([b347061](https://github.com/algolia/react-instantsearch/commit/b3470611b962ef55c55576c65a6307abc54e5efd))
15+
16+
17+
118
# [6.15.0](https://github.com/algolia/react-instantsearch/compare/v6.13.0...v6.15.0) (2021-10-27)
219

320

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.15.0",
3+
"version": "6.16.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.15.0",
2+
"version": "6.16.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.15.0",
2+
"version": "6.16.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.15.0",
3+
"version": "6.16.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.15.0';
1+
export default '6.16.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.15.0",
3+
"version": "6.16.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.15.0"
46+
"react-instantsearch-dom": "6.16.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.15.0",
3+
"version": "6.16.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.15.0"
42+
"react-instantsearch-core": "^6.16.0"
4343
},
4444
"peerDependencies": {
4545
"react": ">= 16.3.0 < 18",

packages/react-instantsearch-hooks/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-hooks",
3-
"version": "6.15.0",
3+
"version": "6.16.0",
44
"description": "⚡ Lightning-fast search for React, by Algolia",
55
"source": "src/index.ts",
66
"types": "dist/es/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.15.0';
1+
export default '6.16.0';

0 commit comments

Comments
 (0)