Skip to content

Commit 0651632

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

File tree

10 files changed

+45
-20
lines changed

10 files changed

+45
-20
lines changed

.changeset/cruel-suns-sell.md

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

.changeset/tasty-memes-agree.md

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

packages/atom-livestore/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36) Thanks [@tim-smart](https://github.com/tim-smart)! - add `concurrent` option to .fn
8+
9+
- [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36) Thanks [@tim-smart](https://github.com/tim-smart)! - improve type safety of context interfaces
10+
11+
- Updated dependencies [[`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36), [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36)]:
12+
- @effect-atom/atom@0.3.1
13+
314
## 0.3.0
415

516
### Minor 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.3.0",
3+
"version": "0.3.1",
44
"description": "effect-atom bindings to livestore",
55
"type": "module",
66
"publishConfig": {

packages/atom-react/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36) Thanks [@tim-smart](https://github.com/tim-smart)! - add `concurrent` option to .fn
8+
9+
- [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36) Thanks [@tim-smart](https://github.com/tim-smart)! - improve type safety of context interfaces
10+
11+
- Updated dependencies [[`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36), [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36)]:
12+
- @effect-atom/atom@0.3.1
13+
314
## 0.3.0
415

516
### Minor 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.3.0",
3+
"version": "0.3.1",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

packages/atom-vue/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36) Thanks [@tim-smart](https://github.com/tim-smart)! - add `concurrent` option to .fn
8+
9+
- [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36) Thanks [@tim-smart](https://github.com/tim-smart)! - improve type safety of context interfaces
10+
11+
- Updated dependencies [[`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36), [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36)]:
12+
- @effect-atom/atom@0.3.1
13+
314
## 0.3.0
415

516
### Minor 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.3.0",
3+
"version": "0.3.1",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

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.3.1
4+
5+
### Patch Changes
6+
7+
- [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36) Thanks [@tim-smart](https://github.com/tim-smart)! - add `concurrent` option to .fn
8+
9+
- [`b0f28b9`](https://github.com/tim-smart/effect-atom/commit/b0f28b9e2ba8121a53981f2c6063bd903dfa2a36) Thanks [@tim-smart](https://github.com/tim-smart)! - improve type safety of context interfaces
10+
311
## 0.3.0
412

513
### Minor 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.3.0",
3+
"version": "0.3.1",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)