Skip to content

Commit

Permalink
Version Packages (#75)
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 9, 2023
1 parent b00fa8d commit ae3c6ea
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-readers-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-penguins-relax.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.12.0

### Minor Changes

- [`b00fa8d`](https://github.com/tim-smart/effect-rx/commit/b00fa8d6cf06c0eeda5587f549ad712d2d7cbc58) Thanks [@tim-smart](https://github.com/tim-smart)! - allow context in Rx.runtime

### Patch Changes

- Updated dependencies [[`b00fa8d`](https://github.com/tim-smart/effect-rx/commit/b00fa8d6cf06c0eeda5587f549ad712d2d7cbc58), [`1495465`](https://github.com/tim-smart/effect-rx/commit/14954655c21d2e63c17e24068776ef42d194b17a)]:
- @effect-rx/rx@0.12.0

## 0.11.3

### 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.3",
"version": "0.12.0",
"description": "Reactive toolkit for Effect",
"main": "dist/effect-rx-rx-react.cjs.js",
"module": "dist/effect-rx-rx-react.esm.js",
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.12.0

### Minor Changes

- [`b00fa8d`](https://github.com/tim-smart/effect-rx/commit/b00fa8d6cf06c0eeda5587f549ad712d2d7cbc58) Thanks [@tim-smart](https://github.com/tim-smart)! - allow context in Rx.runtime

- [#74](https://github.com/tim-smart/effect-rx/pull/74) [`1495465`](https://github.com/tim-smart/effect-rx/commit/14954655c21d2e63c17e24068776ef42d194b17a) Thanks [@tim-smart](https://github.com/tim-smart)! - remove Result.Waiting state

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

Please sign in to comment.