From 6ce83d0e1ba39a40298aebd15b6910d05aa63405 Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Thu, 5 Sep 2024 15:00:34 -0700 Subject: [PATCH] chore: release (#1215) Co-authored-by: Alissa Crane --- .changeset/gorgeous-cameras-search.md | 4 +++- .changeset/great-dolls-kiss.md | 5 ----- .changeset/spotty-ants-burn.md | 5 ----- src/version.ts | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 .changeset/great-dolls-kiss.md delete mode 100644 .changeset/spotty-ants-burn.md diff --git a/.changeset/gorgeous-cameras-search.md b/.changeset/gorgeous-cameras-search.md index 8708f78fc2..22725e03bd 100644 --- a/.changeset/gorgeous-cameras-search.md +++ b/.changeset/gorgeous-cameras-search.md @@ -2,4 +2,6 @@ "@coinbase/onchainkit": patch --- -**feat**: add support for `EIP-5792` (https://eips.ethereum.org/EIPS/eip-5792) in `OnchainKitProvider`. by @0xAlec #1181 +- **feat**: added support for `EIP-5792` (https://eips.ethereum.org/EIPS/eip-5792) in `OnchainKitProvider`. By @0xAlec #1181 +- **fix**: adjusted hover styling for the `Fund` and `Disconnect` wallet components in mobile view. By @cpcramer #1211 +- **feat** added `walletCapabilities` for atomic batching (`useWriteContracts` vs `useWriteContract`) in `Transaction` component. By @0xAlec #1214 \ No newline at end of file diff --git a/.changeset/great-dolls-kiss.md b/.changeset/great-dolls-kiss.md deleted file mode 100644 index cf03ab302f..0000000000 --- a/.changeset/great-dolls-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - --**fix**: fixed hover styling for the Fund and Disconnect wallet components during the mobile view. By @cpcramer #1211 diff --git a/.changeset/spotty-ants-burn.md b/.changeset/spotty-ants-burn.md deleted file mode 100644 index a788cc7f86..0000000000 --- a/.changeset/spotty-ants-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -**feat** `Transaction` - use `walletCapabilities` for atomic batching (`useWriteContracts` vs `useWriteContract`). by @0xAlec #1214 diff --git a/src/version.ts b/src/version.ts index 857f01aa55..733a6de341 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.31.3'; +export const version = '0.31.4';