From e7c762a644cafa61db6f87a2bc0586151389b973 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:58:17 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.8.2=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#164)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/mean-gorillas-reflect.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mean-gorillas-reflect.md diff --git a/.changeset/mean-gorillas-reflect.md b/.changeset/mean-gorillas-reflect.md deleted file mode 100644 index a8d8d98386..0000000000 --- a/.changeset/mean-gorillas-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **fix**: make sure imports from `core`, `farcaster` and `xmtp` work. diff --git a/CHANGELOG.md b/CHANGELOG.md index e1711e13c0..9d3b2458aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.8.2 + +### Patch Changes + +- c30296d: - **fix**: make sure imports from `core`, `farcaster` and `xmtp` work. + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index f63e389fb0..aed85e9b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.8.1", + "version": "0.8.2", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {