diff --git a/.changeset/unlucky-walls-tie.md b/.changeset/unlucky-walls-tie.md deleted file mode 100644 index 34ae18a5dc..0000000000 --- a/.changeset/unlucky-walls-tie.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **feat**: added connect wallet functionality to Swap component for disconnected users. By @abcrane123 #1173 -- **fix**: added logic to refetch balances and clear inputs after Swap succeeds. By @0xAlec #1089 -- **fix**: adjusted Swap component style to prevent UI shifting. By @abcrane123 #1184 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8499aadfb6..c867cbc16b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Changelog +## 0.31.2 + +### Patch Changes + +- ef6e936: - **feat**: added connect wallet functionality to Swap component for disconnected users. By @abcrane123 #1173 + - **fix**: added logic to refetch balances and clear inputs after Swap succeeds. By @0xAlec #1089 + - **fix**: adjusted Swap component style to prevent UI shifting. By @abcrane123 #1184 + ## 0.31.1 ### Patch Changes - - **fix**: improved hover state for WalletDropdown component. By @cpcramer #1156 - - **feat**: added `onchainkit-version` header to API requests. By @0xAlec #1169 - - **feat**: introduced `getAddress` and `useAddress` utilities to easily retrieve an address from ENS name or basename. By @zizzamia #1170 +- **fix**: improved hover state for WalletDropdown component. By @cpcramer #1156 +- **feat**: added `onchainkit-version` header to API requests. By @0xAlec #1169 +- **feat**: introduced `getAddress` and `useAddress` utilities to easily retrieve an address from ENS name or basename. By @zizzamia #1170 ## 0.31.0 diff --git a/package.json b/package.json index 130e004309..1a93c28433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.31.1", + "version": "0.31.2", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",