diff --git a/.changeset/pretty-fireants-deliver.md b/.changeset/pretty-fireants-deliver.md deleted file mode 100644 index 1001d0fd41..0000000000 --- a/.changeset/pretty-fireants-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - --**chore**: Update all Wallet dropdown SVGs to render 16x16. Update text to Claim Basename (if no Basename), otherwise "Profile". By @cpcramer #990 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b98897c91..2165807653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.28.4 + +### Patch Changes + +- d22bea0: -**chore**: Update all Wallet dropdown SVGs to render 16x16. Update text to Claim Basename (if no Basename), otherwise "Profile". By @cpcramer #990 + ## 0.28.3 ### Patch Changes diff --git a/package.json b/package.json index e31afefde2..7185d9a17c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.28.3", + "version": "0.28.4", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",