Skip to content

Commit

Permalink
Version Packages (#70)
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 2, 2023
1 parent 7fa070b commit 511e0df
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/shiny-apples-relate.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.11.0

### Minor Changes

- [`7fa070b`](https://github.com/tim-smart/effect-rx/commit/7fa070b7cf8c4627e28318fc652ce13e19492ef9) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

### Patch Changes

- Updated dependencies [[`7fa070b`](https://github.com/tim-smart/effect-rx/commit/7fa070b7cf8c4627e28318fc652ce13e19492ef9)]:
- @effect-rx/rx@0.11.0

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

### Minor Changes

- [`7fa070b`](https://github.com/tim-smart/effect-rx/commit/7fa070b7cf8c4627e28318fc652ce13e19492ef9) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect

## 0.10.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.10.1",
"version": "0.11.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 511e0df

Please sign in to comment.