From cd9d1098ce2b4155642b113264dc298fdeb740b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:44:55 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.28.2=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#994)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/itchy-swans-think.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/itchy-swans-think.md diff --git a/.changeset/itchy-swans-think.md b/.changeset/itchy-swans-think.md deleted file mode 100644 index 9b7708a7a1..0000000000 --- a/.changeset/itchy-swans-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@coinbase/onchainkit": patch ---- - -- **feat**: dark mode. By @kyhyco #977 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b45fcc8bb..8e76b87179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.28.2 + +### Patch Changes + +- d0e2a08: - **feat**: dark mode. By @kyhyco #977 + ## 0.28.1 ### Patch Changes diff --git a/package.json b/package.json index 300ac87624..f02bf170af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.28.1", + "version": "0.28.2", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",