Skip to content

Commit cf794f3

Browse files
committed
@react-rxjs/[email protected]
@react-rxjs/[email protected] @react-rxjs/[email protected]
1 parent fb57cdb commit cf794f3

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
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.6 (2023-07-12)
2+
3+
- fix(webpack build): default condition should be last one (#304)
4+
15
## 0.10.5 (2023-07-11)
26

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

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.5",
2+
"version": "0.10.6",
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.9",
2+
"version": "0.1.10",
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.5"
56+
"@react-rxjs/core": "0.10.6"
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.6",
2+
"version": "0.9.7",
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.5"
55+
"@react-rxjs/core": "0.10.6"
5656
}
5757
}

0 commit comments

Comments
 (0)