From ddee97ba32cedac0c99d39b917533b2ea3994604 Mon Sep 17 00:00:00 2001 From: kalijonn <43421621+kalijonn@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:05:40 +0530 Subject: [PATCH] changelog v0.9.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a218744..a8a44a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.9.0] - 2024-09-29 +### Added +- add: change atom signature to return a setter function to force re-evaluate an atom. This is to help the atom able to reevaluate when it hits an error boundary by throwing a rejected promise. + ## [0.8.8] - 2024-09-15 ### Changed - fix: use query.reset on error instead of client.resetQueries. diff --git a/package.json b/package.json index 1e9ed78..bee523f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jotai-tanstack-query", "description": "👻🌺", - "version": "0.8.8", + "version": "0.9.0", "author": "Daishi Kato", "contributors": [ "Mohammad Bagher Abiat",