Skip to content

Commit

Permalink
Version Packages (#137)
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 24, 2024
1 parent e5bc861 commit 15c5120
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/shy-terms-dream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-ghosts-scream.md

This file was deleted.

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

## 0.29.0

### Minor Changes

- [`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe) Thanks [@tim-smart](https://github.com/tim-smart)! - if an Rx has no finilizers, use lazy calculation

- [`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe) Thanks [@tim-smart](https://github.com/tim-smart)! - replace keepAlive with autoDispose

### Patch Changes

- Updated dependencies [[`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe), [`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe)]:
- @effect-rx/rx@0.32.0

## 0.28.16

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

## 0.9.0

### Minor Changes

- [`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe) Thanks [@tim-smart](https://github.com/tim-smart)! - if an Rx has no finilizers, use lazy calculation

- [`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe) Thanks [@tim-smart](https://github.com/tim-smart)! - replace keepAlive with autoDispose

### Patch Changes

- Updated dependencies [[`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe), [`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe)]:
- @effect-rx/rx@0.32.0

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

## 0.32.0

### Minor Changes

- [`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe) Thanks [@tim-smart](https://github.com/tim-smart)! - if an Rx has no finilizers, use lazy calculation

- [`e5bc861`](https://github.com/tim-smart/effect-rx/commit/e5bc8617c044415a1f015c0fb4ebcc7a1d764cfe) Thanks [@tim-smart](https://github.com/tim-smart)! - replace keepAlive with autoDispose

## 0.31.3

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

0 comments on commit 15c5120

Please sign in to comment.