From 379cd7240048c4a92a7560a47d907d9bb3bb51c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:36:28 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.31.5=20?= =?UTF-8?q?=F0=9F=8C=8A=20=20(#1219)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/cool-walls-dream.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/cool-walls-dream.md diff --git a/.changeset/cool-walls-dream.md b/.changeset/cool-walls-dream.md deleted file mode 100644 index 6049b4593..000000000 --- a/.changeset/cool-walls-dream.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: added calls support to `Transaction` component. by @0xAlec #1220 -- **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 -- **fix**: fixed issue with inputText state persisting to latter Framegear frames. By @brendan-defi #1218 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d733910bb..47b4aecc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.31.5 + +### Patch Changes + +- ef232c3: - **feat**: added calls support to `Transaction` component. by @0xAlec #1220 + - **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 + - **fix**: fixed issue with inputText state persisting to latter Framegear frames. By @brendan-defi #1218 + ## 0.31.4 ### Patch Changes diff --git a/package.json b/package.json index 90ef90aa5..675949cb4 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",