Skip to content

Commit

Permalink
Version Packages (#157)
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 17, 2024
1 parent 197170a commit 8c1069d
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/sour-bees-deny.md

This file was deleted.

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

## 0.31.0

### Minor Changes

- [#156](https://github.com/tim-smart/effect-rx/pull/156) [`197170a`](https://github.com/tim-smart/effect-rx/commit/197170a30d442c4ea55bcc62823244955eba10bf) Thanks [@IMax153](https://github.com/IMax153)! - update to latest effect

### Patch Changes

- Updated dependencies [[`197170a`](https://github.com/tim-smart/effect-rx/commit/197170a30d442c4ea55bcc62823244955eba10bf)]:
- @effect-rx/rx@0.34.0

## 0.30.13

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

## 0.11.0

### Minor Changes

- [#156](https://github.com/tim-smart/effect-rx/pull/156) [`197170a`](https://github.com/tim-smart/effect-rx/commit/197170a30d442c4ea55bcc62823244955eba10bf) Thanks [@IMax153](https://github.com/IMax153)! - update to latest effect

### Patch Changes

- Updated dependencies [[`197170a`](https://github.com/tim-smart/effect-rx/commit/197170a30d442c4ea55bcc62823244955eba10bf)]:
- @effect-rx/rx@0.34.0

## 0.10.10

### 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.10.10",
"version": "0.11.0",
"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.34.0

### Minor Changes

- [#156](https://github.com/tim-smart/effect-rx/pull/156) [`197170a`](https://github.com/tim-smart/effect-rx/commit/197170a30d442c4ea55bcc62823244955eba10bf) Thanks [@IMax153](https://github.com/IMax153)! - update to latest effect

## 0.33.10

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

0 comments on commit 8c1069d

Please sign in to comment.