From 4c5b280e162fc664cb59f46f6cb403832b12f815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Feb 2024 19:25:06 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/serious-shrimps-appear.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/serious-shrimps-appear.md diff --git a/.changeset/serious-shrimps-appear.md b/.changeset/serious-shrimps-appear.md deleted file mode 100644 index 7720fcb858..0000000000 --- a/.changeset/serious-shrimps-appear.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@coinbase/onchainkit': minor ---- - -- **feat**: better treeshaking support by using **packemon**. By @zizzamia & @wespickett #105 - -BREAKING CHANGES - -For modern apps that utilize `ES2020` or the latest version, breaking changes are not anticipated. However, if you encounter any building issues when using OnchainKit with older apps that rely on `ES6`, please open an issue and provide details of the error you're experiencing. We will do our best to provide the necessary support. diff --git a/CHANGELOG.md b/CHANGELOG.md index 552b079351..3ddfb59cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.6.0 + +### Minor Changes + +- fc74af1: - **feat**: better treeshaking support by using **packemon**. By @zizzamia & @wespickett #105 + + BREAKING CHANGES + + For modern apps that utilize `ES2020` or the latest version, breaking changes are not anticipated. However, if you encounter any building issues when using OnchainKit with older apps that rely on `ES6`, please open an issue and provide details of the error you're experiencing. We will do our best to provide the necessary support. + ## 0.5.4 ### Patch Changes diff --git a/package.json b/package.json index 76ad9f25f7..a14e4722dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.5.3", + "version": "0.6.0", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {