diff --git a/.changeset/cool-walls-dream.md b/.changeset/cool-walls-dream.md deleted file mode 100644 index c0b9fcc863..0000000000 --- a/.changeset/cool-walls-dream.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **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 -- **feat**: added custom slippage support settings sub-component in the `Swap` component. By @cpcramer #1210 diff --git a/CHANGELOG.md b/CHANGELOG.md index d733910bb0..a6735a6404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.31.5 + +### Patch Changes + +- ef232c3: - **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 + - **feat**: added custom slippage support settings sub-component in the `Swap` component. By @cpcramer #1210 + ## 0.31.4 ### Patch Changes diff --git a/package.json b/package.json index 90ef90aa54..675949cb48 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",