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

Commit 37d8112

Browse files
chore: release v6.19.0 (#3246)
* chore: release v6.19.0 * Update CHANGELOG.md Co-authored-by: Haroen Viaene <[email protected]>
1 parent ae4df8a commit 37d8112

File tree

15 files changed

+43
-23
lines changed

15 files changed

+43
-23
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [6.19.0](https://github.com/algolia/react-instantsearch/compare/v6.18.0...v6.19.0) (2022-01-05)
2+
3+
4+
### Features
5+
6+
* **hooks:** bundle as es-module ([#3232](https://github.com/algolia/react-instantsearch/issues/3232)) ([ae4df8a](https://github.com/algolia/react-instantsearch/commit/ae4df8a7dec396e5ea15a4ab2243cd05e05d3ebc))
7+
* **dependencies:** update to latest algoliasearch-helper ([#3232](https://github.com/algolia/react-instantsearch/issues/3232)) ([ae4df8a](https://github.com/algolia/react-instantsearch/commit/ae4df8a7dec396e5ea15a4ab2243cd05e05d3ebc))
8+
9+
10+
111
# [6.18.0](https://github.com/algolia/react-instantsearch/compare/v6.17.0...v6.18.0) (2021-12-16)
212

313

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.18.0",
3+
"version": "6.19.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.18.0",
31-
"react-instantsearch-hooks-server": "6.18.0"
31+
"react-instantsearch-hooks-server": "6.19.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.18.0",
3+
"version": "6.19.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.18.0",
2+
"version": "6.19.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.18.0",
2+
"version": "6.19.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.18.0",
3+
"version": "6.19.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.18.0';
1+
export default '6.19.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.18.0",
3+
"version": "6.19.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.18.0"
46+
"react-instantsearch-dom": "6.19.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.18.0",
3+
"version": "6.19.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.18.0"
42+
"react-instantsearch-core": "^6.19.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.18.0",
3+
"version": "6.19.0",
44
"description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia",
55
"source": "src/index.ts",
66
"types": "dist/es/index.d.ts",
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@babel/runtime": "^7.1.2",
4747
"instantsearch.js": "^4.37.1",
48-
"react-instantsearch-hooks": "6.18.0"
48+
"react-instantsearch-hooks": "6.19.0"
4949
},
5050
"peerDependencies": {
5151
"react": ">= 16.8.0 < 19",

0 commit comments

Comments
 (0)