Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Sep 20, 2023
2 parents a5692a9 + 255a7f9 commit aacf3fb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-coins-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-candles-eat.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/rx-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect-rx/rx-react

## 0.1.9

### Patch Changes

- Updated dependencies [[`d64c8d0`](https://github.com/tim-smart/effect-rx/commit/d64c8d0f9504b44098c0198c1f01a4ead25c3af3), [`d64c8d0`](https://github.com/tim-smart/effect-rx/commit/d64c8d0f9504b44098c0198c1f01a4ead25c3af3)]:
- @effect-rx/rx@0.1.9

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rx-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-rx/rx-react",
"version": "0.1.8",
"version": "0.1.9",
"description": "Reactive toolkit for Effect",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/rx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @effect-rx/rx

## 0.1.9

### Patch Changes

- [`d64c8d0`](https://github.com/tim-smart/effect-rx/commit/d64c8d0f9504b44098c0198c1f01a4ead25c3af3) Thanks [@tim-smart](https://github.com/tim-smart)! - remove rx context via Effect context

- [`d64c8d0`](https://github.com/tim-smart/effect-rx/commit/d64c8d0f9504b44098c0198c1f01a4ead25c3af3) Thanks [@tim-smart](https://github.com/tim-smart)! - add Context.getResult

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-rx/rx",
"version": "0.1.8",
"version": "0.1.9",
"description": "Reactive toolkit for Effect",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit aacf3fb

Please sign in to comment.