Skip to content

Commit

Permalink
v4.0.0-beta.1
Browse files Browse the repository at this point in the history
<a name="4.0.0-beta.1"></a>
# [4.0.0-beta.1](v4.0.0-beta.0...v4.0.0-beta.1) (2017-04-03)

### Bug Fixes

* **SFFV:** fix wrong query behaviour with slow network (#2086) ([c251e8f](c251e8f)), closes [#2086](#2086)
  • Loading branch information
mthuret committed Apr 3, 2017
1 parent c251e8f commit 565712c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="4.0.0-beta.1"></a>
# [4.0.0-beta.1](https://github.com/algolia/instantsearch.js/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2017-04-03)


### Bug Fixes

* **SFFV:** fix wrong query behaviour with slow network (#2086) ([c251e8f](https://github.com/algolia/instantsearch.js/commit/c251e8f)), closes [#2086](https://github.com/algolia/instantsearch.js/issues/2086)



<a name="4.0.0-beta.0"></a>
# [4.0.0-beta.0](https://github.com/algolia/instantsearch.js/compare/v3.3.0...v4.0.0-beta.0) (2017-03-28)

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.0",
"version": "4.0.0-beta.1",
"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.0",
"version": "4.0.0-beta.1",
"homepage": "https://community.algolia.com/instantsearch.js/react/",
"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.0",
"version": "4.0.0-beta.1",
"scripts": {
"build": "./scripts/build.sh",
"build-and-publish": "./scripts/build-and-publish.sh"
Expand Down

0 comments on commit 565712c

Please sign in to comment.