Skip to content

Commit

Permalink
Version Packages (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 12, 2023
1 parent bb9c0f2 commit 5cb4984
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-crabs-wash.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.7.3

### Patch Changes

- Updated dependencies [[`bb9c0f2`](https://github.com/tim-smart/effect-rx/commit/bb9c0f24258c6073439d5b817e137a61ae75ca41)]:
- @effect-rx/rx@0.7.2

## 0.7.2

### 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.7.2",
"version": "0.7.3",
"description": "Reactive toolkit for Effect",
"main": "dist/effect-rx-rx-react.cjs.js",
"module": "dist/effect-rx-rx-react.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/rx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect-rx/rx

## 0.7.2

### Patch Changes

- [`bb9c0f2`](https://github.com/tim-smart/effect-rx/commit/bb9c0f24258c6073439d5b817e137a61ae75ca41) Thanks [@tim-smart](https://github.com/tim-smart)! - add idleTTL for non-keepAlive Rx's

## 0.7.1

### 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.7.1",
"version": "0.7.2",
"description": "Reactive toolkit for Effect",
"main": "dist/effect-rx-rx.cjs.js",
"module": "dist/effect-rx-rx.esm.js",
Expand Down

0 comments on commit 5cb4984

Please sign in to comment.