diff --git a/.changeset/thin-zebras-dream.md b/.changeset/thin-zebras-dream.md deleted file mode 100644 index ff487b2f43..0000000000 --- a/.changeset/thin-zebras-dream.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **fix**: added Base Names testnet compatibility. By @cpcramer #966 -- **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961 -- **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fccf97717..82194ab708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.27.1 + +### Patch Changes + +- a348e27: - **fix**: added Base Names testnet compatibility. By @cpcramer #966 + - **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961 + - **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925 + ## 0.27.0 ### Minor Changes diff --git a/package.json b/package.json index 9fca190f5f..c41727b7ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.27.0", + "version": "0.27.1", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",