From ab51222ce7dac522fb4880ef44cd96046e6664ac Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sun, 12 May 2024 16:38:30 +0330 Subject: [PATCH] chore(lerna): update --- lerna.json | 80 +++++++++++------------------------------------------- 1 file changed, 16 insertions(+), 64 deletions(-) diff --git a/lerna.json b/lerna.json index 5c193475..0cf35523 100644 --- a/lerna.json +++ b/lerna.json @@ -2,9 +2,7 @@ "$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json", "version": "6.0.4", "npmClient": "yarn", - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "loglevel": "verbose", "command": { "version": { @@ -13,70 +11,24 @@ "changelogPreset": { "name": "conventionalcommits", "types": [ - { - "type": "feat", - "section": "Features" - }, - { - "type": "feature", - "section": "Features" - }, - { - "type": "fix", - "section": "Bug Fixes" - }, - { - "type": "perf", - "section": "Performance Improvements" - }, - { - "type": "revert", - "section": "Reverts" - }, - { - "type": "refactor", - "section": "Code Refactoring" - }, - { - "type": "chore", - "section": "Miscellaneous Chores" - }, - { - "type": "docs", - "section": "Documentation", - "hidden": true - }, - { - "type": "doc", - "section": "Documentation", - "hidden": true - }, - { - "type": "style", - "section": "Styles", - "hidden": true - }, - { - "type": "test", - "section": "Tests", - "hidden": true - }, - { - "type": "build", - "section": "Build System", - "hidden": true - }, - { - "type": "ci", - "section": "Continuous Integration", - "hidden": true - } + {"type": "feat", "section": "Features"}, + {"type": "feature", "section": "Features"}, + {"type": "fix", "section": "Bug Fixes"}, + {"type": "perf", "section": "Performance Improvements"}, + {"type": "revert", "section": "Reverts"}, + {"type": "refactor", "section": "Code Refactoring"}, + {"type": "chore", "section": "Miscellaneous Chores"}, + {"type": "docs", "section": "Documentation", "hidden": true}, + {"type": "doc", "section": "Documentation", "hidden": true}, + {"type": "deps", "section": "Dependencies update", "hidden": false}, + {"type": "style", "section": "Styles", "hidden": true}, + {"type": "test", "section": "Tests", "hidden": true}, + {"type": "build", "section": "Build System", "hidden": true}, + {"type": "ci", "section": "Continuous Integration", "hidden": true} ] }, "changelogIncludeCommitsClientLogin": " by @%l", - "ignoreChanges": [ - "*.md" - ], + "ignoreChanges": ["*.md"], "skipBumpOnlyReleases": false, "message": "release:", "private": true,