From 0aa10053d1a54399e14c869c857e07ea3d5516af Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 20 Aug 2026 09:05:23 +0200 Subject: [PATCH] fix(release): pin changelog preset to 10.3.0 10.4 throws in lerna-lite's Handlebars fallback. Drop the pin when that shim is gone. Co-authored-by: Cursor --- package.json | 2 +- pnpm-workspace.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b525cc6..b38beff 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@lerna-lite/cli": "latest", "@lerna-lite/publish": "latest", "c8": "latest", - "conventional-changelog-conventionalcommits": "latest", + "conventional-changelog-conventionalcommits": "10.3.0", "finepack": "latest", "git-authors-cli": "latest", "nano-staged": "latest", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6283793..1c99b15 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,6 +3,10 @@ lockfile: false packages: - 'packages/*' +# Drop when lerna-lite stops compiling the preset through Handlebars. +overrides: + conventional-changelog-conventionalcommits: 10.3.0 + allowBuilds: simple-git-hooks: true spawn-sync: false