Skip to content

Commit

Permalink
Releasing version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuesos committed Jun 10, 2017
1 parent bd43899 commit 4f4df73
Show file tree
Hide file tree
Showing 6 changed files with 4,537 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This component follows *Semantic Versioning* (aka SemVer), visit (http://semver.org/) to learn more about it.

## Release 2.6.1 (2017-06-10)

### Bug Fixes
- Private property `_bindedFunctions` inside `paper-autocomplete-suggestions` was being shared between all
instances. This now has been solved thanks to [@plequang](https://github.com/plequang).

## Release 2.6.0 (2017-05-31)

### New Features
Expand Down
7 changes: 6 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-autocomplete",
"version": "2.6.0",
"version": "2.6.1",
"authors": [
"S. Francis",
"Rodolfo Oviedo <[email protected]>",
Expand Down Expand Up @@ -48,5 +48,10 @@
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.3.0",
"iron-form": "^1.1.4",
"paper-button": "^1.0.14"
},
"resolutions": {
"hydrolysis": "^1.18",
"iron-location": "1 - 2",
"webcomponentsjs": "^0.7.24"
}
}
Loading

0 comments on commit 4f4df73

Please sign in to comment.