From 557db6b220159218956a5e1b8e9beca555d13aad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:12:48 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.35.3=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#1549)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/kind-stingrays-cross.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/kind-stingrays-cross.md diff --git a/.changeset/kind-stingrays-cross.md b/.changeset/kind-stingrays-cross.md deleted file mode 100644 index 3a6ccb6f4b..0000000000 --- a/.changeset/kind-stingrays-cross.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: Added `onConnect` handler to ``. By @dschlabach #1529 -- **feat**: Added `NFTCard` and `NFTMintCard` components. By @alessey #1409 -- **fix**: Added media square prop, default to true. By @alessey #1548 -- **fix**: Updated Transaction link for smart wallets. by @abcrane123 #1550 -- **fix**: Updated Warpcast Socials link and SVG. By @cpcramer #1542 -- **fix**: Updated badge checkmark styling. By @cpcramer #1537 -- **fix**: Updated `hasCopyAddressOnClick`. By @cpcramer #1547 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 609a9fdd28..9ca6c593d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.35.3 + +### Patch Changes + +- 72dfc41: - **feat**: Added `onConnect` handler to ``. By @dschlabach #1529 + - **feat**: Added `NFTCard` and `NFTMintCard` components. By @alessey #1409 + - **fix**: Added media square prop, default to true. By @alessey #1548 + - **fix**: Updated Transaction link for smart wallets. by @abcrane123 #1550 + - **fix**: Updated Warpcast Socials link and SVG. By @cpcramer #1542 + - **fix**: Updated badge checkmark styling. By @cpcramer #1537 + - **fix**: Updated `hasCopyAddressOnClick`. By @cpcramer #1547 + ## 0.35.2 ### Patch Changes diff --git a/package.json b/package.json index 5fa5b4a06d..75697a4daf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.35.2", + "version": "0.35.3", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",