From c22fff6bde52f3a429326de17d90b262e774e482 Mon Sep 17 00:00:00 2001 From: mayank1513 Date: Wed, 18 Dec 2024 11:36:18 +0000 Subject: [PATCH] Apply changesets and update CHANGELOG --- lib/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/README.md b/lib/README.md index 756ee878..3be21b25 100644 --- a/lib/README.md +++ b/lib/README.md @@ -10,6 +10,9 @@ > 🌐 **Live Demo with Code**: [https://r18gs.vercel.app/](https://r18gs.vercel.app/) +> **Important Note:** +> There are no breaking changes when upgrading from version 2.0.\* to version 3.\*. However, we released a major version because version 2.1.0 introduced new APIs. To improve those APIs, we made some breaking changes, which will only affect you if you are using the new features introduced in version 2.1.0. + ## Motivation While developing libraries utilizing React 18 features with Zustand, I encountered issues with tree-shaking when importing from specific folders. This caused the creation of multiple Zustand stores, resulting in bugs and unnecessary JavaScript code execution.