Skip to content

Commit bed71cd

Browse files
Version Packages
1 parent 84fd4f7 commit bed71cd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-fn-result-suspend-on-waiting.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/atom/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect-rx/rx
22

3+
## 0.4.9
4+
5+
### Patch Changes
6+
7+
- [#384](https://github.com/tim-smart/effect-atom/pull/384) [`84fd4f7`](https://github.com/tim-smart/effect-atom/commit/84fd4f74dd52c7a516848ffeb4bd3ef8b3eb6d34) Thanks [@lucas-barake](https://github.com/lucas-barake)! - pass suspendOnWaiting options to resultOnce in Atom.fn context
8+
39
## 0.4.8
410

511
### Patch Changes

packages/atom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-atom/atom",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)