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.2 (#3069)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored Jun 28, 2021
1 parent c430598 commit 3739d5c
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [6.11.2](https://github.com/algolia/react-instantsearch/compare/v6.11.0...v6.11.2) (2021-06-28)


### Bug Fixes

* **maps:** leave zoom in place if the bounds did not change ([#3050](https://github.com/algolia/react-instantsearch/issues/3050)) ([c430598](https://github.com/algolia/react-instantsearch/commit/c430598))



## [6.11.1](https://github.com/algolia/react-instantsearch/compare/v6.11.0...v6.11.1) (2021-06-09)


Expand Down
2 changes: 1 addition & 1 deletion examples/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algolia-theme",
"version": "6.11.1",
"version": "6.11.2",
"private": true,
"dependencies": {
"algoliasearch": "4.8.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/e-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch-e-commerce",
"version": "6.11.1",
"version": "6.11.2",
"private": true,
"dependencies": {
"algoliasearch": "4.8.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media",
"version": "6.11.1",
"version": "6.11.2",
"private": true,
"dependencies": {
"algoliasearch": "4.8.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/tourism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tourism",
"version": "6.11.1",
"version": "6.11.2",
"private": true,
"dependencies": {
"algoliasearch": "4.8.5",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"examples/@(default-theme|e-commerce|media|tourism)"
],
"version": "6.11.1",
"version": "6.11.2",
"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.11.1",
"version": "6.11.2",
"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.11.1",
"version": "6.11.2",
"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.11.1';
export default '6.11.2';
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.11.1",
"version": "6.11.2",
"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.1"
"react-instantsearch-dom": "6.11.2"
}
}
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.11.1",
"version": "6.11.2",
"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.1"
"react-instantsearch-core": "^6.11.2"
},
"peerDependencies": {
"react": ">= 16.3.0 < 18",
Expand Down
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.11.1",
"version": "6.11.2",
"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.1"
"react-instantsearch-core": "^6.11.2"
},
"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.11.1",
"version": "6.11.2",
"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.1",
"react-instantsearch-dom": "^6.11.1",
"react-instantsearch-native": "^6.11.1"
"react-instantsearch-core": "^6.11.2",
"react-instantsearch-dom": "^6.11.2",
"react-instantsearch-native": "^6.11.2"
}
}

0 comments on commit 3739d5c

Please sign in to comment.