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

Commit 18297f8

Browse files
chore: release v6.14.0 (#3180)
1 parent a8708a3 commit 18297f8

File tree

12 files changed

+27
-17
lines changed

12 files changed

+27
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [6.14.0](https://github.com/algolia/react-instantsearch/compare/v6.13.0...v6.14.0) (2021-10-26)
2+
3+
4+
### Features
5+
6+
* **dependencies:** update algoliasearch-helper ([#3176](https://github.com/algolia/react-instantsearch/issues/3176)) ([a8708a3](https://github.com/algolia/react-instantsearch/commit/a8708a33f31632000bc827b076539b1cca7adf6f))
7+
* **metadata:** expose widget information ([#3145](https://github.com/algolia/react-instantsearch/issues/3145)) ([46cddf8](https://github.com/algolia/react-instantsearch/commit/46cddf8fcc0291beaa34b04da7aaaa7f2566e52e))
8+
9+
10+
111
# [6.13.0](https://github.com/algolia/react-instantsearch/compare/v6.12.1...v6.13.0) (2021-10-19)
212

313
This is the initial release of the experimental **React InstantSearch Hooks** package. Check out the [**Getting Started**](https://github.com/algolia/react-instantsearch/blob/e8d72cb1c7c45300ef7c273f1f163beb6dc57622/packages/react-instantsearch-hooks/README.md#getting-started) guide.

examples/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"algoliasearch": "4.10.5",
1111
"react": "^16.8.0",
1212
"react-dom": "^16.8.0",
13-
"react-instantsearch-hooks": "6.13.0"
13+
"react-instantsearch-hooks": "6.14.0"
1414
},
1515
"devDependencies": {
1616
"parcel": "2.0.0-beta.1"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.13.0",
2+
"version": "6.14.0",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.13.0",
2+
"version": "6.14.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.13.0",
3+
"version": "6.14.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.13.0';
1+
export default '6.14.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.13.0",
3+
"version": "6.14.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.13.0"
46+
"react-instantsearch-dom": "6.14.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.13.0",
3+
"version": "6.14.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.13.0"
42+
"react-instantsearch-core": "^6.14.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.13.0",
3+
"version": "6.14.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.13.0';
1+
export default '6.14.0';

0 commit comments

Comments
 (0)