Skip to content

Releases: lerna-lite/lerna-lite

v3.9.0

30 Aug 02:08
Compare
Choose a tag to compare

3.9.0 (2024-08-30)

Features

Bug Fixes

v3.8.0

05 Aug 23:51
Compare
Choose a tag to compare

3.8.0 (2024-08-05)

Features

Bug Fixes

v3.7.1

13 Jul 03:56
Compare
Choose a tag to compare

3.7.1 (2024-07-13)

Bug Fixes

v3.7.0

05 Jul 21:33
Compare
Choose a tag to compare

3.7.0 (2024-07-05)

Features

Bug Fixes

v3.6.0

27 Jun 13:37
Compare
Choose a tag to compare

3.6.0 (2024-06-27)

Release info

On May 4th, 2024, without notice or warning, npm archived a few packages that Lerna-Lite depended on and in particular the npmlog package, to go around these deprecations, npmlog (and couple of other indirect deps) was inlined and rewritten as ESM into a separate package in Lerna-Lite (the original Lerna also did the same changes). I might reimplement it with a lighter alternative in the future but for now that will do.

Features

Bug Fixes

v3.5.2

13 Jun 00:36
Compare
Choose a tag to compare

3.5.2 (2024-06-13)

Bug Fixes

  • version: update get last commit hash info regex to support all timezone (#875) (30bf0e7) - by @njfamirm

v3.5.1

07 Jun 13:34
Compare
Choose a tag to compare

3.5.1 (2024-06-07)

Bug Fixes

v3.5.0

03 Jun 16:37
Compare
Choose a tag to compare

3.5.0 (2024-06-03)

Features

Bug Fixes

v3.4.0

15 May 04:41
Compare
Choose a tag to compare

3.4.0 (2024-05-15)

⚠️ Conventional-Changelog released major versions for all their dependencies not long ago, however they are not supported in Lerna-Lite because I haven't figured out what code to change yet. Also, and more importantly, if you use conventional-changelog-conventionalcommits then please make sure to stick with the previous version 7.0.2 or lower (version 8.0 is not yet supported and it will throw some errors if you try upgrading, I know since I already tried myself). I would gladly receive help on the subject if anyone is interested in helping. Thanks

Features

Bug Fixes

v3.3.3

15 Apr 22:08
Compare
Choose a tag to compare

3.3.3 (2024-04-15)

Quick Info

This patch version includes a downgrade of npm-packlist to fix a slowness that could rarely happen in some large repos, I have personally never seen this slowness but it was identified by @wassim-ben-amor and he made a thorough investigation and with that in mind we decided to downgrade npm-packlist. The short reason is because npm-packlist newer version are now requiring to provide Arborist as an argument to npm-packlist (while previous version had it embedded) and for a monorepo using pnpm and workspace: protocol, the operation of finding missing edges (without specifying ignoreMissing set to true) can take a lot of time. If the maintainers of npm-packlist ever provide a resolution to this problem then we'll upgrade back to their recent version, otherwise we'll stick to the older version. A big thanks to @wassim-ben-amor

Bug Fixes