Skip to content

Commit

Permalink
@react-rxjs/core@0.10.5
Browse files Browse the repository at this point in the history
@react-rxjs/dom@0.1.9
@react-rxjs/utils@0.9.6
  • Loading branch information
voliva committed Jul 11, 2023
1 parent 0c251ef commit 625c9cc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.10.5 (2023-07-11)

- fix: types not read when moduleResolution is not "node" (#302)

### utils@0.9.6

- fix(selfDependent): prevent subject from being closed after unsubscription (#283)

## 0.10.4 (2023-03-11)

- fix: can't derive a StateObservable with takeUntil
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.4",
"version": "0.10.5",
"repository": {
"type": "git",
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.8",
"version": "0.1.9",
"repository": {
"type": "git",
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
Expand Down Expand Up @@ -53,6 +53,6 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@react-rxjs/core": "0.10.4"
"@react-rxjs/core": "0.10.5"
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.5",
"version": "0.9.6",
"repository": {
"type": "git",
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
Expand Down Expand Up @@ -52,6 +52,6 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@react-rxjs/core": "0.10.4"
"@react-rxjs/core": "0.10.5"
}
}

0 comments on commit 625c9cc

Please sign in to comment.