diff --git a/.changeset/honest-lies-walk.md b/.changeset/honest-lies-walk.md deleted file mode 100644 index f23ecba444..0000000000 --- a/.changeset/honest-lies-walk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **chore**: updated all Wallet dropdown SVGs to render 16x16. Update text to Claim Basename (if no Basename), otherwise "Profile". By @cpcramer #990 -- **feat**: added chain props to `useAvatar` and `getAvatar` to resolve Base avatar. By @kirkas #986 -- **feat**: modified `getAvatar` to resolve Base avatar, and fallback to mainnet if none is found. By @kirkas #986 diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9636fcff..de5a215776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.28.4 + +### Patch Changes + +- 0351295: - **chore**: updated all Wallet dropdown SVGs to render 16x16. Update text to Claim Basename (if no Basename), otherwise "Profile". By @cpcramer #990 + - **feat**: added chain props to `useAvatar` and `getAvatar` to resolve Base avatar. By @kirkas #986 + - **feat**: modified `getAvatar` to resolve Base avatar, and fallback to mainnet if none is found. By @kirkas #986 + ## 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",