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

Commit

Permalink
chore: release v6.18.0 (#3243)
Browse files Browse the repository at this point in the history
* chore: release v6.18.0

* Update CHANGELOG.md

Co-authored-by: Haroen Viaene <[email protected]>
  • Loading branch information
instantsearch-bot and Haroenv authored Dec 16, 2021
1 parent c071776 commit 192f6d7
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 21 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [6.18.0](https://github.com/algolia/react-instantsearch/compare/v6.17.0...v6.18.0) (2021-12-16)


### Features

* **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))
* **hooks:** introduce `useNumericMenu` ([#3237](https://github.com/algolia/react-instantsearch/issues/3237)) ([e3056c9](https://github.com/algolia/react-instantsearch/commit/e3056c9e2c64b5afafb7a736599a5cbf6137575b))
* **hooks:** introduce useInfiniteHits ([#3224](https://github.com/algolia/react-instantsearch/issues/3224)) ([177ec56](https://github.com/algolia/react-instantsearch/commit/177ec56af274670c2bf8599ba104b5544979bbe8))



# [6.17.0](https://github.com/algolia/react-instantsearch/compare/v6.16.0...v6.17.0) (2021-12-08)


Expand Down
4 changes: 2 additions & 2 deletions examples/hooks-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks-ssr-example",
"version": "6.17.0",
"version": "6.18.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-hooks": "6.17.0",
"react-instantsearch-hooks-server": "6.17.0"
"react-instantsearch-hooks-server": "6.18.0"
}
}
2 changes: 1 addition & 1 deletion examples/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hooks-example",
"version": "6.17.0",
"version": "6.18.0",
"private": true,
"scripts": {
"build": "parcel build index.html",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.17.0",
"version": "6.18.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.17.0",
"version": "6.18.0",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-core",
"version": "6.17.0",
"version": "6.18.0",
"description": "⚡ Lightning-fast search for React, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/src/core/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.17.0';
export default '6.18.0';
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-dom-maps",
"version": "6.17.0",
"version": "6.18.0",
"description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -43,6 +43,6 @@
"peerDependencies": {
"react": ">= 16.3.0 < 18",
"react-dom": ">= 16.3.0 < 18",
"react-instantsearch-dom": "6.17.0"
"react-instantsearch-dom": "6.18.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-dom",
"version": "6.17.0",
"version": "6.18.0",
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0",
"react-instantsearch-core": "^6.17.0"
"react-instantsearch-core": "^6.18.0"
},
"peerDependencies": {
"react": ">= 16.3.0 < 18",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-hooks-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-hooks-server",
"version": "6.17.0",
"version": "6.18.0",
"description": "⚡ Server-side support for React InstantSearch Hooks, by Algolia",
"source": "src/index.ts",
"types": "dist/es/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@babel/runtime": "^7.1.2",
"instantsearch.js": "^4.34.0",
"react-instantsearch-hooks": "6.17.0"
"react-instantsearch-hooks": "6.18.0"
},
"peerDependencies": {
"react": ">= 16.8.0 < 19",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-hooks",
"version": "6.17.0",
"version": "6.18.0",
"description": "⚡ Lightning-fast search for React, by Algolia",
"source": "src/index.ts",
"types": "dist/es/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-hooks/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.17.0';
export default '6.18.0';
4 changes: 2 additions & 2 deletions packages/react-instantsearch-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-native",
"version": "6.17.0",
"version": "6.18.0",
"description": "⚡ Lightning-fast search for React Native, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@babel/runtime": "^7.1.2",
"algoliasearch": ">= 3.27.1 < 5",
"react-instantsearch-core": "^6.17.0"
"react-instantsearch-core": "^6.18.0"
},
"peerDependencies": {
"react": ">= 16.3.0 < 18",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch",
"version": "6.17.0",
"version": "6.18.0",
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
"main": "index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"react-instantsearch-core": "^6.17.0",
"react-instantsearch-dom": "^6.17.0",
"react-instantsearch-native": "^6.17.0"
"react-instantsearch-core": "^6.18.0",
"react-instantsearch-dom": "^6.18.0",
"react-instantsearch-native": "^6.18.0"
}
}
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18295,6 +18295,16 @@ [email protected]:
react-fast-compare "^3.0.0"
react-instantsearch-core "^6.12.0"

[email protected]:
version "6.17.0"
resolved "https://registry.yarnpkg.com/react-instantsearch-hooks/-/react-instantsearch-hooks-6.17.0.tgz#5ba8c4dc8286bd65130a82c119b8ee014c76669a"
integrity sha512-uyBJbO2Jjtwl+8CSvxHUTiqLoVBvQrah75v0BJyE8PVG9/QtCS+C/irYA0dGTRwJtM8ToCB6Erb+g2ijt8hxqg==
dependencies:
"@babel/runtime" "^7.1.2"
algoliasearch-helper "^3.6.2"
dequal "^2.0.0"
instantsearch.js "^4.34.0"

react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
Expand Down

0 comments on commit 192f6d7

Please sign in to comment.