From 69d2f66f2fbd96d937e28ee2eb810626f951d4e4 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Wed, 11 Nov 2020 14:43:21 +0100 Subject: [PATCH] v0.6.1 --- packages/core/package.json | 2 +- packages/dom/package.json | 2 +- packages/utils/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index e3233b54..6125fd38 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.0", + "version": "0.6.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 afd889ea..8c9514e9 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.6.0", + "@react-rxjs/core": "0.6.1", "@testing-library/react": "^11.1.2", "@testing-library/react-hooks": "^3.4.2", "@types/jest": "^26.0.15", diff --git a/packages/utils/package.json b/packages/utils/package.json index 92d16b4d..9389c3fe 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.6.0", + "@react-rxjs/core": "0.6.1", "@testing-library/react": "^11.1.2", "@testing-library/react-hooks": "^3.4.2", "@types/jest": "^26.0.15",