From 083fe84d2fa816fff7e3f67e8574f58ee9c05862 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:53:29 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.27.1=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#974)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/thin-zebras-dream.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/thin-zebras-dream.md diff --git a/.changeset/thin-zebras-dream.md b/.changeset/thin-zebras-dream.md deleted file mode 100644 index ff487b2f43..0000000000 --- a/.changeset/thin-zebras-dream.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **fix**: added Base Names testnet compatibility. By @cpcramer #966 -- **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961 -- **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fccf97717..82194ab708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.27.1 + +### Patch Changes + +- a348e27: - **fix**: added Base Names testnet compatibility. By @cpcramer #966 + - **chore**: organized const variables and update imports for the `Transaction` component. By @cpcramer #961 + - **fix**: added close wallet dropdown when clicking outside of the component's container. By @cpcramer #925 + ## 0.27.0 ### Minor Changes diff --git a/package.json b/package.json index 9fca190f5f..c41727b7ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.27.0", + "version": "0.27.1", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",