Change Log

May 25, 2026 ยท View on GitHub

Automate your Workspace Versioning, Publishing & Changelogs with Lerna-Lite ๐Ÿ“ฆ๐Ÿš€

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.2.2 (2026-05-25)

Bug Fixes

  • deps: replace columnify with native implementation (#1330) (1887f43) - by @ghiscoding
  • deps: update all non-major dependencies (#1332) (9b980fe) - by @renovate[bot]
  • deps: update inquirer packages (#1329) (f5e9829) - by @renovate[bot]

5.2.1 (2026-05-01)

Bug Fixes

  • deps: replace fs-extra with native Node.js APIs (#1318) (b1cd7f1) - by @ghiscoding
  • deps: update all non-major dependencies (#1322) (d1e80e5) - by @renovate[bot]
  • deps: update inquirer packages (#1321) (940af9a) - by @renovate[bot]

5.2.0 (2026-04-24)

Features

  • deps: migrate from execa to tinyexec (#1316) (b3de36d) - by @ghiscoding
  • run: add --aggregate-output for child processes in large monorepo (#1317) (bd1f908) - by @ghiscoding

Bug Fixes

  • core: replace deprecated url.parse with WHATWG URL API (#1315) (4b76cd9) - by @ghiscoding

5.1.0 (2026-04-20)

Features

  • add --no-shell for lerna exec/watch to avoid DEP0190 warning (#1309) (7b7e61c) - by @ghiscoding

Bug Fixes

  • deps: update all non-major dependencies (#1310) (d8fcd69) - by @renovate[bot]
  • deps: update inquirer packages (#1311) (1f96daf) - by @renovate[bot]

5.0.0 (2026-04-02)

โš  BREAKING CHANGES

  • use native import.meta.dirname/filename (#1302)
  • build: use module --nodenext instead of bundler/esnext (#1301)
  • bump NodeJS requirement to Node v22.17 (#1299)
  • deps: upgrade all Inquirer dependencies to new major (#1297)
  • remove deprecated code --remove-package-fields (#1295)
  • core: replace tinyrainbow with native util.styleText() (#1293)

Bug Fixes

  • core: replace glob-parent with internal implementation (#1282) (b1ebb59) - by @ghiscoding

Miscellaneous Chores

  • deps: upgrade all Inquirer dependencies to new major (#1297) (9180bc7) - by @ghiscoding

Code Refactoring

  • build: use module --nodenext instead of bundler/esnext (#1301) (14990ba) - by @ghiscoding
  • bump NodeJS requirement to Node v22.17 (#1299) (91ca715) - by @ghiscoding
  • core: replace tinyrainbow with native util.styleText() (#1293) (1d36057) - by @ghiscoding
  • remove deprecated code --remove-package-fields (#1295) (072c863) - by @ghiscoding
  • use native import.meta.dirname/filename (#1302) (9a4f686) - by @ghiscoding

4.11.5 (2026-03-14)

Bug Fixes

  • deps: replace write-pkg with internal writePackage utility (#1277) (819c5c9) - by @ghiscoding

4.11.4 (2026-03-07)

Bug Fixes

  • deps: update all non-major dependencies (#1269) (6c82fab) - by @renovate[bot]

4.11.3 (2026-02-19)

Note: Version bump only for package @lerna-lite/core

4.11.2 (2026-02-07)

Note: Version bump only for package @lerna-lite/core

4.11.0 (2026-01-16)

โœจ Features

  • add customizable remote Release Header & Footer messages (#1243) (5ad8425) - by @ghiscoding

๐Ÿž Bug Fixes

  • deps: update all non-major dependencies (#1228) (1af11c7) - by @renovate[bot]
  • support catalogs.default if provided in resolveDependencyCatalogProtocol (#1241) (0bf2248) - by @ghoullier

4.10.5 (2026-01-07)

๐Ÿž Bug Fixes

  • auth token provided from .npmrc should still work, fixes #1229 (#1232) (81338cf) - by @ghiscoding

4.10.4 (2026-01-06)

๐Ÿž Bug Fixes

  • custom registry authentication failure, fixes #1229 (#1230) (551a56f) - by @ghiscoding
  • version: comment on issues/PRs should work on Windows (#1227) (f7e18da) - by @ghiscoding

4.10.3 (2025-12-27)

๐Ÿž Bug Fixes

  • use args to run git show command (#1216) (9c255e5) - by @ghoullier

4.10.2 (2025-12-13)

Note: Version bump only for package @lerna-lite/core

4.10.1 (2025-12-12)

Bug Fixes

  • move Comments on Issues/PRs from lerna publish to version (#1208) (c2d8e7a) - by @ghiscoding

4.10.0 (2025-12-12)

Features

  • publish: Comment on issues/PRs resolved by release, fix #1198 (#1200) (5b0cef9) - by @ghiscoding
  • verify OIDC in both dry-run and normal publish mode (#1195) (4286a59) - by @jcpoirier20

4.9.4 (2025-11-27)

Note: Version bump only for package @lerna-lite/core

4.9.3 (2025-11-20)

Bug Fixes

  • deps: update all non-major dependencies (#1184) (ed17bf7) - by @renovate[bot]
  • deps: update all non-major dependencies (#1188) (aea4b22) - by @renovate[bot]
  • deps: update inquirer packages (#1187) (45fccea) - by @renovate[bot]

4.9.2 (2025-11-04)

Bug Fixes

  • deps: update all non-major dependencies (#1183) (d28556c) - by @renovate[bot]
  • deps: update dependency write-file-atomic to v7 (#1179) (1610903) - by @renovate[bot]
  • Suppress ExitPromptError when leaving the prompt (#1174) (d8223a6) - by @heavenshell
  • supress log file generation when terminating the prompt (#1176) (0ef1b71) - by @heavenshell

4.9.1 (2025-10-17)

Bug Fixes

  • allow Bun "catalog" and "catalogs" in top-level package.json (#1165) (2e3cf4b) - by @ghiscoding
  • deps: migrate from picomatch to zeptomatch to filter packages (#1155) (09588f8) - by @ghiscoding
  • deps: replace resolve-from with native code (#1156) (433cdb5) - by @ghiscoding
  • deps: replace console-control-strings/color-support w/tinyrainbow in npmlog (#1159) (b553861) - by @ghiscoding
  • deps: update dependency p-queue to v9 (#1162) (a70688b) - by @renovate[bot]
  • deps: update inquirer packages (#1172) (b51e654) - by @renovate[bot]

4.9.0 (2025-09-26)

Features

  • support OIDC trusted publishing (#1150) (0cd23a8) - by @ghiscoding

4.8.0 (2025-09-20)

Features

Bug Fixes

  • deps: update all non-major dependencies (#1126) (a9728f7) - by @renovate[bot]
  • deps: update dependency @npmcli/run-script to v10 (#1135) (480837b) - by @renovate[bot]
  • deps: update inquirer packages (#1138) (9ae13cd) - by @renovate[bot]
  • supports catalogs.default (#1141) (ba5f5ec) - by @dvcolomban

4.7.3 (2025-08-29)

Bug Fixes

  • deps: update inquirer packages (#1122) (7445d62) - by @renovate[bot]
  • peer deps with workspace: shouldn't duplicate version to devDeps (#1119) (089becf) - by @ghiscoding

4.7.2 (2025-08-16)

Bug Fixes

  • all dependencies with Catalog protocol should be replaced (#1115) (922c228) - by @ghiscoding

4.7.1 (2025-08-13)

Bug Fixes

  • dep w/wo Catalog should work with 2 different devDeps/peerDeps (#1110) (4b78d82) - by @ghiscoding

4.7.0 (2025-08-08)

Note: Version bump only for package @lerna-lite/core

4.6.2 (2025-07-25)

Bug Fixes

  • deps: update inquirer packages (#1093) (57c599a) - by @renovate[bot]

4.6.1 (2025-07-11)

Bug Fixes

  • core: reimplement custom strong-log-transformer, fixes #1089 (#1090) (f225fff) - by @ghiscoding
  • publish: deprecate/rename removePackageFields to stripPackageKeys (#1088) (a4d8772) - by @ghiscoding

4.6.0 (2025-07-08)

Features

  • deps: drop strong-log-transformer dependency (#1085) (b0d8adb) - by @ghiscoding
  • deps: replace multimatch with picomatch (#1084) (0855731) - by @ghiscoding

Bug Fixes

  • core: root pkg might not have version to show in lifecycle scripts (d8c54c5) - by @ghiscoding
  • deps: update all non-major dependencies (#1080) (8b4ff06) - by @renovate[bot]
  • deps: update inquirer packages (#1081) (a223df2) - by @renovate[bot]

4.5.1 (2025-06-29)

Bug Fixes

  • zeptomatch should be install as dependency not devDeps, fix #1076 (#1078) (c18aaea) - by @ghiscoding

4.5.0 (2025-06-27)

Features

  • deps: replace cosmiconfig with lilconfig (#1073) (719358e) - by @ghiscoding
  • deps: replace minimatch with zeptomatch (#1074) (8bc67cb) - by @ghiscoding

4.4.1 (2025-06-13)

Bug Fixes

  • add missing npmClient needed for Catalog while newing QueryGraph (#1070) (eda2aac) - by @ghiscoding

4.4.0 (2025-06-13)

Features

Bug Fixes

  • pnpm catalog should detect git changes with named catalog (#1064) (4d994ed) - by @ghiscoding

4.3.0 (2025-05-29)

Features

  • deps: replace temp-dir, tempy and make-dir with native code (#1056) (60d1669) - by @ghiscoding

Bug Fixes

  • deps: replace is-ci with ci-info.isCI (#1057) (0ac0aaa) - by @ghiscoding
  • deps: update inquirer packages (#1058) (33b1ccf) - by @renovate[bot]

4.2.0 (2025-05-23)

Bug Fixes

  • deps: update all non-major dependencies (#1038) (b285218) - by @renovate[bot]
  • deps: update inquirer packages (#1047) (aa49ff8) - by @renovate[bot]

4.1.2 (2025-05-12)

Bug Fixes

  • deps: update inquirer packages (#1035) (16b6745) - by @renovate[bot]

4.1.1 (2025-04-29)

Bug Fixes

  • pnpm local catalog changes should be reflected in packages (#1028) (20479ca) - by @ghiscoding

4.1.0 (2025-04-29)

Features

  • core: upgrade to Execa v9 (#1019) (0e41889) - by @ghiscoding

Bug Fixes

  • core: fix wrong regexp about workspace protocol (#1012) (eb4c47c) - by @Mister-Hope
  • deps: update all non-major dependencies (#1014) (cbf1ff0) - by @renovate[bot]
  • deps: update dependency @inquirer/select to ^4.2.0 (#1022) (ba1b380) - by @renovate[bot]
  • deps: update inquirer packages (#1015) (c16622a) - by @renovate[bot]
  • version: pnpm catalog changes should be reflected in packages (#1023) (1058573) - by @ghiscoding

4.0.0 (2025-03-28)

Note

Please visit the v4.0.0 release for more details about the migration.

โš  BREAKING CHANGES

  • deps: update all major npm & other deps (#1008)
  • deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000)
  • version: change default "describe [Git] tag" pattern to v* (#1001)
  • watch: upgrade Chokidar to v4.0 major version (#1004)

Bug Fixes

  • deps: bump minimum Node version to ^20.17.0 || >=22.9.0 (#1000) (9a87d82) - by @ghiscoding
  • deps: update all major npm & other deps (#1008) (332a1c0) - by @ghiscoding
  • deps: update inquirer packages (#996) (6eb5a80) - by @renovate[bot]
  • publish: replace +{SHA} with .{SHA} in lerna publish --canary (#999) (26da1a9) - by @ghiscoding
  • version: change default "describe [Git] tag" pattern to v* (#1001) (6b0f1e9) - by @ghiscoding
  • watch: upgrade Chokidar to v4.0 major version (#1004) (d376975) - by @ghiscoding

3.12.3 (2025-03-12)

Bug Fixes

  • deps: update inquirer packages (#994) (a6bfed2) - by @renovate[bot]
  • use cosmiconfig global searchStrategy to fix breaking behaviour (#992) (5f1cd42) - by @ghiscoding

3.12.1 (2025-02-18)

Bug Fixes

  • deps: update inquirer packages (#980) (2c7eb45) - by @renovate[bot]

3.12.0 (2025-01-31)

Features

  • publish: support pnpm catalog: protocol with lerna publish (#975) (1dd3dc7) - by @ghiscoding

Bug Fixes

  • deps: update all non-major dependencies (#971) (24d1bbc) - by @renovate[bot]
  • deps: update dependency tinyrainbow to v2 (#973) (2c14288) - by @renovate[bot]
  • deps: update inquirer packages (#970) (dc737b6) - by @renovate[bot]
  • deps: update inquirer packages (#974) (2e6caf6) - by @renovate[bot]

3.11.0 (2025-01-02)

Features

  • core: support catalog: protocol (#965) (4d739e2) - by @Mister-Hope

Bug Fixes

  • deps: update all non-major dependencies (#966) (956ad09) - by @renovate[bot]
  • deps: update dependency is-ci to v4 (#968) (d8424a7) - by @renovate[bot]
  • deps: update inquirer packages (#967) (3bc8dff) - by @renovate[bot]

3.10.1 (2024-11-28)

Bug Fixes

  • deps: update inquirer packages to ^4.0.1 (#956) (55de3de) - by @renovate[bot]
  • deps: update inquirer packages to ^4.0.2 (#961) (eca73dc) - by @renovate[bot]

3.10.0 (2024-10-15)

Features

  • support --scope filter options in all lerna commands (#948) (f72f893) - by @farfromrefug

3.9.3 (2024-10-08)

Bug Fixes

  • deps: replace globby with tinyglobby (#941) (be8d050) - by @ghiscoding
  • deps: replace picocolors with tinyrainbow (#942) (75fc4df) - by @ghiscoding
  • deps: update inquirer packages to v4 (#944) (c9be87d) - by @renovate[bot]

3.9.2 (2024-09-28)

Bug Fixes

  • deps: replace chalk with picocolors (#940) (7850c65) - by @ghiscoding
  • deps: update inquirer packages to v3 (major) (#937) (c53390a) - by @renovate[bot]

3.9.1 (2024-09-07)

Bug Fixes

  • deps: update all non-major dependencies (#927) (a7a69e7) - by @renovate[bot]

3.9.0 (2024-08-30)

Features

  • publish: support full file path for --summary-file (#919) (25b3718) - by @ghiscoding

Bug Fixes

  • core: don't include other deps when graphType is provided (#922) (8fe05bc) - by @ghiscoding
  • version: enable changing commit message when using amend (#920) (d00c87e) - by @ghiscoding

3.8.0 (2024-08-05)

Features

  • publish: enable throttling when publishing modules (#907) (51e0ace) - by @ghiscoding

Bug Fixes

  • core: use inquirer new modern approach to move away from legacy (#897) (4d07ed0) - by @ghiscoding
  • deps: update all non-major dependencies (#899) (6e1f45a) - by @renovate[bot]
  • deps: update all non-major dependencies (#903) (7dc9e7a) - by @renovate[bot]
  • deps: update all non-major dependencies (#908) (2502959) - by @renovate[bot]
  • deps: update dependency write-json-file to v6 (#905) (754c57f) - by @renovate[bot]

3.7.1 (2024-07-13)

Bug Fixes

  • deps: update all non-major dependencies (#894) (c2c40fa) - by @renovate[bot]
  • deps: update dependency inquirer to v10 (#896) (d0f5298) - by @ghiscoding

3.7.0 (2024-07-05)

Features

  • add support for Yarn patch protocol (#887) (05579ab), closes #223 - by @petermetz
  • publish: add arboristLoadOptions for optional ignoreMissing (#889) (f8417d1) - by @ghiscoding

3.6.0 (2024-06-27)

Features

  • version: option to not ignore scripts on lock update, fixes #877 (#881) (1b78b53) - by @ghiscoding

Bug Fixes

  • inline deprecated npmlog util dependency (#882) (9243e8e) - by @ghiscoding

3.5.1 (2024-06-07)

Bug Fixes

  • publish: always bump & publish peer deps with workspace: protocol (#873) (0325539) - by @ghiscoding

3.5.0 (2024-06-03)

Features

  • version: add --push-tags-one-by-one, fixes #701 (#871) (88ad61b) - by @ghiscoding

Bug Fixes

  • version: throw when using workspace: without allow peer bump, fixes #869 (#870) (12b29ee)

3.4.0 (2024-05-15)

Bug Fixes

  • deps: update all non-major dependencies (#849) (bf23757) - by @renovate[bot]
  • deps: update dependency @npmcli/run-script to v8 (#847) (de2b7ca) - by @renovate[bot]
  • deps: update dependency npm-registry-fetch to v17 (#862) (413f75c) - by @renovate[bot]
  • versions: support changelogPreset.header, fixes #852 (#864) (358324c) - by @ghiscoding

3.3.3 (2024-04-15)

Bug Fixes

  • deps: update all non-major dependencies (#841) (86945b9) - by @renovate[bot]

3.3.2 (2024-04-02)

Note: Version bump only for package @lerna-lite/core

3.3.1 (2024-03-04)

Bug Fixes

  • deps: update all non-major dependencies (#824) (ef9a442) - by @renovate[bot]
  • version: describeTag in lerna config version cmd/root, fix #826 (#827) (878091d) - by @ghiscoding

3.3.0 (2024-02-10)

Features

  • version: custom tag-version-separator for independent projects (#814) (3cd5824) - by @ghiscoding

Bug Fixes

  • deps: update all non-major dependencies (#808) (cec587b) - by @renovate[bot]
  • improve git binary error message (#816) (441313d) - by @ghiscoding

3.2.1 (2024-01-13)

Bug Fixes

  • publish: lerna publish --canary --dry-run shouldn't throw (#801) (9f44c71) - by @ghiscoding

3.2.0 (2024-01-06)

Features

  • version: add --generate-release-notes for GitHub release (#798) (96d4a61)

Bug Fixes

  • deps: update all non-major dependencies (#794) (4683b51)

3.1.0 (2023-12-08)

Bug Fixes

  • core: avoid reading empty .config.json, upgrade cosmiconfig v9, fixes #729 (#754) (e47ed90) - by @ghiscoding
  • deps: update all non-major dependencies (#783) (fa026de) - by @renovate[bot]
  • deps: update dependency p-map to v7 (#784) (2644c23) - by @renovate[bot]
  • deps: update dependency p-queue to v8 (#787) (5c0d470) - by @renovate[bot]

3.0.0 (2023-11-26)

โš  BREAKING CHANGES

  • core: upgrade deps to Node 18 and higher (#777)
  • run: remove --use-nx (powered by Nx) option from run command (#776)

Features

  • core: upgrade deps to Node 18 and higher (#777) (70225e8) - by @ghiscoding
  • core: use corepack when enabled to sync lockfile/run npm script (#775) (3f5624c) - by @ghiscoding
  • run: remove --use-nx (powered by Nx) option from run command (#776) (2653907) - by @ghiscoding
  • version: add --premajor-version-bump option to force patch bumps (#774) (d092fc6) - by @ghiscoding

2.7.2 (2023-11-20)

Bug Fixes

  • version: writing to lerna.json5 should keep json5 format (#768) (fd66852) - by @ghiscoding

2.7.1 (2023-11-19)

Note: Version bump only for package @lerna-lite/core

2.7.0 (2023-11-16)

Features

  • core: add (.jsonc, .json5) support to Lerna-Lite config (#760) (311c297) - by @ghiscoding

2.6.0 (2023-10-14)

Features

  • version: add --force-conventional-graduate to force update (#743) (d9de881) - by @ghiscoding

2.5.1 (2023-09-09)

Bug Fixes

  • CJS fallbacks should be at the end not at beginning (#675) (e3d7b9f) - by @ghiscoding
  • deps: update all non-major dependencies (#718) (7c2897f) - by @renovate[bot]
  • deps: update dependency @npmcli/run-script to v7 (#705) (bf45173) - by @renovate[bot]
  • deps: update dependency dedent to ^1.3.0 (#682) (4c94183) - by @renovate[bot]
  • deps: update dependency dedent to v1 and fix method call (#673) (fd543fe) - by @ghiscoding
  • deps: update dependency inquirer to ^9.2.8 (#672) (d92d224) - by @renovate[bot]
  • deps: update dependency minimatch to ^9.0.3 (#665) (18c78ea) - by @renovate[bot]
  • deps: update dependency npm-package-arg to v11 (#692) (2b69331) - by @renovate[bot]
  • deps: update dependency npm-registry-fetch to v15 (#684) (94baefd) - by @renovate[bot]
  • deps: update dependency npm-registry-fetch to v16 (#693) (1f19ec5) - by @renovate[bot]
  • version: skipBumpOnlyReleases reimplementation, fixes #703 (#721) (4fc2f55) - by @ghiscoding

2.5.0 (2023-07-06)

Bug Fixes

  • deps: update all non-major dependencies (#662) (009a47c) - by @renovate[bot]
  • deps: update dependency chalk to ^5.3.0 (#660) (96c80a9) - by @renovate[bot]
  • strict-ssl mapping for node-fetch-registry during unpublished projects lookup (#655) (9b6a400) - by @ghiscoding

2.4.2 (2023-06-20)

Bug Fixes

  • deps: update all non-major dependencies (#648) (a54b90f) - by @renovate[bot]
  • deps: update dependency semver to ^7.5.2 (#646) (449358b) - by @renovate[bot]
  • publish: skip lifecycle scripts on pkg fields removal, fixes #637 (#647) (5b2a15a) - by @ghiscoding

2.4.1 (2023-06-07)

Bug Fixes

  • deps: update all non-major dependencies (#615) (e5b28bf) - by @renovate[bot]

2.4.0 (2023-05-18)

Features

  • version: add new --create-release-discussion option (#604) (c246d0d) - by @ghiscoding

Bug Fixes

  • deps: update all non-major dependencies (#601) (65fa856) - by @renovate[bot]
  • deps: update all non-major dependencies (#608) (b000303) - by @renovate[bot]

2.3.0 (2023-05-05)

Bug Fixes

  • deps: update dependency inquirer to ^9.2.1 (#599) (b043c78) - by @renovate[bot]

2.2.0 (2023-05-02)

Features

  • core: accept comments in lerna.json config via JSON5 format (#586) (2aed0c0) - by @ghiscoding

Bug Fixes

  • deps: update all non-major dependencies (#592) (27c3a90) - by @renovate[bot]
  • deps: update dependency p-map to v6 (#589) (13c4c04) - by @renovate[bot]
  • version: allowPeerDependenciesUpdate should work w/workspace:^, fix #590 (#591) (0de00e1) - by @ghiscoding

2.1.0 (2023-04-21)

Bug Fixes

  • deps: update all non-major dependencies (#583) (43c156c) - by @renovate[bot]

2.0.0 (2023-04-14)

โš  BREAKING CHANGES

  • build: prepare official Lerna-Lite 2.0 release (#567)

Features

  • build: prepare official Lerna-Lite 2.0 release (#567) (2865a60), closes #537 - by @ghiscoding

Bug Fixes

  • config: catch initialization errors, update cosmiconfig (#519) (66299a2) - by @d-fischer
  • core: ignore globby pattern type should be an array not a string (#529) (c45dcb1) - by @ghiscoding
  • deps: update dependency cosmiconfig to ^8.1.3 (#523) (6870489) - by @renovate[bot]

2.0.0-alpha.2 (2023-04-07)

Note: Version bump only for package @lerna-lite/core

2.0.0-alpha.1 (2023-04-07)

Note: Version bump only for package @lerna-lite/core

2.0.0-alpha.0 (2023-04-07)

โš  BREAKING CHANGES

  • run: remove --use-nx (powered by Nx) option from run command (#554)
  • build: migrate to ESM build & switch to Vitest for ESM support (#537)

Features

  • build: migrate to ESM build & switch to Vitest for ESM support (#537) (308fc2e) - by @ghiscoding
  • cli: remove listable dependency from CLI (#553) (1baa0d1) - by @ghiscoding
  • publish: remove --require-scripts, keep npm scripts lifecycle (#542) (6559aec) - by @ghiscoding
  • remove all deprecated options tagged to be removed in next major (#545) (a6f44b3) - by @ghiscoding
  • run: remove --use-nx (powered by Nx) option from run command (#554) (b5ff9c9) - by @ghiscoding
  • version: remove deprecated --changelog-version-message option (#543) (d125eef) - by @ghiscoding

Bug Fixes

  • config: catch initialization errors, update cosmiconfig (#519) (66299a2) - by @d-fischer
  • core: ignore globby pattern type should be an array not a string (#529) (c45dcb1) - by @ghiscoding
  • deps: update dependency cosmiconfig to ^8.1.3 (#523) (6870489) - by @renovate[bot]
  • deps: update dependency minimatch to v8 and couple other deps patch (#550) (e7d29f1) - by @ghiscoding

1.17.0 (2023-03-16)

Features

  • version: support git "describeTag" configuration in version/publish commands (#515) (6a041e4) - by @xueran

1.16.2 (2023-03-13)

Bug Fixes

  • cli: TypeScript should be saved & published as LF, fixes #513 (#514) (1c62eb7) - by @ghiscoding

1.16.1 (2023-03-11)

Note: Version bump only for package @lerna-lite/core

1.16.0 (2023-03-03)

Bug Fixes

  • deps: update all non-major dependencies (#488) (126bdb7) - by @renovate[bot]
  • deps: update dependency minimatch to v7 (#489) (4fd3ac0) - by @renovate[bot]
  • version: highlight version prop required in lerna.json (#486) (8720397), closes #485 - by @ghiscoding

Features

  • version: add --independent-subpackages option, closes #491 (#495) (dfd0a78) - by @ghiscoding
  • version: add user-defined build metadata to bumped packages (#504) (b8fbf2c) - by @ghiscoding

1.15.1 (2023-02-08)

Bug Fixes

  • deps: update dependency minimatch to v6 (#481) (b97ecee) - by @renovate[bot]

1.15.0 (2023-02-04)

Bug Fixes

  • publish: deprecate publish --require-scripts (#463) (e8ef54e) - by @ghiscoding
  • watch: use a better debounce option name for the watch (#476) (eb0bbc1) - by @ghiscoding

Features

  • publish: add --cleanup-temp-files option to cleanup packed tmp (#474) (6781c79) - by @ghiscoding
  • version: move all version related methods under version package (#456) (2c0921a) - by @ghiscoding
  • watch: add optional stdin key to exit watch mode cleanly (#472) (d0cf2d9) - by @ghiscoding

1.14.2 (2023-01-21)

Bug Fixes

  • watch: add missing --stream option (#448) (b249c7c) - by @ghiscoding
  • watch: add missing Chokidar option awaitWriteFinish as a boolean (#449) (6ed56dc) - by @ghiscoding
  • watch: lerna watch should ignore git, dist & node_modules folders (#452) (fa34c58) - by @ghiscoding
  • watch: queue watch callbacks to avoid breaking previous run (#453) (bd892ac) - by @ghiscoding

1.14.1 (2023-01-19)

Note: Version bump only for package @lerna-lite/core

1.14.0 (2023-01-18)

Bug Fixes

  • core: more detailed error message when version cannot be found (#431) (7f3dffb) - by @ghiscoding
  • deps: update all non-major dependencies (#423) (b965cc7) - by @renovate-bot
  • deps: update all non-major dependencies (#425) (3793929) - by @renovate-bot

Features

  • publish: add --summary-file option (#428) (3de55ef) - by @ghiscoding
  • version: support custom command for git tag (#430) (246ac57) - by @ghiscoding
  • watch: Add lerna watch command (#441) (a244128) - by @ghiscoding

1.13.0 (2022-11-22)

Bug Fixes

  • deps: npm-package-arg now normalize x, x@, x@* (#400) (41b6eaa) - by @ghiscoding
  • deps: update all non-major dependencies (#402) (3feeea9) - by @renovate-bot
  • deps: update all non-major dependencies (#405) (084da4f) - by @renovate-bot
  • deps: update all non-major dependencies (#414) (267fced) - by @renovate-bot
  • deps: update dependency @npmcli/run-script to v6 (#406) (02c998e) - by @renovate-bot
  • deps: update dependency cosmiconfig to v8 (#419) (b31dfe7) - by @renovate-bot

Features

  • publish: apply publishConfig overrides, closes #404 (#415) (03e8157) - by @ghiscoding
  • version: bump prerelease versions from conventional commits (#409) (dad936e) - by @ghiscoding
  • version: use npmClientArgs in npm install after lerna version (#417) (43e5dcd) - by @ghiscoding

1.12.0 (2022-10-14)

Bug Fixes

  • bump min Node version to >=14.17.0 to align with external deps (#387) (2f804e9) - by @ghiscoding
  • deps: update dependency @npmcli/run-script to v5 (#388) (f8a8995) - by @renovate-bot
  • deps: update dependency @octokit/rest to ^19.0.5 (#380) (18155d8) - by @renovate-bot
  • deps: update dependency npm-packlist to v6 (4241c2f) - by @renovate-bot
  • deps: update dependency npmlog to v7 (#389) (d2110f1) - by @renovate-bot
  • deps: update dependency write-file-atomic to v5 (#386) (ffdea0d) - by @renovate-bot
  • deps: upgrading pacote & npm-packlist to v7 requires arborist tree (#367) (8c34a3b) - by @ghiscoding
  • run: allow for loading of env files to be skipped (#391) (440611e) - by @ghiscoding

Features

  • commands: rename git-dry-run and cmd-dry-run to simply dry-run (#377) (3a55f5e) - by @ghiscoding
  • publish: add new option --remove-package-fields before publish (#359) (45a2107) - by @ghiscoding
  • run: add --use-nx as CLI option and add Nx profiler (9da003e) - by @ghiscoding
  • version: add --allow-peer-dependencies-update, closes #333 (#363) (efaf011) - by @ghiscoding
  • version: use manual GitHub web interface when GH_TOKEN undefined (83e9cce) - by @ghiscoding

1.11.3 (2022-09-20)

Bug Fixes

  • deps: update dependency git-url-parse to ^13.1.0 (bcce5ae) - by @renovate-bot
  • deps: update dependency git-url-parse to v13 (3bf8155) - by @renovate-bot
  • deps: update dependency uuid to v9 (e97efb6) - by @renovate-bot
  • run: exclude dependencies with --scope when nx.json is not present (3c222ed) - by @ghiscoding

1.11.2 (2022-08-30)

Bug Fixes

  • version: --changelog-include-commits-[x] in cli should be truthy (1ddde05) - by @ghiscoding
  • version: --changelog-header-message should be added to all logs (c27a97d) - by @ghiscoding

1.11.1 (2022-08-24)

Bug Fixes

  • core: fix parsing commit date with different time zone (2dc37ec) - by @ahrbil

1.11.0 (2022-08-19)

Bug Fixes

  • core: use match pattern to get last tag date with independent mode (cebcecf) - by @ghiscoding
  • deps: update all non-major dependencies (e3b379c) - by @renovate-bot
  • deps: update all non-major dependencies (e8dcfec) - by @renovate-bot
  • version: changelog client login not need linkRefs in template (57047ab) - by @ghiscoding
  • version: commit user login, oldest commit might be undefined (4132f43) - by @ghiscoding
  • version: use %aI to pull oldest commit author date (e033e05) - by @ghiscoding

Features

  • cli: add JSON schema for lerna.json (fd93826) - by @ghiscoding

1.10.0 (2022-08-06)

Bug Fixes

  • core: ensure to touch all nodes in package-graph (f4f7bbc) - by @ghiscoding
  • deps: update all non-major dependencies (abe1eff) - by @renovate-bot
  • version: get oldest commit data for changelog include commit login (5d7464b) - by @ghiscoding

Features

  • version: use conventional commit changelog writer for perf (e9d7c52) - by @ghiscoding

1.9.1 (2022-08-01)

Note: Version bump only for package @lerna-lite/core

1.9.0 (2022-07-28)

Bug Fixes

  • run-lifecycle: lifecycle events should run to completion in series (#275) (8e45a1e) - by @ghiscoding
  • version: make sure we always have regex match array (#271) (ba34849) - by @ghiscoding
  • version: rename option to --changelog-include-commits-git-author (b095637) - by @ghiscoding

Features

  • publish: disable legacy verifyAccess behavior by default (#274) (fb1852d) - by @ghiscoding
  • publish: include all deps in package graph by default, allow no-sort (#277) (3229e77) - by @ghiscoding
  • version: option to add commit login username on each changelog entry, closes #248 (#272) (2ca0dca) - by @ghiscoding

1.8.0 (2022-07-21)

Bug Fixes

  • deps: update all non-major dependencies (ed1db35) (by Renovate Bot)
  • deps: update all non-major dependencies (#254) (2d9a0d5) (by WhiteSource Renovate)
  • deps: update dependency @octokit/rest to v19 (#251) (d0018d7) (by WhiteSource Renovate)
  • deps: update dependency git-url-parse to v12 (978bf36) (by Renovate Bot)

Features

  • filter for lerna tags in independent mode (#267) (8c3cdb3) (by Ghislain B)
  • version: add flag to include changelog commit author, close #248 (#253) (7fd8db1) (by Ghislain B)
  • version: provide custom format to include commit author fullname (#269) (1f5a94e) (by Ghislain B)

1.6.0 (2022-06-30)

Bug Fixes

  • deps: update all non-major dependencies (27921f4)
  • run: Nx correctly detect if target dependencies default are set (4720351)
  • version: remove workspace: prefix on peerDeps & few refactor (6e4e5b7)

Features

  • changed: add Lerna changed as optional command (b08417c)
  • diff: add Lerna diff as optional command (44dabb2)

1.5.1 (2022-06-12)

Bug Fixes

  • version: remove workspace: prefix on external deps, fixes #200 (8d89256)

1.5.0 (2022-06-08)

Bug Fixes

  • deps: update all non-major dependencies (c87e937)
  • deps: update dependency @npmcli/run-script to v4 (29a09a9)
  • lock: add --package-lockfile-only to update lock file (200e385)
  • version: keep operator in workspace: protocol, fixes #198 (1794ccd)
  • version: support for updating pnpm-lock.yaml (509ca33)

1.4.0 (2022-05-30)

Bug Fixes

  • core: replace npm-lifecycle with @npmcli/run-script (6ab0e8d), closes #60 #3134
  • init: add missing packages/workspaces (f78860d)

Features

  • list: add Lerna list as optional command (65f810c)
  • run: add experimental support to run tasks via Nx (743d434), closes #3139

1.3.0 (2022-05-13)

Features

  • init: add Lerna init command to get started (dfc3311)
  • publish: workspace:* (or ~) protocol should strictly match range (acede60)

1.2.0 (2022-05-11)

Bug Fixes

Features

  • core: add version/publish workspace: protocol (ee57dfb)
  • core: Support the workspace: protocol (67d8ba1)

1.1.0 (2022-05-01)

Note: Version bump only for package @lerna-lite/core

1.0.5 (2022-03-29)

Bug Fixes

  • deps: move ts-node to devDependencies (dabb00f)

  • relax "engines.node" version (ee59fbc)

1.0.4 (2022-03-24)

Note: Version bump only for package @lerna-lite/core

1.0.3 (2022-03-19)

Note: Version bump only for package @lerna-lite/core

1.0.2 (2022-03-17)

Bug Fixes

  • version: shown repo info when Create Release is enabled in dry-run (5b0cf6d)

1.0.1 (2022-03-15)

Note: Version bump only for package @lerna-lite/core

1.0.0 (2022-03-15)

Note: Version bump only for package @lerna-lite/core

0.3.7 (2022-03-09)

Bug Fixes

  • core: better handling of possible missing pkg name (ef9633d)

0.3.6 (2022-03-05)

Bug Fixes

  • deps: update few npm dependencies (9175d48)

0.3.5 (2022-03-05)

Bug Fixes

  • deps: update few npm dependencies (9175d48)

0.3.4 (2022-03-05)

Bug Fixes

  • version: add missing lifecycle code from lerna (a0d9e95)

0.3.3 (2022-02-27)

Note: Version bump only for package @lerna-lite/core

0.3.2 (2022-02-22)

Bug Fixes

  • core: catch of error should work with exitCode and/or code (461ec29)

  • core: OTP please method had non-strict code (411f308)

  • version: add missing code conventional-preset legacy loading (f0e105d)

0.3.1 (2022-02-12)

Bug Fixes

  • publish: skip publish when using gitDryRun (9408167)

0.3.0 (2022-02-12)

BREAKING CHANGE

Rename the lib to Lerna-Lite

0.2.3 (2022-02-11)

Note: Version bump only for package @ws-conventional-version-roller/core

0.2.2 (2022-02-11)

Note: Version bump only for package @ws-conventional-version-roller/core

0.2.1 (2022-02-11)

Note: Version bump only for package @ws-conventional-version-roller/core

0.2.0 (2022-02-11)

Bug Fixes

  • logs: disabling the advanced terminal behavior when TERM is dumb (9994130), closes #2932

Features

  • cli: add ws-roller CLI for publish & version commands (6201c1d)

  • core: drastically reduce time taken to check for cycles (ddbc9d5), closes #2874

  • run: add run command to help run workspace script in parallel (a71191b)

0.1.8 (2022-02-03)

Note: Version bump only for package @ws-conventional-version-roller/core

0.1.7 (2022-02-03)

Bug Fixes

  • version: should update npm root lock file when lockfileVersion>=2 (8bd41fc)

0.1.4 (2022-02-01)

Note: Version bump only for package @ws-conventional-version-roller/core

0.1.3 (2022-01-30)

Note: Version bump only for package @ws-conventional-version-roller/core

0.1.2 (2022-01-30)

Bug Fixes

  • commands: rename run to roll version/publish commands (43e18e0)

  • publish: add missing publishConfig to each package (9924956)

0.1.1 (2022-01-30)

Note: Version bump only for package @ws-conventional-version-roller/core

0.1.0 (2022-01-30)

Bug Fixes

  • version: should not throw when changelog.md is missing (eca9816)

Features

  • build: initial commit with publish & version roller (37e32c0)