Skip to content

Commit fc50826

Browse files
committed
1 parent 0f89f1e commit fc50826

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v4.11.3
2+
* fix release action [View](https://github.com/sanusart/react-dropdown-select/commit/f313cc0870d835972d1c5989ef2dd6336e64691d)
3+
* update packages [View](https://github.com/sanusart/react-dropdown-select/commit/d06abcabf83910a021e82b48c1464cdf79bab3c0)
4+
* update packages [View](https://github.com/sanusart/react-dropdown-select/commit/befd7345404d0a8bc0df397d6a572db6fd476bf2)
5+
* fix docs [View](https://github.com/sanusart/react-dropdown-select/commit/afe27a71a7ba69cfb127dfec0e2c1243f206e52d)
6+
* Update types.d.ts (#311) [View](https://github.com/sanusart/react-dropdown-select/commit/98464ae702ae5d613f9badba6533641db8215486)
7+
* bump version [View](https://github.com/sanusart/react-dropdown-select/commit/0a3d58fad126311b3d7924e8e0852f76e97dccda)
8+
* Add missing type definition for defaultMenuIsOpen (#317) [View](https://github.com/sanusart/react-dropdown-select/commit/0f89f1eef39856d8fdd1f47d34d6ad0ad99c5103)
9+
110
### v4.11.1
211
* Added defaultMenuISOpen prop (#306) [View](https://github.com/sanusart/react-dropdown-select/commit/2b00a86224a13064597646acd7e3bec6f22b81b0)
312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dropdown-select",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"description": "Customizable dropdown select for react",
55
"main": "dist/react-dropdown-select.js",
66
"module": "lib/index.js",

0 commit comments

Comments
 (0)