Skip to content

Commit

Permalink
v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed May 27, 2022
1 parent e26931d commit 2349cf1
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.9.0
* update packages and use node 16 [View](https://github.com/sanusart/react-dropdown-select/commit/c52f8c42c84325a846fd0f7f23369c8600f72fe0)
* fix docs build [View](https://github.com/sanusart/react-dropdown-select/commit/69d50799acd4abace57f4d53ed68949f1fe5584e)
* fix docs build [View](https://github.com/sanusart/react-dropdown-select/commit/245f4513916c77dd4c5c8f3f0f0785b944987b37)
* Bump url-parse from 1.5.7 to 1.5.10 (#223) [View](https://github.com/sanusart/react-dropdown-select/commit/a24c560bf394de2d81140af24ca96a3187c004f8)
* Bump url-parse from 1.5.7 to 1.5.10 in /docs (#224) [View](https://github.com/sanusart/react-dropdown-select/commit/52a42a503ae492126cdaf86a0a0fa1c33a143487)
* Bump lodash-es from 4.17.15 to 4.17.21 in /docs (#228) [View](https://github.com/sanusart/react-dropdown-select/commit/f9653a70efcffb61c16e4a2650c14a00dfa6b444)
* sync with master [View](https://github.com/sanusart/react-dropdown-select/commit/e26931dd5767e316edcbe4e95494271bec845df3)

### v4.8.4
* Bump simple-get from 2.8.1 to 2.8.2 (#213) [View](https://github.com/sanusart/react-dropdown-select/commit/cb8846882dd948c25996eba8590d301f6516ac52)
* Bump ws from 5.2.2 to 5.2.3 in /docs (#214) [View](https://github.com/sanusart/react-dropdown-select/commit/1306172c360994bfc2332057f447309cb2bb0f7d)
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.8.4",
"version": "4.9.0",
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 2349cf1

Please sign in to comment.