Skip to content

Commit

Permalink
@react-rxjs/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Mar 11, 2023
1 parent ae315b3 commit 155fb04
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.4 (2023-03-11)

- fix: can't derive a StateObservable with takeUntil

## 0.10.3 (2022-09-09)

- fix: avoid errors on unmounted Suspense components
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.3",
"version": "0.10.4",
"repository": {
"type": "git",
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
Expand Down Expand Up @@ -50,7 +50,7 @@
"Victor Oliva (https://github.com/voliva)"
],
"dependencies": {
"@rx-state/core": "0.1.1",
"@rx-state/core": "0.1.2",
"use-sync-external-store": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@react-rxjs/core": "0.10.3"
"@react-rxjs/core": "0.10.4"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@react-rxjs/core": "0.10.3"
"@react-rxjs/core": "0.10.4"
}
}

0 comments on commit 155fb04

Please sign in to comment.