Skip to content

Commit

Permalink
v2.2.1-beta.0
Browse files Browse the repository at this point in the history
<a name=2.2.1-beta.0></a>
## [2.2.1-beta.0](v2.2.0...v2.2.1-beta.0) (2017-10-11)

### Bug Fixes

* **connectRangeSlider:** only clear the refinement on the current attribute ([#2459](#2459)) ([7cebf58](7cebf58))
* **ie11:** peract-compat algolia fork with [#423](#423) ([c22e436](c22e436))
* **menuSelect:** select in userCssClasses ([#2455](#2455)) ([0eb3dc8](0eb3dc8))
* **menuSelect:** use preact instead of React ([#2460](#2460)) ([35ccae8](35ccae8))
* **test:** correctly reset the wired dependency ([#2461](#2461)) ([1f7f4ed](1f7f4ed))
  • Loading branch information
Alex S committed Oct 11, 2017
1 parent c22e436 commit 2c5abfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "2.2.0",
"version": "2.2.1-beta.0",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"homepage": "https://community.algolia.com/instantsearch.js/",
"main": "dist-es5-module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.2.0';
export default '2.2.1-beta.0';

0 comments on commit 2c5abfc

Please sign in to comment.