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

Commit

Permalink
v6.8.3
Browse files Browse the repository at this point in the history
## [6.8.3](v6.8.2...v6.8.3) (2021-01-22)

### Bug Fixes

* upgrade prop-types dependency to 15.6+ ([#3003](#3003)) ([fc03496](fc03496))
  • Loading branch information
Haroenv committed Jan 22, 2021
1 parent 03a9857 commit 918c951
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [6.8.3](https://github.com/algolia/react-instantsearch/compare/v6.8.2...v6.8.3) (2021-01-22)


### Bug Fixes

* upgrade prop-types dependency to 15.6+ ([#3003](https://github.com/algolia/react-instantsearch/issues/3003)) ([fc03496](https://github.com/algolia/react-instantsearch/commit/fc03496))



## [6.8.2](https://github.com/algolia/react-instantsearch/compare/v6.8.1...v6.8.2) (2020-10-21)


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.8.2",
"version": "6.8.3",
"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.8.2",
"version": "6.8.3",
"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.8.2",
"version": "6.8.3",
"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.8.2';
export default '6.8.3';
2 changes: 1 addition & 1 deletion 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.8.2",
"version": "6.8.3",
"description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
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.8.2",
"version": "6.8.3",
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.6.2",
"react-fast-compare": "^3.0.0",
"react-instantsearch-core": "^6.8.2"
"react-instantsearch-core": "^6.8.3"
},
"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.8.2",
"version": "6.8.3",
"description": "⚡ Lightning-fast search for React Native, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/runtime": "^7.1.2",
"algoliasearch": ">= 3.27.1 < 5",
"react-instantsearch-core": "^6.8.2"
"react-instantsearch-core": "^6.8.3"
},
"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.8.2",
"version": "6.8.3",
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
"main": "index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"react-instantsearch-core": "^6.8.2",
"react-instantsearch-dom": "^6.8.2",
"react-instantsearch-native": "^6.8.2"
"react-instantsearch-core": "^6.8.3",
"react-instantsearch-dom": "^6.8.3",
"react-instantsearch-native": "^6.8.3"
}
}

0 comments on commit 918c951

Please sign in to comment.