From d6f2fcbc44533d8c71c8dd896da5aa51d39d330d Mon Sep 17 00:00:00 2001 From: Cam Tullos Date: Thu, 10 Oct 2024 09:24:45 -1000 Subject: [PATCH 1/2] Update to reactium-core@6.2.2 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a547003..1e38874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactium-core-project", - "version": "6.1.1", + "version": "6.1.2", "description": "A framework for creating React + Redux apps using the domain driven design (DDD) paradigm.", "main": "index.js", "scripts": { @@ -57,7 +57,7 @@ "@atomic-reactor/reactium-user": "6.1.0", "@atomic-reactor/reactium-setting": "5.0.1", "@atomic-reactor/reactium-svg": "0.0.3", - "@atomic-reactor/reactium-core": "6.2.1" + "@atomic-reactor/reactium-core": "6.2.2" }, "workspaces": [ "reactium_modules/*", @@ -68,4 +68,4 @@ "pre-commit": "lint-staged" } } -} \ No newline at end of file +} From e184e6f7ee9b4cabac32a52135297bc89b4abd42 Mon Sep 17 00:00:00 2001 From: Cam Tullos Date: Thu, 10 Oct 2024 13:08:46 -1000 Subject: [PATCH 2/2] update to reactium-core@6.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e38874..c44e8fd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@atomic-reactor/reactium-user": "6.1.0", "@atomic-reactor/reactium-setting": "5.0.1", "@atomic-reactor/reactium-svg": "0.0.3", - "@atomic-reactor/reactium-core": "6.2.2" + "@atomic-reactor/reactium-core": "6.2.3" }, "workspaces": [ "reactium_modules/*",