Skip to content

Commit

Permalink
v4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Jun 13, 2020
1 parent c7fd267 commit 37d3241
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### v4.4.2
* FIX (box-model): add box-sizing border-box, closes #94 (#104) [View](https://github.com/sanusart/react-dropdown-select/commit/c7fd267e3a465c27629ee4ad6ec841503c1b2fbc)

### v4.4.1
* Bump acorn from 5.7.3 to 5.7.4 (#84) [View](https://github.com/sanusart/react-dropdown-select/commit/ab7dd60b1a5b78b683e2806a4a7a3cdfd461ce1d)
* FIX (dropdownHandleRenderer)[#86]: fix prop warning in development, c… (#87) [View](https://github.com/sanusart/react-dropdown-select/commit/cf7a0c262ffce05d60ad3ab9f54f80941712ef98)
* v4.3.1 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md [View](https://github.com/sanusart/react-dropdown-select/commit/cfd6ce0e7217d812bf88f5c91d8c02c2d6d502cb)
* CHORE (audit): npm audit [View](https://github.com/sanusart/react-dropdown-select/commit/873a66ecf233c8caf186786ed138ecade1e4ef0b)
* FIX (keyboard navigation)[issue #88]: fix tab navigation from outside closes issue #88 (#90) [View](https://github.com/sanusart/react-dropdown-select/commit/e5429fecdf41eb93c883c1a7d942bbb209ed0ea9)
* CHORE (types): fix keepOpen type [View](https://github.com/sanusart/react-dropdown-select/commit/60b1031376c40b5c0b227160fc2fabd01a22b406)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dropdown-select",
"version": "4.4.1",
"version": "4.4.2",
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 37d3241

Please sign in to comment.