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",