Skip to content

Commit

Permalink
Version Packages (#49)
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 Sep 27, 2023
1 parent aa23958 commit b7d65fc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/green-swans-protect.md

This file was deleted.

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

## 0.3.2

### Patch Changes

- [`aa23958`](https://github.com/tim-smart/effect-rx/commit/aa23958ae7180ebde11b544b39a9c6e4ac865f33) Thanks [@tim-smart](https://github.com/tim-smart)! - add useRxSubscribe hook

- Updated dependencies [[`aa23958`](https://github.com/tim-smart/effect-rx/commit/aa23958ae7180ebde11b544b39a9c6e4ac865f33)]:
- @effect-rx/rx@0.3.2

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"description": "Reactive toolkit for Effect",
"publishConfig": {
"access": "public",
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.3.2

### Patch Changes

- [`aa23958`](https://github.com/tim-smart/effect-rx/commit/aa23958ae7180ebde11b544b39a9c6e4ac865f33) Thanks [@tim-smart](https://github.com/tim-smart)! - add useRxSubscribe hook

## 0.3.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.3.1",
"version": "0.3.2",
"description": "Reactive toolkit for Effect",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit b7d65fc

Please sign in to comment.