Skip to content

Commit b330caf

Browse files
Version Packages (#385)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9db8b26 commit b330caf

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/clever-turkeys-walk.md

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

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

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

packages/atom/CHANGELOG.md

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

3+
## 0.4.9
4+
5+
### Patch Changes
6+
7+
- [#380](https://github.com/tim-smart/effect-atom/pull/380) [`9db8b26`](https://github.com/tim-smart/effect-atom/commit/9db8b2631c078d29d0f8401a356f955fe1dcf356) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - add Scope support to Atom.subscriptionRef types
8+
9+
- [#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
10+
311
## 0.4.8
412

513
### 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)