Skip to content

Commit

Permalink
v2.2.3
Browse files Browse the repository at this point in the history
<a name=2.2.3></a>
## [2.2.3](v2.2.2...v2.2.3) (2017-11-07)

### Bug Fixes

* **connectRefinementList:** add label to searched items ([#2553](#2553)) ([ec810fa](ec810fa))
* **refinementList:** fix facet exhaustivity check ([#2554](#2554)) ([0f1bf08](0f1bf08)), closes [#2552](#2552)
* **theme:** searchbar should have normal size input ([#2545](#2545)) ([50d99f0](50d99f0))
  • Loading branch information
Alex S committed Nov 7, 2017
1 parent 50d99f0 commit 09fca62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="2.2.3"></a>
## [2.2.3](https://github.com/algolia/instantsearch.js/compare/v2.2.2...v2.2.3) (2017-11-07)


### Bug Fixes

* **connectRefinementList:** add label to searched items ([#2553](https://github.com/algolia/instantsearch.js/issues/2553)) ([ec810fa](https://github.com/algolia/instantsearch.js/commit/ec810fa))
* **refinementList:** fix facet exhaustivity check ([#2554](https://github.com/algolia/instantsearch.js/issues/2554)) ([0f1bf08](https://github.com/algolia/instantsearch.js/commit/0f1bf08)), closes [#2552](https://github.com/algolia/instantsearch.js/issues/2552)
* **theme:** searchbar should have normal size input ([#2545](https://github.com/algolia/instantsearch.js/issues/2545)) ([50d99f0](https://github.com/algolia/instantsearch.js/commit/50d99f0))



<a name="2.2.2"></a>
## [2.2.2](https://github.com/algolia/instantsearch.js/compare/v2.2.1...v2.2.2) (2017-10-30)

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.2",
"version": "2.2.3",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"homepage": "https://community.algolia.com/instantsearch.js/",
"author": "Algolia <support@algolia.com>",
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.2';
export default '2.2.3';

0 comments on commit 09fca62

Please sign in to comment.