Skip to content

Commit 2a111ab

Browse files
Version Packages (#382)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2f083c commit 2a111ab

File tree

9 files changed

+37
-12
lines changed

9 files changed

+37
-12
lines changed

.changeset/five-glasses-mate.md

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

packages/atom-livestore/CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- [`c2f083c`](https://github.com/tim-smart/effect-atom/commit/c2f083c9e48235ac2821b6e5245d1ab5dd7078da) Thanks [@tim-smart](https://github.com/tim-smart)! - make Atom.searchParam work when window is undefined
8+
9+
- Updated dependencies [[`c2f083c`](https://github.com/tim-smart/effect-atom/commit/c2f083c9e48235ac2821b6e5245d1ab5dd7078da)]:
10+
- @effect-atom/atom@0.4.8
11+
312
## 0.4.2
413

514
### Patch Changes

packages/atom-livestore/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-livestore",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "effect-atom bindings to livestore",
55
"type": "module",
66
"publishConfig": {

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.3
4+
5+
### Patch Changes
6+
7+
- [`c2f083c`](https://github.com/tim-smart/effect-atom/commit/c2f083c9e48235ac2821b6e5245d1ab5dd7078da) Thanks [@tim-smart](https://github.com/tim-smart)! - make Atom.searchParam work when window is undefined
8+
9+
- Updated dependencies [[`c2f083c`](https://github.com/tim-smart/effect-atom/commit/c2f083c9e48235ac2821b6e5245d1ab5dd7078da)]:
10+
- @effect-atom/atom@0.4.8
11+
312
## 0.4.2
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.2",
3+
"version": "0.4.3",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

packages/atom-vue/CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- [`c2f083c`](https://github.com/tim-smart/effect-atom/commit/c2f083c9e48235ac2821b6e5245d1ab5dd7078da) Thanks [@tim-smart](https://github.com/tim-smart)! - make Atom.searchParam work when window is undefined
8+
9+
- Updated dependencies [[`c2f083c`](https://github.com/tim-smart/effect-atom/commit/c2f083c9e48235ac2821b6e5245d1ab5dd7078da)]:
10+
- @effect-atom/atom@0.4.8
11+
312
## 0.4.3
413

514
### Patch Changes

packages/atom-vue/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-vue",
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.8
4+
5+
### Patch Changes
6+
7+
- [`c2f083c`](https://github.com/tim-smart/effect-atom/commit/c2f083c9e48235ac2821b6e5245d1ab5dd7078da) Thanks [@tim-smart](https://github.com/tim-smart)! - make Atom.searchParam work when window is undefined
8+
39
## 0.4.7
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.7",
3+
"version": "0.4.8",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)