Skip to content

Commit 155fb04

Browse files
committed
@react-rxjs/[email protected]
1 parent ae315b3 commit 155fb04

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.4 (2023-03-11)
2+
3+
- fix: can't derive a StateObservable with takeUntil
4+
15
## 0.10.3 (2022-09-09)
26

37
- fix: avoid errors on unmounted Suspense components

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.10.3",
2+
"version": "0.10.4",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
@@ -50,7 +50,7 @@
5050
"Victor Oliva (https://github.com/voliva)"
5151
],
5252
"dependencies": {
53-
"@rx-state/core": "0.1.1",
53+
"@rx-state/core": "0.1.2",
5454
"use-sync-external-store": "^1.0.0"
5555
},
5656
"devDependencies": {

packages/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"Victor Oliva (https://github.com/voliva)"
5353
],
5454
"devDependencies": {
55-
"@react-rxjs/core": "0.10.3"
55+
"@react-rxjs/core": "0.10.4"
5656
}
5757
}

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"Victor Oliva (https://github.com/voliva)"
5252
],
5353
"devDependencies": {
54-
"@react-rxjs/core": "0.10.3"
54+
"@react-rxjs/core": "0.10.4"
5555
}
5656
}

0 commit comments

Comments
 (0)