Skip to content

Commit cd96938

Browse files
Version Packages (#161)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 06acdc7 commit cd96938

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/heavy-garlics-tan.md

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

packages/rx-react/CHANGELOG.md

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

3+
## 0.31.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`06acdc7`](https://github.com/tim-smart/effect-rx/commit/06acdc7d5fba950b39bcbf3c93b4d767788d1f1a)]:
8+
- @effect-rx/rx@0.34.4
9+
310
## 0.31.3
411

512
### Patch Changes

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

packages/rx-vue/CHANGELOG.md

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

3+
## 0.11.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`06acdc7`](https://github.com/tim-smart/effect-rx/commit/06acdc7d5fba950b39bcbf3c93b4d767788d1f1a)]:
8+
- @effect-rx/rx@0.34.4
9+
310
## 0.11.3
411

512
### Patch Changes

packages/rx-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-rx/rx-vue",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

packages/rx/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.34.4
4+
5+
### Patch Changes
6+
7+
- [`06acdc7`](https://github.com/tim-smart/effect-rx/commit/06acdc7d5fba950b39bcbf3c93b4d767788d1f1a) Thanks [@tim-smart](https://github.com/tim-smart)! - expose Reativity layer
8+
39
## 0.34.3
410

511
### Patch Changes

packages/rx/package.json

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

0 commit comments

Comments
 (0)