Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Aug 9, 2024
2 parents 6669baf + beaf1f2 commit 9965dc6
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-eagles-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-nails-own.md

This file was deleted.

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

## 0.30.12

### Patch Changes

- [`d35dc44`](https://github.com/tim-smart/effect-rx/commit/d35dc44aa628734aa86a97c1a9a4b43ab0207938) Thanks [@tim-smart](https://github.com/tim-smart)! - add useRxInitialValues hook

- Updated dependencies [[`d35dc44`](https://github.com/tim-smart/effect-rx/commit/d35dc44aa628734aa86a97c1a9a4b43ab0207938)]:
- @effect-rx/rx@0.33.9

## 0.30.11

### 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.11",
"version": "0.30.12",
"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.10.9

### Patch Changes

- Updated dependencies [[`d35dc44`](https://github.com/tim-smart/effect-rx/commit/d35dc44aa628734aa86a97c1a9a4b43ab0207938)]:
- @effect-rx/rx@0.33.9

## 0.10.8

### 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.8",
"version": "0.10.9",
"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.33.9

### Patch Changes

- [`d35dc44`](https://github.com/tim-smart/effect-rx/commit/d35dc44aa628734aa86a97c1a9a4b43ab0207938) Thanks [@tim-smart](https://github.com/tim-smart)! - fix queueMicrotask usage in browsers

## 0.33.8

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

0 comments on commit 9965dc6

Please sign in to comment.