Skip to content

Commit 1c86ad4

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

8 files changed

Lines changed: 33 additions & 15 deletions

File tree

.changeset/curly-pugs-spend.md

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

.changeset/tall-bears-enter.md

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

packages/rx-react/CHANGELOG.md

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

3+
## 0.40.0
4+
5+
### Minor Changes
6+
7+
- [`b349cd9`](https://github.com/tim-smart/effect-rx/commit/b349cd935983a44e15135c447cca54535b96f671) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect
8+
9+
### Patch Changes
10+
11+
- [#239](https://github.com/tim-smart/effect-rx/pull/239) [`4ed8165`](https://github.com/tim-smart/effect-rx/commit/4ed81652e18753d47ca242047e3df821d07856ed) Thanks [@ethanniser](https://github.com/ethanniser)! - Update `HydrationBoundary`
12+
13+
- Updated dependencies [[`b349cd9`](https://github.com/tim-smart/effect-rx/commit/b349cd935983a44e15135c447cca54535b96f671)]:
14+
- @effect-rx/rx@0.46.0
15+
316
## 0.39.1
417

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

packages/rx-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.20.0
4+
5+
### Minor Changes
6+
7+
- [`b349cd9`](https://github.com/tim-smart/effect-rx/commit/b349cd935983a44e15135c447cca54535b96f671) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`b349cd9`](https://github.com/tim-smart/effect-rx/commit/b349cd935983a44e15135c447cca54535b96f671)]:
12+
- @effect-rx/rx@0.46.0
13+
314
## 0.19.0
415

516
### Minor 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.19.0",
3+
"version": "0.20.0",
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.46.0
4+
5+
### Minor Changes
6+
7+
- [`b349cd9`](https://github.com/tim-smart/effect-rx/commit/b349cd935983a44e15135c447cca54535b96f671) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect
8+
39
## 0.45.0
410

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

0 commit comments

Comments
 (0)