Skip to content

Commit

Permalink
Version Packages (#111)
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 Feb 28, 2024
1 parent 60259bd commit 131dc1e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-ads-develop.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.26.1

### Patch Changes

- Updated dependencies [[`60259bd`](https://github.com/tim-smart/effect-rx/commit/60259bd692e5a1c6e134fe59e6249a03915170e7)]:
- @effect-rx/rx@0.27.1

## 0.26.0

### Minor 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.26.0",
"version": "0.26.1",
"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.6.1

### Patch Changes

- Updated dependencies [[`60259bd`](https://github.com/tim-smart/effect-rx/commit/60259bd692e5a1c6e134fe59e6249a03915170e7)]:
- @effect-rx/rx@0.27.1

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"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.27.1

### Patch Changes

- [#110](https://github.com/tim-smart/effect-rx/pull/110) [`60259bd`](https://github.com/tim-smart/effect-rx/commit/60259bd692e5a1c6e134fe59e6249a03915170e7) Thanks [@tim-smart](https://github.com/tim-smart)! - add Rx.subRef & runtime.subRef constructor

## 0.27.0

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

0 comments on commit 131dc1e

Please sign in to comment.