From 35df707ec718a37667a53a31b2de183863dfcf51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:48:58 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.4.1=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#64)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/smart-actors-walk.md | 5 ----- CHANGELOG.md | 8 +++++++- package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/smart-actors-walk.md diff --git a/.changeset/smart-actors-walk.md b/.changeset/smart-actors-walk.md deleted file mode 100644 index 553732e1e6..0000000000 --- a/.changeset/smart-actors-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **fix**: missing apiKey diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e77e87ca..7061e5b194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.1 + +### Patch Changes + +- 97c146d: - **fix**: missing apiKey + ## 0.4.0 ### Minor Changes @@ -97,7 +103,7 @@ const frameMetadata = getFrameMetadata({ ```ts type Button = { label: string; - action?: 'post' | 'post_redirect'; + action?: "post" | "post_redirect"; }; type FrameMetadata = { diff --git a/package.json b/package.json index 18e8010654..df0a5ac645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.4.0", + "version": "0.4.1", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {