diff --git a/.changeset/cuddly-pets-tickle.md b/.changeset/cuddly-pets-tickle.md deleted file mode 100644 index 1535955..0000000 --- a/.changeset/cuddly-pets-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'jotai-x': patch ---- - -Do not render jotai's Provider component as part of jotai-x's provider. Jotai's Provider is unnecessary and interferes with vanilla jotai atoms. diff --git a/.changeset/spotty-cameras-watch.md b/.changeset/spotty-cameras-watch.md deleted file mode 100644 index 36b9ee7..0000000 --- a/.changeset/spotty-cameras-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'jotai-x': patch ---- - -use client in createAtomProvider diff --git a/packages/jotai-x/CHANGELOG.md b/packages/jotai-x/CHANGELOG.md index 7c7334c..6588d72 100644 --- a/packages/jotai-x/CHANGELOG.md +++ b/packages/jotai-x/CHANGELOG.md @@ -1,5 +1,13 @@ # jotai-x +## 1.2.3 + +### Patch Changes + +- [#11](https://github.com/udecode/jotai-x/pull/11) by [@12joan](https://github.com/12joan) – Do not render jotai's Provider component as part of jotai-x's provider. Jotai's Provider is unnecessary and interferes with vanilla jotai atoms. + +- [#13](https://github.com/udecode/jotai-x/pull/13) by [@zbeyens](https://github.com/zbeyens) – use client in createAtomProvider + ## 1.2.2 ### Patch Changes diff --git a/packages/jotai-x/package.json b/packages/jotai-x/package.json index 7ab2b7b..f9900fb 100644 --- a/packages/jotai-x/package.json +++ b/packages/jotai-x/package.json @@ -1,6 +1,6 @@ { "name": "jotai-x", - "version": "1.2.2", + "version": "1.2.3", "description": "Jotai store factory for a best-in-class developer experience.", "license": "MIT", "homepage": "https://platejs.org",