From ce37759cf409665a6784ddb9b5b3e2ce5ced6052 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:49:09 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-seals-cheat.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/bright-seals-cheat.md diff --git a/.changeset/bright-seals-cheat.md b/.changeset/bright-seals-cheat.md deleted file mode 100644 index f25eb9d..0000000 --- a/.changeset/bright-seals-cheat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@mcrovero/effect-react-cache": patch ---- - -Fix `reactCache` to preserve full `Exit` information, including falsy values and composed causes, instead of collapsing failures into a lossy intermediate shape. - -Clarify the React and Next.js caching semantics in the docs and add real Next.js integration coverage for request scoping, cross-component deduplication, and non-render route-handler behavior. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cddd1c..1870cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @mcrovero/effect-react-cache +## 0.2.4 + +### Patch Changes + +- [#7](https://github.com/mcrovero/effect-react-cache/pull/7) [`f66541d`](https://github.com/mcrovero/effect-react-cache/commit/f66541d139f81340f40474b7cb886c88a14c3ec1) Thanks @mcrovero! - Fix `reactCache` to preserve full `Exit` information, including falsy values and composed causes, instead of collapsing failures into a lossy intermediate shape. + + Clarify the React and Next.js caching semantics in the docs and add real Next.js integration coverage for request scoping, cross-component deduplication, and non-render route-handler behavior. + ## 0.2.3 ### Patch Changes diff --git a/package.json b/package.json index ed2ae59..4078e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcrovero/effect-react-cache", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "packageManager": "pnpm@9.10.0", "license": "MIT",