From 57bdb68fd000f62af4ac6000bed70acaecbb0b06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:47:50 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.9.7=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#213)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/spotty-melons-bathe.md | 6 ------ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/spotty-melons-bathe.md diff --git a/.changeset/spotty-melons-bathe.md b/.changeset/spotty-melons-bathe.md deleted file mode 100644 index cc1017c273..0000000000 --- a/.changeset/spotty-melons-bathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: added `FrameTransactionResponse` and `FrameTransactionEthSendParams` as initial version of Frame Transaction types. By @zizzamia #211 -- **docs**: polished introduction for Frame and Identity pages. By @zizzamia #211 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1de25abd..ab31583931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.9.7 + +### Patch Changes + +- 8a3138c: - **feat**: added `FrameTransactionResponse` and `FrameTransactionEthSendParams` as initial version of Frame Transaction types. By @zizzamia #211 + - **docs**: polished introduction for Frame and Identity pages. By @zizzamia #211 + ## 0.9.6 ### Patch Changes diff --git a/package.json b/package.json index b61ca181e1..3b093fcbb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.9.6", + "version": "0.9.7", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {