Skip to content

Commit 34ceb93

Browse files
committed
@react-rxjs/[email protected]
1 parent d0d089a commit 34ceb93

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.7 (2023-08-04)
2+
3+
- Add getServerSnapshot, fix loop on SSR Subscribe (#306)
4+
15
## 0.10.6 (2023-07-12)
26

37
- fix(webpack build): default condition should be last one (#304)

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.10.6",
2+
"version": "0.10.7",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"

packages/dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"Victor Oliva (https://github.com/voliva)"
5555
],
5656
"devDependencies": {
57-
"@react-rxjs/core": "0.10.6"
57+
"@react-rxjs/core": "0.10.7"
5858
}
5959
}

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"Victor Oliva (https://github.com/voliva)"
5555
],
5656
"devDependencies": {
57-
"@react-rxjs/core": "0.10.6"
57+
"@react-rxjs/core": "0.10.7"
5858
}
5959
}

0 commit comments

Comments
 (0)