diff --git a/.changeset/sharp-toys-carry.md b/.changeset/sharp-toys-carry.md deleted file mode 100644 index b503e633af..0000000000 --- a/.changeset/sharp-toys-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - --**docs**: Add `WalletModal` docs. @fakepixels @cpcramer #1671 #1669 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1def8db0cd..21d7b64d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog +## 0.35.8 + +### Patch Changes + +- [#1673](https://github.com/coinbase/onchainkit/pull/1673) [`bb916cd5bdd31236958150b136c96441c03c82e2`](https://github.com/coinbase/onchainkit/commit/bb916cd5bdd31236958150b136c96441c03c82e2) Thanks [@cpcramer](https://github.com/cpcramer)! - -**docs**: Add `WalletModal` docs. @fakepixels @cpcramer #1671 #1669 + ## 0.35.7 ### Patch Changes -- **feat**: Add `WalletModal` component. By @cpcramer #1610 +- **feat**: Add `WalletModal` component. By @cpcramer #1610 - **docs**: Update `Transaction` docs for heterogeneous calls. By @abcrane123 #1560 ## 0.35.6 diff --git a/package.json b/package.json index 15a30f0b5e..522875a9f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.35.7", + "version": "0.35.8", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",