From f5c20244a96a01ca057b0bf3dd3ddcbb7fa7bf00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:43:56 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.28.0=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#984)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/twelve-grapes-remember.md | 14 -------------- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/twelve-grapes-remember.md diff --git a/.changeset/twelve-grapes-remember.md b/.changeset/twelve-grapes-remember.md deleted file mode 100644 index 4c46afd233..0000000000 --- a/.changeset/twelve-grapes-remember.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@coinbase/onchainkit": minor ---- - -- **feat**: refactored the `` component's `onSuccess` handler to manage multiple receipts for various contracts, supporting both EOA and Smart Wallet scenarios. - -Breaking Changes -When using `onSuccess` in the `` component, refactor the response to handle: - -```ts -type TransactionResponse = { - transactionReceipts: TransactionReceipt[]; -}; -``` \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 010ad37837..b28a969a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.28.0 + +### Minor Changes + +- baa5cf8: - **feat**: refactored the `` component's `onSuccess` handler to manage multiple receipts for various contracts, supporting both EOA and Smart Wallet scenarios. + + Breaking Changes + When using `onSuccess` in the `` component, refactor the response to handle: + + ```ts + type TransactionResponse = { + transactionReceipts: TransactionReceipt[]; + }; + ``` + ## 0.27.1 ### Patch Changes diff --git a/package.json b/package.json index c41727b7ac..426d881324 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.27.1", + "version": "0.28.0", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",