diff --git a/packages/core/package.json b/packages/core/package.json index 6a2a064..a230dc2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "0.4.1", "repository": { "type": "git", "url": "git+https://github.com/re-rxjs/react-rxjs.git" diff --git a/packages/dom/package.json b/packages/dom/package.json index ce7144d..e7dc8d9 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -36,7 +36,7 @@ "Victor Oliva (https://github.com/voliva)" ], "devDependencies": { - "@react-rxjs/core": "0.4.0", + "@react-rxjs/core": "0.4.1", "@testing-library/react": "^10.4.9", "@testing-library/react-hooks": "^3.4.1", "@types/jest": "^26.0.10", diff --git a/packages/utils/package.json b/packages/utils/package.json index e9b163b..901b74f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -36,7 +36,7 @@ "Victor Oliva (https://github.com/voliva)" ], "devDependencies": { - "@react-rxjs/core": "0.4.0", + "@react-rxjs/core": "0.4.1", "@testing-library/react": "^10.4.9", "@testing-library/react-hooks": "^3.4.1", "@types/jest": "^26.0.10",