Skip to content

Commit 330f4c3

Browse files
committed
@react-rxjs/core@0.10.8
1 parent ecc7a28 commit 330f4c3

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
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.8 (2025-01-14)
2+
3+
- Update dependencies to support React 19 (#321)
4+
15
## 0.10.7 (2023-08-04)
26

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

package-lock.json

Lines changed: 5 additions & 5 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.7",
2+
"version": "0.10.8",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/re-rxjs/react-rxjs.git"

packages/dom/package.json

Lines changed: 1 addition & 1 deletion
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.7"
57+
"@react-rxjs/core": "0.10.8"
5858
}
5959
}

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
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.7"
57+
"@react-rxjs/core": "0.10.8"
5858
}
5959
}

0 commit comments

Comments
 (0)