diff --git a/.changeset/refresh-derived-invalidation.md b/.changeset/refresh-derived-invalidation.md deleted file mode 100644 index e45c5064..00000000 --- a/.changeset/refresh-derived-invalidation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect-atom/atom": patch ---- - -ensure refreshed lazy parents invalidate newly mounted children diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 8e12dfba..ba04e7ab 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-rx/rx +## 0.4.2 + +### Patch Changes + +- [#366](https://github.com/tim-smart/effect-atom/pull/366) [`bb913b1`](https://github.com/tim-smart/effect-atom/commit/bb913b173557b90b7c737b17d0ec75d09cc47d45) Thanks [@lucas-barake](https://github.com/lucas-barake)! - ensure refreshed lazy parents invalidate newly mounted children + ## 0.4.1 ### Patch Changes diff --git a/packages/atom/package.json b/packages/atom/package.json index a8a256a4..5a9789e9 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@effect-atom/atom", - "version": "0.4.1", + "version": "0.4.2", "description": "Reactive toolkit for Effect", "type": "module", "publishConfig": {