Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Sep 13, 2022
1 parent 6a78c23 commit 3924d7d
Show file tree
Hide file tree
Showing 2 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 @@
# 2.0.8 - 9/13/22
- [fix] update rdk
- [fix] cancel click event defaults

# 2.0.7 - 7/26/22
- [fix] Fix for click event bubbling and causing rdk to close things

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaselct",
"version": "2.0.7",
"version": "2.0.8",
"description": "Select Component for React",
"scripts": {
"build": "rollup -c",
Expand Down Expand Up @@ -40,7 +40,7 @@
"ellipsize": "^0.2.0",
"framer-motion": "^6.2.8",
"lodash": "^4.17.21",
"rdk": "^6.0.2",
"rdk": "^6.0.3",
"react-fast-compare": "^3.2.0",
"react-highlight-words": "^0.17.0",
"react-input-autosize": "^3.0.0",
Expand Down

0 comments on commit 3924d7d

Please sign in to comment.