/
sbertech
/
ui-kit-ce
Обзор
Документация
Войти
/
sbertech
/
ui-kit-ce
Код
Запросы
6
Задачи
0
Вики
Пакеты
71
Релизы
16
CI/CD
Аналитика
Безопасность
develop
lerna.json
79 строк
2 KB
Denis Svyatovets
v1.21.0
24 фев 2026, 13:19
a059ae6
О чём код?
{ "version": "1.21.0", "npmClient": "yarn", "useWorkspaces": true, "command": { "test": {} }, "packages": [ "packages/*", "docs/*" ], "changelogPreset": { "name": "conventionalcommits", "issuePrefixes": [ "#" ], "types": [ { "type": "feat", "section": "Features" }, { "type": "feature", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "revert", "section": "Reverts" }, { "type": "docs", "section": "Documentation", "hidden": true }, { "type": "style", "section": "Styles", "hidden": true }, { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, { "type": "refactor", "section": "Code Refactoring", "hidden": true }, { "type": "test", "section": "Tests", "hidden": true }, { "type": "build", "section": "Build System", "hidden": true }, { "type": "ci", "section": "Continuous Integration", "hidden": true } ], "commitUrlFormat": "#", "issueUrlFormat": "#", "compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}", "userUrlFormat": "{{host}}/{{user}}" } }