diff --git a/.changeset/eight-books-give.md b/.changeset/eight-books-give.md index 732d795670..9677a7aec5 100644 --- a/.changeset/eight-books-give.md +++ b/.changeset/eight-books-give.md @@ -2,4 +2,7 @@ "@coinbase/onchainkit": patch --- -Fix: Move `` styling to configurable parent +- **fix**: Updated internal caching, resulting in performance improvements for components such as `Identity`, `Swap`, `Wallet`, and `NFT` components. By @cpcramer #2085 +- **fix**: Moved `` styling to configurable parent. By @alessey #2070 +- **fix**: Updated `Wallet` and `Checkout` component events. By @cpcramer #2061 #2053 +- **feat**: Added API endpoint `getPriceQuote`. By @brendan-defi #2065 \ No newline at end of file diff --git a/src/version.ts b/src/version.ts index 51d7a478f3..baba26abab 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.37.5'; +export const version = '0.37.6';