Skip to content

Commit 35045bf

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

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

.changeset/busy-plums-happen.md

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

.changeset/proud-squids-train.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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5259dad`](https://github.com/tim-smart/effect-rx/commit/5259dadb89ad42a9b128310341b0e5122527627c), [`a5a0d70`](https://github.com/tim-smart/effect-rx/commit/a5a0d70e2c3befb5c33af216c049dafe27ac26aa)]:
8+
- @effect-rx/rx@0.34.17
9+
310
## 0.31.19
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.19",
3+
"version": "0.31.20",
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.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5259dad`](https://github.com/tim-smart/effect-rx/commit/5259dadb89ad42a9b128310341b0e5122527627c), [`a5a0d70`](https://github.com/tim-smart/effect-rx/commit/a5a0d70e2c3befb5c33af216c049dafe27ac26aa)]:
8+
- @effect-rx/rx@0.34.17
9+
310
## 0.11.16
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.16",
3+
"version": "0.11.17",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

packages/rx/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.34.17
4+
5+
### Patch Changes
6+
7+
- [`5259dad`](https://github.com/tim-smart/effect-rx/commit/5259dadb89ad42a9b128310341b0e5122527627c) Thanks [@tim-smart](https://github.com/tim-smart)! - add Rx.kvs for working with platform KeyValueStore
8+
9+
- [`a5a0d70`](https://github.com/tim-smart/effect-rx/commit/a5a0d70e2c3befb5c33af216c049dafe27ac26aa) Thanks [@tim-smart](https://github.com/tim-smart)! - add Rx.searchParam
10+
311
## 0.34.16
412

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

0 commit comments

Comments
 (0)