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

Commit

Permalink
# [5.7.0](v5.6.0...v5.7.0) (2019-06-04)
Browse files Browse the repository at this point in the history
### Bug Fixes

* **highlight:** allow array as "attribute" ([#2474](#2474)) ([9dc829a](9dc829a)), closes [#2461](#2461)
* **indexUtils:** allow index with dots in it ([#2350](#2350)) ([f91906f](f91906f))

### Features

* **voiceSearch:** add voice search widget ([#2316](#2316)) ([0e3b124](0e3b124))
  • Loading branch information
Eunjae Lee committed Jun 4, 2019
1 parent 0e3b124 commit c127e05
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 20 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [5.7.0](https://github.com/algolia/react-instantsearch/compare/v5.6.0...v5.7.0) (2019-06-04)


### Bug Fixes

* **deps:** update dependency antd to v3.18.2 ([#2471](https://github.com/algolia/react-instantsearch/issues/2471)) ([389611b](https://github.com/algolia/react-instantsearch/commit/389611b))
* **deps:** update dependency antd to v3.19.0 ([#2486](https://github.com/algolia/react-instantsearch/issues/2486)) ([9aced73](https://github.com/algolia/react-instantsearch/commit/9aced73))
* **deps:** update dependency antd to v3.19.1 ([#2489](https://github.com/algolia/react-instantsearch/issues/2489)) ([56e3854](https://github.com/algolia/react-instantsearch/commit/56e3854))
* **deps:** update dependency antd to v3.19.2 ([#2498](https://github.com/algolia/react-instantsearch/issues/2498)) ([432e2a3](https://github.com/algolia/react-instantsearch/commit/432e2a3))
* **deps:** update dependency express to v4.17.0 ([#2463](https://github.com/algolia/react-instantsearch/issues/2463)) ([395ec97](https://github.com/algolia/react-instantsearch/commit/395ec97))
* **deps:** update dependency express to v4.17.1 ([#2485](https://github.com/algolia/react-instantsearch/issues/2485)) ([f066a37](https://github.com/algolia/react-instantsearch/commit/f066a37))
* **highlight:** allow array as "attribute" ([#2474](https://github.com/algolia/react-instantsearch/issues/2474)) ([9dc829a](https://github.com/algolia/react-instantsearch/commit/9dc829a)), closes [#2461](https://github.com/algolia/react-instantsearch/issues/2461)
* **indexUtils:** allow index with dots in it ([#2350](https://github.com/algolia/react-instantsearch/issues/2350)) ([f91906f](https://github.com/algolia/react-instantsearch/commit/f91906f))


### Features

* **voiceSearch:** add voice search widget ([#2316](https://github.com/algolia/react-instantsearch/issues/2316)) ([0e3b124](https://github.com/algolia/react-instantsearch/commit/0e3b124))



# [5.6.0](https://github.com/algolia/react-instantsearch/compare/v5.5.0...v5.6.0) (2019-05-15)


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/*",
"website/examples/*"
],
"version": "5.6.0",
"version": "5.7.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": "5.6.0",
"version": "5.7.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": "5.6.0",
"version": "5.7.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 '5.6.0';
export default '5.7.0';
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": "5.6.0",
"version": "5.7.0",
"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": "5.6.0",
"version": "5.7.0",
"description": "⚡ Lightning-fast search for React DOM, by Algolia",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react-instantsearch-core": "^5.6.0"
"react-instantsearch-core": "^5.7.0"
},
"peerDependencies": {
"react": ">= 15.3.0 < 17",
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": "5.6.0",
"version": "5.7.0",
"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",
"react-instantsearch-core": "^5.6.0"
"react-instantsearch-core": "^5.7.0"
},
"peerDependencies": {
"react": ">= 15.3.0 < 17",
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": "5.6.0",
"version": "5.7.0",
"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": "^5.6.0",
"react-instantsearch-dom": "^5.6.0",
"react-instantsearch-native": "^5.6.0"
"react-instantsearch-core": "^5.7.0",
"react-instantsearch-dom": "^5.7.0",
"react-instantsearch-native": "^5.7.0"
}
}
2 changes: 1 addition & 1 deletion website/examples/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"qs": "6.7.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-instantsearch-dom": "5.6.0"
"react-instantsearch-dom": "5.7.0"
}
}
2 changes: 1 addition & 1 deletion website/examples/e-commerce-infinite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"algoliasearch": "3.33.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-instantsearch-dom": "5.6.0"
"react-instantsearch-dom": "5.7.0"
}
}
2 changes: 1 addition & 1 deletion website/examples/e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"qs": "6.7.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-instantsearch-dom": "5.6.0"
"react-instantsearch-dom": "5.7.0"
}
}
2 changes: 1 addition & 1 deletion website/examples/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"qs": "6.7.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-instantsearch-dom": "5.6.0"
"react-instantsearch-dom": "5.7.0"
}
}
2 changes: 1 addition & 1 deletion website/examples/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"qs": "6.7.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-instantsearch-dom": "5.6.0"
"react-instantsearch-dom": "5.7.0"
}
}
4 changes: 2 additions & 2 deletions website/examples/tourism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"qs": "6.7.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-instantsearch-dom": "5.6.0",
"react-instantsearch-dom-maps": "5.6.0",
"react-instantsearch-dom": "5.7.0",
"react-instantsearch-dom-maps": "5.7.0",
"rheostat": "2.2.0"
}
}

0 comments on commit c127e05

Please sign in to comment.