diff --git a/.changeset/cool-walls-dream.md b/.changeset/cool-walls-dream.md deleted file mode 100644 index 6049b4593..000000000 --- a/.changeset/cool-walls-dream.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: added calls support to `Transaction` component. by @0xAlec #1220 -- **feat**: added `ConnectWalletText` to help customize style within `ConnectWallet`. By @zizzamia #1116 #1222 -- **feat**: added `isMainnetOnly` to `isBase` and `isEthereum` utilities. By @zizzamia #1167 #1221 -- **fix**: fixed issue with inputText state persisting to latter Framegear frames. By @brendan-defi #1218 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d733910bb..47b4aecc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.31.5 + +### Patch Changes + +- ef232c3: - **feat**: added calls support to `Transaction` component. by @0xAlec #1220 + - **feat**: added `ConnectWalletText` to help customize style within `ConnectWallet`. By @zizzamia #1116 #1222 + - **feat**: added `isMainnetOnly` to `isBase` and `isEthereum` utilities. By @zizzamia #1167 #1221 + - **fix**: fixed issue with inputText state persisting to latter Framegear frames. By @brendan-defi #1218 + ## 0.31.4 ### Patch Changes diff --git a/package.json b/package.json index 90ef90aa5..675949cb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.31.4", + "version": "0.31.5", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",