Skip to content

Commit d592018

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

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/small-windows-provide.md

-5
This file was deleted.

packages/rx-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-rx/rx-react
22

3+
## 0.31.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e33546`](https://github.com/tim-smart/effect-rx/commit/8e33546eca20da9de5d4c8d58ab709fa92651f79)]:
8+
- @effect-rx/rx@0.34.9
9+
310
## 0.31.9
411

512
### Patch Changes

packages/rx-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-rx/rx-react",
3-
"version": "0.31.9",
3+
"version": "0.31.10",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

packages/rx-vue/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-rx/rx-vue
22

3+
## 0.11.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e33546`](https://github.com/tim-smart/effect-rx/commit/8e33546eca20da9de5d4c8d58ab709fa92651f79)]:
8+
- @effect-rx/rx@0.34.9
9+
310
## 0.11.8
411

512
### Patch Changes

packages/rx-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-rx/rx-vue",
3-
"version": "0.11.8",
3+
"version": "0.11.9",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

packages/rx/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect-rx/rx
22

3+
## 0.34.9
4+
5+
### Patch Changes
6+
7+
- [`8e33546`](https://github.com/tim-smart/effect-rx/commit/8e33546eca20da9de5d4c8d58ab709fa92651f79) Thanks [@tim-smart](https://github.com/tim-smart)! - add get.someOnce & get.resultOnce to prevent rebuilds in mutations
8+
39
## 0.34.8
410

511
### Patch Changes

packages/rx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-rx/rx",
3-
"version": "0.34.8",
3+
"version": "0.34.9",
44
"description": "Reactive toolkit for Effect",
55
"type": "module",
66
"publishConfig": {

0 commit comments

Comments
 (0)