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 3924d7d commit d4c27d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.9 - 9/13/22
- [fix] update rdk

# 2.0.8 - 9/13/22
- [fix] update rdk
- [fix] cancel click event defaults
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.8",
"version": "2.0.9",
"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.3",
"rdk": "^6.0.4",
"react-fast-compare": "^3.2.0",
"react-highlight-words": "^0.17.0",
"react-input-autosize": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9508,10 +9508,10 @@ raw-loader@^4.0.2:
loader-utils "^2.0.0"
schema-utils "^3.0.0"

rdk@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/rdk/-/rdk-6.0.2.tgz#3dc4f57d6df1d8232555313855157070726ead6b"
integrity sha512-Q3nlhqboFdoigCCHIUZFDzAlRY6dTCfOi4zPuELLcbqUZ8cqFE6HK7KREBRqIo2WPmGrCmf+FW299j/0LAvJIA==
rdk@^6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/rdk/-/rdk-6.0.4.tgz#e61e1e9996acbb8a0b3348dd8ad75d8942980254"
integrity sha512-iAFFwufWZYc3uVN/BTWIRsVSHppH/BTlo7fnOLdibtV0SdWOtzZ/+nVQwRasEflPzKG+fUDCCbP53ywecVhRiA==
dependencies:
classnames "^2.3.1"
popper.js "^1.16.1"
Expand Down

0 comments on commit d4c27d5

Please sign in to comment.