Skip to content

Commit

Permalink
@react-rxjs/core@0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Aug 4, 2023
1 parent d0d089a commit 34ceb93
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 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.7 (2023-08-04)

- Add getServerSnapshot, fix loop on SSR Subscribe (#306)

## 0.10.6 (2023-07-12)

- fix(webpack build): default condition should be last one (#304)
Expand Down
10 changes: 5 additions & 5 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.6",
"version": "0.10.7",
"repository": {
"type": "git",
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@react-rxjs/core": "0.10.6"
"@react-rxjs/core": "0.10.7"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"Victor Oliva (https://github.com/voliva)"
],
"devDependencies": {
"@react-rxjs/core": "0.10.6"
"@react-rxjs/core": "0.10.7"
}
}

0 comments on commit 34ceb93

Please sign in to comment.