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](algolia/instantsearch@v2.2.0...v2.2.1-beta.0) (2017-10-11)

### Bug Fixes

* **connectRangeSlider:** only clear the refinement on the current attribute ([algolia#2459](algolia#2459)) ([7cebf58](algolia@7cebf58))
* **ie11:** peract-compat algolia fork with [algolia#423](algolia#423) ([c22e436](algolia@c22e436))
* **menuSelect:** select in userCssClasses ([algolia#2455](algolia#2455)) ([0eb3dc8](algolia@0eb3dc8))
* **menuSelect:** use preact instead of React ([algolia#2460](algolia#2460)) ([35ccae8](algolia@35ccae8))
* **test:** correctly reset the wired dependency ([algolia#2461](algolia#2461)) ([1f7f4ed](algolia@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.