Skip to content

Commit

Permalink
v4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Jul 19, 2024
1 parent 0f89f1e commit fc50826
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v4.11.3
* fix release action [View](https://github.com/sanusart/react-dropdown-select/commit/f313cc0870d835972d1c5989ef2dd6336e64691d)
* update packages [View](https://github.com/sanusart/react-dropdown-select/commit/d06abcabf83910a021e82b48c1464cdf79bab3c0)
* update packages [View](https://github.com/sanusart/react-dropdown-select/commit/befd7345404d0a8bc0df397d6a572db6fd476bf2)
* fix docs [View](https://github.com/sanusart/react-dropdown-select/commit/afe27a71a7ba69cfb127dfec0e2c1243f206e52d)
* Update types.d.ts (#311) [View](https://github.com/sanusart/react-dropdown-select/commit/98464ae702ae5d613f9badba6533641db8215486)
* bump version [View](https://github.com/sanusart/react-dropdown-select/commit/0a3d58fad126311b3d7924e8e0852f76e97dccda)
* Add missing type definition for defaultMenuIsOpen (#317) [View](https://github.com/sanusart/react-dropdown-select/commit/0f89f1eef39856d8fdd1f47d34d6ad0ad99c5103)

### v4.11.1
* Added defaultMenuISOpen prop (#306) [View](https://github.com/sanusart/react-dropdown-select/commit/2b00a86224a13064597646acd7e3bec6f22b81b0)

Expand Down
4 changes: 2 additions & 2 deletions 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.11.2",
"version": "4.11.3",
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"module": "lib/index.js",
Expand Down

0 comments on commit fc50826

Please sign in to comment.