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

Commit

Permalink
v4.0.0-beta.5
Browse files Browse the repository at this point in the history
<a name="4.0.0-beta.5"></a>
# [4.0.0-beta.5](v4.0.0-beta.4...v4.0.0-beta.5) (2017-05-02)

### Bug Fixes

* **connectAutoComplete:** allow usage with hits from a single index (#75) ([8b3b358](8b3b358)), closes [#74](#74)
* **InstantSearch:** update algoliaClient when it change (#70) ([9e97dbd](9e97dbd))
  • Loading branch information
mthuret committed May 2, 2017
1 parent 8b3b358 commit a441050
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="4.0.0-beta.5"></a>
# [4.0.0-beta.5](https://github.com/algolia/react-instantsearch/compare/v4.0.0-beta.4...v4.0.0-beta.5) (2017-05-02)


### Bug Fixes

* **connectAutoComplete:** allow usage with hits from a single index (#75) ([8b3b358](https://github.com/algolia/react-instantsearch/commit/8b3b358)), closes [#74](https://github.com/algolia/react-instantsearch/issues/74)
* **InstantSearch:** update algoliaClient when it change (#70) ([9e97dbd](https://github.com/algolia/react-instantsearch/commit/9e97dbd))



<a name="4.0.0-beta.4"></a>
# [4.0.0-beta.4](https://github.com/algolia/react-instantsearch/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2017-04-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"scripts": {
"boot": "./scripts/boot.sh",
"upgrade-deps": "./scripts/upgrade-deps.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-theme-algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-instantsearch-theme-algolia",
"description": "Algolia theme for React InstantSearch",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"homepage": "https://community.algolia.com/react-instantsearch/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://www.algolia.com"
},
"description": "⚡ Lightning-fast search for React and React Native apps",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"scripts": {
"build": "./scripts/build.sh",
"build-and-publish": "./scripts/build-and-publish.sh"
Expand Down

0 comments on commit a441050

Please sign in to comment.