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.11.1 (#3061)
Browse files Browse the repository at this point in the history
  • Loading branch information
instantsearch-bot committed Jun 9, 2021
1 parent 04f3644 commit 4da38b5
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [6.11.1](https://github.com/algolia/react-instantsearch/compare/v6.11.0...v6.11.1) (2021-06-09)


### Bug Fixes

* **RefinementList:** prevent searchable component to refine on empty list ([#3059](https://github.com/algolia/react-instantsearch/issues/3059)) ([04f3644](https://github.com/algolia/react-instantsearch/commit/04f3644))



# [6.11.0](https://github.com/algolia/react-instantsearch/compare/v6.10.3...v6.11.0) (2021-05-04)


Expand Down
2 changes: 1 addition & 1 deletion examples/default-theme/package.json
@@ -1,6 +1,6 @@
{
"name": "algolia-theme",
"version": "6.11.0",
"version": "6.11.1",
"private": true,
"dependencies": {
"algoliasearch": "4.8.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/e-commerce/package.json
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-e-commerce",
"version": "6.11.0",
"version": "6.11.1",
"private": true,
"dependencies": {
"algoliasearch": "4.8.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/media/package.json
@@ -1,6 +1,6 @@
{
"name": "media",
"version": "6.11.0",
"version": "6.11.1",
"private": true,
"dependencies": {
"algoliasearch": "4.8.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/tourism/package.json
@@ -1,6 +1,6 @@
{
"name": "tourism",
"version": "6.11.0",
"version": "6.11.1",
"private": true,
"dependencies": {
"algoliasearch": "4.8.5",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"examples/@(default-theme|e-commerce|media|tourism)"
],
"version": "6.11.0",
"version": "6.11.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "6.11.0",
"version": "6.11.1",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/package.json
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-core",
"version": "6.11.0",
"version": "6.11.1",
"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
@@ -1 +1 @@
export default '6.11.0';
export default '6.11.1';
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom-maps/package.json
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-dom-maps",
"version": "6.11.0",
"version": "6.11.1",
"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.11.0"
"react-instantsearch-dom": "6.11.1"
}
}
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-dom",
"version": "6.11.0",
"version": "6.11.1",
"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.11.0"
"react-instantsearch-core": "^6.11.1"
},
"peerDependencies": {
"react": ">= 16.3.0 < 18",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-instantsearch-native/package.json
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-native",
"version": "6.11.0",
"version": "6.11.1",
"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.11.0"
"react-instantsearch-core": "^6.11.1"
},
"peerDependencies": {
"react": ">= 16.3.0 < 18",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-instantsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch",
"version": "6.11.0",
"version": "6.11.1",
"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.11.0",
"react-instantsearch-dom": "^6.11.0",
"react-instantsearch-native": "^6.11.0"
"react-instantsearch-core": "^6.11.1",
"react-instantsearch-dom": "^6.11.1",
"react-instantsearch-native": "^6.11.1"
}
}

0 comments on commit 4da38b5

Please sign in to comment.