Skip to content

Commit

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

### Bug Fixes

* **connectRangeSlider:** only clear the refinement on the current attribute ([algolia#2459](algolia#2459)) ([7cebf58](algolia@7cebf58))
* **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
iam4x committed Oct 16, 2017
1 parent 5e0acc7 commit 0c987c1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="2.2.1"></a>
## [2.2.1](https://github.com/algolia/instantsearch.js/compare/v2.2.0...v2.2.1) (2017-10-16)


### Bug Fixes

* **connectRangeSlider:** only clear the refinement on the current attribute ([#2459](https://github.com/algolia/instantsearch.js/issues/2459)) ([7cebf58](https://github.com/algolia/instantsearch.js/commit/7cebf58))
* **menuSelect:** select in userCssClasses ([#2455](https://github.com/algolia/instantsearch.js/issues/2455)) ([0eb3dc8](https://github.com/algolia/instantsearch.js/commit/0eb3dc8))
* **menuSelect:** use preact instead of React ([#2460](https://github.com/algolia/instantsearch.js/issues/2460)) ([35ccae8](https://github.com/algolia/instantsearch.js/commit/35ccae8))
* **test:** correctly reset the wired dependency ([#2461](https://github.com/algolia/instantsearch.js/issues/2461)) ([1f7f4ed](https://github.com/algolia/instantsearch.js/commit/1f7f4ed))



<a name="2.2.0"></a>
# [2.2.0](https://github.com/algolia/instantsearch.js/compare/v2.1.6...v2.2.0) (2017-10-03)

Expand Down
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",
"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';
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.0, ajv@^5.2.3:
json-schema-traverse "^0.3.0"
json-stable-stringify "^1.0.1"

algoliasearch-helper@^2.21.1:
algoliasearch-helper@^2.22.0:
version "2.22.0"
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-2.22.0.tgz#6904abf15cd9b65a32fc3d9eb9dfe50f53b27001"
dependencies:
Expand Down Expand Up @@ -8415,6 +8415,8 @@ rheostat@algolia/rheostat#dist-preact:
resolved "https://codeload.github.com/algolia/rheostat/tar.gz/1327d77e45fb8417589a76af00c4413bca7f6aee"
dependencies:
object.assign "^4.0.4"
preact "^8.2.5"
preact-compat "^3.17.0"
prop-types "^15.5.10"

right-align@^0.1.1:
Expand Down

0 comments on commit 0c987c1

Please sign in to comment.