From 09fde4b9ac80ef26ad1a96167a9a4dd6b2490fc1 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Tue, 20 Oct 2020 14:14:45 +0200 Subject: [PATCH] release: core@0.4.5 --- 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 ff31b68c..983425b0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.4", + "version": "0.4.5", "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 12ae90e7..b1599713 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.4", + "@react-rxjs/core": "0.4.5", "@testing-library/react": "^11.0.4", "@testing-library/react-hooks": "^3.4.1", "@types/jest": "^26.0.13", diff --git a/packages/utils/package.json b/packages/utils/package.json index 35c21d10..aa24b544 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.4", + "@react-rxjs/core": "0.4.5", "@testing-library/react": "^11.0.4", "@testing-library/react-hooks": "^3.4.1", "@types/jest": "^26.0.13",