Skip to content

Commit

Permalink
v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Sep 21, 2019
1 parent 08dba6a commit 101808d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### v3.6.2
* DOCS (updates): add anchors to examples [View](https://github.com/sanusart/react-dropdown-select/commit/8a50e14410175d7bf71c208c14bdbb18ef797a41)
* FIX (focus): open dropdown if select is in focus, closes #38 [View](https://github.com/sanusart/react-dropdown-select/commit/08dba6afb6146dcc40d86735b73f0a716decf5dc)

### v3.6.1
* FIX (props): allow to pass custom props, closes #37 [View](https://github.com/sanusart/react-dropdown-select/commit/8aa82808086ae53da8ae5e95105a099acafd33e2)

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
@@ -1,6 +1,6 @@
{
"name": "react-dropdown-select",
"version": "3.6.1",
"version": "3.6.2",
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 101808d

Please sign in to comment.