From ded8cf9081097d1e412b61fbfa78134b0c9ed34b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:40:28 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.29.5=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#1131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/dry-actors-bathe.md | 6 ------ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/dry-actors-bathe.md diff --git a/.changeset/dry-actors-bathe.md b/.changeset/dry-actors-bathe.md deleted file mode 100644 index ae0f5567cb..0000000000 --- a/.changeset/dry-actors-bathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **feat**: exported `buildSwapTransaction`, `getSwapQuote` and `getTokens` from API module. By @zizzamia #1133 -- **feat**: added `useSendCall` and `useSendCalls` hooks to support call-type transactions in `Transaction` component. By @0xAlec #1130 diff --git a/CHANGELOG.md b/CHANGELOG.md index d21a43763e..ee9e005272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.29.5 + +### Patch Changes + +- 07c5af6: - **feat**: exported `buildSwapTransaction`, `getSwapQuote` and `getTokens` from API module. By @zizzamia #1133 + - **feat**: added `useSendCall` and `useSendCalls` hooks to support call-type transactions in `Transaction` component. By @0xAlec #1130 + ## 0.29.4 ### Patch Changes diff --git a/package.json b/package.json index f472fe3949..9869672b9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.29.4", + "version": "0.29.5", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",