From d56b774be362503d637a8ad27be57e1407d8324c Mon Sep 17 00:00:00 2001 From: UpperCod Date: Sun, 8 May 2022 16:32:38 -0400 Subject: [PATCH] 3.36.1, fix the import of the subpackage.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa91d91..2079df0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@atomico/hooks", "description": "Series of utilities in hooks format to extend the operation of Atomico", - "version": "3.36.0", + "version": "3.36.1", "type": "module", "workspaces": [ "src/**/*"