Skip to content

Commit

Permalink
v1.1.1 dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
mynamesleon committed Jan 29, 2020
1 parent e4959a0 commit e2c1e8d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 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 @@

All notable changes to this project will be documented in this file.

## [1.1.1] - 2020-01-29

### Fixed

- Issue where `hide` related classes were incorrectly being added to a `select` element's children, instead of to the `select`, due to a dependency issue

## [1.1.0] - 2020-01-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/aria-autocomplete.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aria-autocomplete",
"version": "1.1.0",
"version": "1.1.1",
"description": "Accessible, extensible, JavaScript autocomplete with multi-select",
"main": "dist/aria-autocomplete.min.js",
"style": "dist/aria-autocomplete.css",
Expand Down Expand Up @@ -55,8 +55,8 @@
"webpack-cli": "^3.3.10"
},
"dependencies": {
"element-addclass": "^1.0.1",
"element-removeclass": "^1.0.0",
"element-addclass": "^1.0.2",
"element-removeclass": "^1.0.1",
"input-autowidth": "^1.0.3",
"is-printable-keycode": "^1.0.3"
}
Expand Down

0 comments on commit e2c1e8d

Please sign in to comment.