Skip to content

Commit

Permalink
5.8.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH committed Nov 8, 2016
1 parent 6327b88 commit e2f720a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.8.6 (2016-11-08)
## Fix
- Apply the pushRange with maxRange - thanks to @GuilloOme (#456)

# 5.8.5 (2016-11-05)
## Fix
- Fix overlapping max and ceil labels in some cases (#396)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-slider",
"version": "5.8.5",
"version": "5.8.6",
"homepage": "https://github.com/angular-slider/angularjs-slider",
"authors": [
"Rafal Zajac <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dist/rzslider.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angularjs-slider - v5.8.5 -
/*! angularjs-slider - v5.8.6 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2016-11-08 */
Expand Down
2 changes: 1 addition & 1 deletion dist/rzslider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angularjs-slider - v5.8.5 -
/*! angularjs-slider - v5.8.6 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2016-11-08 */
Expand Down
2 changes: 1 addition & 1 deletion dist/rzslider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/rzslider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rzslider.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angularjs-slider - v5.8.5 -
/*! angularjs-slider - v5.8.6 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2016-11-08 */
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": "angularjs-slider",
"version": "5.8.5",
"version": "5.8.6",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "dist/rzslider.js",
"repository": {
Expand Down

0 comments on commit e2f720a

Please sign in to comment.