Skip to content

Commit

Permalink
v4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Feb 9, 2022
1 parent cee05fa commit 60fee52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v4.8.3
* Bump color-string from 1.5.3 to 1.9.0 in /docs (#202) [View](https://github.com/sanusart/react-dropdown-select/commit/9141d66c7528508593bb78ab5dddd5d6a61fa1b7)
* add null check before scrollIntoView (#212) [View](https://github.com/sanusart/react-dropdown-select/commit/cee05faa4069c95f4f8628e301a73401e3c4c830)

### v4.8.2
* FIX (aria)[#146]: add aria-expanded, closes #146, bumb version [View](https://github.com/sanusart/react-dropdown-select/commit/fae4c984cbbe39d8ff4ee89f0c8c62a9290b5320)
* FIX (Input): breaking in two lines due to input, closes #138 (#148) [View](https://github.com/sanusart/react-dropdown-select/commit/66bd7219c2852a372441a7ddffb160abc8cfaf98)
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.8.2",
"version": "4.8.3",
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 60fee52

Please sign in to comment.