Skip to content

Commit

Permalink
Version Packages (#125)
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 May 7, 2024
1 parent 8a46d85 commit 592c6d2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-buckets-kiss.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.28.5

### Patch Changes

- Updated dependencies [[`8a46d85`](https://github.com/tim-smart/effect-rx/commit/8a46d85259b3e8da06d1f674f8fef774d8d1d3a1)]:
- @effect-rx/rx@0.30.0

## 0.28.4

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

## 0.8.5

### Patch Changes

- Updated dependencies [[`8a46d85`](https://github.com/tim-smart/effect-rx/commit/8a46d85259b3e8da06d1f674f8fef774d8d1d3a1)]:
- @effect-rx/rx@0.30.0

## 0.8.4

### 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.8.4",
"version": "0.8.5",
"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.30.0

### Minor Changes

- [#120](https://github.com/tim-smart/effect-rx/pull/120) [`8a46d85`](https://github.com/tim-smart/effect-rx/commit/8a46d85259b3e8da06d1f674f8fef774d8d1d3a1) Thanks [@jessekelly881](https://github.com/jessekelly881)! - added Rx.subscribable for working with Subscribables

## 0.29.4

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

0 comments on commit 592c6d2

Please sign in to comment.