From 1cee6d0a527662d687ce4d34190eb9dfe4b8e4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dezzy?= Date: Thu, 8 Aug 2024 02:29:42 -0300 Subject: [PATCH] chore: Bump lerna version to 0.0.1-next.8 --- lerna.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index fbb2d72..0c86383 100644 --- a/lerna.json +++ b/lerna.json @@ -1,9 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "command": { "version": { "exact": true, @@ -17,5 +15,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.0.1-next.7" + "version": "0.0.1-next.8" }