From b5eea290784507f1507e7f80e74bf9bac1cd187d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Sep 2024 20:04:34 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 6049b45934..0000000000 --- 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 d733910bb0..47b4aecc75 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 90ef90aa54..675949cb48 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",