diff --git a/.changeset/chatty-shirts-change.md b/.changeset/chatty-shirts-change.md deleted file mode 100644 index b09863178b..0000000000 --- a/.changeset/chatty-shirts-change.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - --**feat**: Add `WalletModal` component. By @cpcramer #1610 --**docs**: Update `Transaction` docs for heterogeneous calls. By @abcrane123 #1560 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9371d64a63..816e33c685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Changelog +## 0.35.7 + +### Patch Changes + +- [#1610](https://github.com/coinbase/onchainkit/pull/1610) [`02d3aac9829ab966a789d8796c8a6dc95bf0342b`](https://github.com/coinbase/onchainkit/commit/02d3aac9829ab966a789d8796c8a6dc95bf0342b) Thanks [@cpcramer](https://github.com/cpcramer)! - -**feat**: Add `WalletModal` component. By @cpcramer #1610 -**docs**: Update `Transaction` docs for heterogeneous calls. By @abcrane123 #1560 + ## 0.35.6 ### Patch Changes - **feat**: Add linking functionality to playground. By @dschlabach #1624 -- **feat**: Upgraded viem to support heterogeneous calls. By @abcrane123 #1527 -- **feat**: Added default WagmiProvider and QueryClientProvider if not provided in the React context. By @OxAlec #1589 +- **feat**: Upgraded viem to support heterogeneous calls. By @abcrane123 #1527 +- **feat**: Added default WagmiProvider and QueryClientProvider if not provided in the React context. By @OxAlec #1589 - **feat**: Added global Toast component. By @brendan-defi #1588 ## 0.35.5 diff --git a/package.json b/package.json index d4e01b8243..15a30f0b5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.35.6", + "version": "0.35.7", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",