From 63f471ad26b0285b08c4fe8ccef0c8a2b6e5b65d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:02:27 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.20.0=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#511)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/strange-ads-laugh.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/strange-ads-laugh.md diff --git a/.changeset/strange-ads-laugh.md b/.changeset/strange-ads-laugh.md deleted file mode 100644 index 017f51587f..0000000000 --- a/.changeset/strange-ads-laugh.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@coinbase/onchainkit": minor ---- - -- **feat**: set `clsx`, `tailwind-merge`, `viem` and `wagmi` as library dependency. By @zizzamia #512 -- **feat**: removd `TokenSelector` components and add refactored `TokenSelectDropdown`. By @kyhyco #508 -- **feat**: added `SwapAmountInput`. By @abcrane123 #504 -- **feat**: refactor CSS styles with a proper use of TailwindCSS. By @roushou #500 diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ff54e42c..11fe74a76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.20.0 + +### Minor Changes + +- 39e4715: - **feat**: set `clsx`, `tailwind-merge`, `viem` and `wagmi` as library dependency. By @zizzamia #512 + - **feat**: removd `TokenSelector` components and add refactored `TokenSelectDropdown`. By @kyhyco #508 + - **feat**: added `SwapAmountInput`. By @abcrane123 #504 + - **feat**: refactor CSS styles with a proper use of TailwindCSS. By @roushou #500 + ## 0.19.7 ### Patch Changes diff --git a/package.json b/package.json index 7cee4743b2..27b9f151a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.19.7", + "version": "0.20.0", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",