Skip to content

Commit

Permalink
Version Packages (#112)
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 Feb 29, 2024
1 parent 953ff58 commit 07905b8
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/mighty-pots-grin.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.26.2

### Patch Changes

- [#108](https://github.com/tim-smart/effect-rx/pull/108) [`953ff58`](https://github.com/tim-smart/effect-rx/commit/953ff5845ff38f584091e03bc0a8549b2209d3a0) Thanks [@jessekelly881](https://github.com/jessekelly881)! - added Result.match

- Updated dependencies [[`953ff58`](https://github.com/tim-smart/effect-rx/commit/953ff5845ff38f584091e03bc0a8549b2209d3a0)]:
- @effect-rx/rx@0.27.2

## 0.26.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.26.1",
"version": "0.26.2",
"description": "Reactive toolkit for Effect",
"type": "module",
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/rx-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect-rx/rx-vue

## 0.6.2

### Patch Changes

- [#108](https://github.com/tim-smart/effect-rx/pull/108) [`953ff58`](https://github.com/tim-smart/effect-rx/commit/953ff5845ff38f584091e03bc0a8549b2209d3a0) Thanks [@jessekelly881](https://github.com/jessekelly881)! - added Result.match

- Updated dependencies [[`953ff58`](https://github.com/tim-smart/effect-rx/commit/953ff5845ff38f584091e03bc0a8549b2209d3a0)]:
- @effect-rx/rx@0.27.2

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rx-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-rx/rx-vue",
"version": "0.6.1",
"version": "0.6.2",
"description": "Reactive toolkit for Effect",
"type": "module",
"publishConfig": {
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.27.2

### Patch Changes

- [#108](https://github.com/tim-smart/effect-rx/pull/108) [`953ff58`](https://github.com/tim-smart/effect-rx/commit/953ff5845ff38f584091e03bc0a8549b2209d3a0) Thanks [@jessekelly881](https://github.com/jessekelly881)! - added Result.match

## 0.27.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.27.1",
"version": "0.27.2",
"description": "Reactive toolkit for Effect",
"type": "module",
"publishConfig": {
Expand Down

0 comments on commit 07905b8

Please sign in to comment.