Skip to content

Commit

Permalink
Version Packages (#73)
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 Nov 5, 2023
1 parent 3a97ec2 commit 57a2162
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-jokes-occur.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.11.3

### Patch Changes

- Updated dependencies [[`3a97ec2`](https://github.com/tim-smart/effect-rx/commit/3a97ec2643c1c246c508b5a6313875ec5e4a61be)]:
- @effect-rx/rx@0.11.3

## 0.11.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.11.2",
"version": "0.11.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.11.3

### Patch Changes

- [`3a97ec2`](https://github.com/tim-smart/effect-rx/commit/3a97ec2643c1c246c508b5a6313875ec5e4a61be) Thanks [@tim-smart](https://github.com/tim-smart)! - add previousValue to result failure

## 0.11.2

### 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.11.2",
"version": "0.11.3",
"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 57a2162

Please sign in to comment.