Skip to content

Commit 625c9cc

Browse files
committed
@react-rxjs/core@0.10.5
@react-rxjs/dom@0.1.9 @react-rxjs/utils@0.9.6
1 parent 0c251ef commit 625c9cc

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.10.5 (2023-07-11)
2+
3+
- fix: types not read when moduleResolution is not "node" (#302)
4+
5+
### utils@0.9.6
6+
7+
- fix(selfDependent): prevent subject from being closed after unsubscription (#283)
8+
19
## 0.10.4 (2023-03-11)
210

311
- fix: can't derive a StateObservable with takeUntil

package-lock.json

Lines changed: 7 additions & 7 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.10.4",
2+
"version": "0.10.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"

packages/dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.8",
2+
"version": "0.1.9",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
@@ -53,6 +53,6 @@
5353
"Victor Oliva (https://github.com/voliva)"
5454
],
5555
"devDependencies": {
56-
"@react-rxjs/core": "0.10.4"
56+
"@react-rxjs/core": "0.10.5"
5757
}
5858
}

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.5",
2+
"version": "0.9.6",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
@@ -52,6 +52,6 @@
5252
"Victor Oliva (https://github.com/voliva)"
5353
],
5454
"devDependencies": {
55-
"@react-rxjs/core": "0.10.4"
55+
"@react-rxjs/core": "0.10.5"
5656
}
5757
}

0 commit comments

Comments
 (0)