Skip to content

Commit

Permalink
v2.3.0-beta.1
Browse files Browse the repository at this point in the history
<a name=2.3.0-beta.1></a>
# [2.3.0-beta.1](v2.2.0...v2.3.0-beta.1) (2017-10-16)

### Bug Fixes

* **connectRangeSlider:** only clear the refinement on the current attribute ([#2459](#2459)) ([7cebf58](7cebf58))
* **menuSelect:** select in userCssClasses ([#2455](#2455)) ([0eb3dc8](0eb3dc8))

### Features

* **breadcrumb:** Add the breadcrumb widget ([#2451](#2451)) ([076e063](076e063)), closes [#2299](#2299)
* **rangeInput:** add rangeInput widget ([#2440](#2440)) ([4be1ee8](4be1ee8))
  • Loading branch information
iam4x committed Oct 16, 2017
1 parent 4dfec78 commit 6894da4
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.3.0-beta.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.3.0-beta.1';

0 comments on commit 6894da4

Please sign in to comment.