Skip to content

Commit

Permalink
@react-rxjs/[email protected]
Browse files Browse the repository at this point in the history
@react-rxjs/[email protected]
@react-rxjs/[email protected]
  • Loading branch information
voliva committed Jul 12, 2023
1 parent fb57cdb commit cf794f3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 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.6 (2023-07-12)

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

## 0.10.5 (2023-07-11)

- fix: types not read when moduleResolution is not "node" (#302)
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.5",
"version": "0.10.6",
"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.9",
"version": "0.1.10",
"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.5"
"@react-rxjs/core": "0.10.6"
}
}
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.6",
"version": "0.9.7",
"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.5"
"@react-rxjs/core": "0.10.6"
}
}

0 comments on commit cf794f3

Please sign in to comment.