From cc8415969b951b4a7d47f5c5676dd68f0515d2ec Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Wed, 9 Sep 2020 11:38:41 +0200 Subject: [PATCH] chore: update versioning mode --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 13d6003e79..b488690584 100644 --- a/lerna.json +++ b/lerna.json @@ -18,5 +18,5 @@ "**/__mocks__/**", "**/__testfixtures__/**" ], - "version": "1.0.10" + "version": "independent" }