diff --git a/lerna.json b/lerna.json index f47b03e051..c7b87dac44 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.373.36", + "version": "1.0.0", "npmClient": "yarn", "useWorkspaces": true, "command": { @@ -8,8 +8,5 @@ } }, "changelogPreset": "angular", - "packages": [ - "packages/*", - "themes/*" - ] + "packages": ["packages/*", "themes/*"] }