Skip to content

Commit 000e679

Browse files
Version Packages (#389)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f3f8800 commit 000e679

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/thick-apes-make.md

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

packages/atom-react/CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- [`8764061`](https://github.com/tim-smart/effect-atom/commit/87640619ec6015ff3696cbc692c66fbc809fc177) Thanks [@tim-smart](https://github.com/tim-smart)! - improve Serializable compatibility
8+
9+
- Updated dependencies [[`8764061`](https://github.com/tim-smart/effect-atom/commit/87640619ec6015ff3696cbc692c66fbc809fc177)]:
10+
- @effect-atom/atom@0.4.10
11+
312
## 0.4.3
413

514
### Patch Changes

packages/atom-react/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-react",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

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.10
4+
5+
### Patch Changes
6+
7+
- [`8764061`](https://github.com/tim-smart/effect-atom/commit/87640619ec6015ff3696cbc692c66fbc809fc177) Thanks [@tim-smart](https://github.com/tim-smart)! - improve Serializable compatibility
8+
39
## 0.4.9
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.9",
3+
"version": "0.4.10",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)