Skip to content

Releases: lerna/lerna

v5.4.2

14 Aug 14:08
Compare
Choose a tag to compare

5.4.2 (2022-08-14)

Bug Fixes

  • version: update package-lock at the root if it exists (#3290) (7f62bab)

v5.4.1

12 Aug 13:28
Compare
Choose a tag to compare

5.4.1 (2022-08-12)

Bug Fixes

v5.4.0

08 Aug 14:52
Compare
Choose a tag to compare

5.4.0 (2022-08-08)

Bug Fixes

  • core: update nx version range base to latest (#3283) (241cdde)
  • create: default test script no longer errors (#3266) (dfd30fa)

Features

v5.3.0

27 Jul 13:27
Compare
Choose a tag to compare

5.3.0 (2022-07-27)

Bug Fixes

  • run-lifecycle: lifecycle events should run to completion in series (#3262) (2f51588)
  • version: inherit stdio for lerna version lifecycle scripts (#3264) (9083a23)

Features

  • publish: include all dependencies in package graph by default, allow no-sort (#3263) (3b0c79c)

v5.2.0

22 Jul 17:12
Compare
Choose a tag to compare

5.2.0 (2022-07-22)

Bug Fixes

  • prompt: update inquirer to v8.2.4 (80c17d8)

Features

  • add json schema for lerna.json (#3229) (5075eae)
  • init: default useNx and useWorkspaces to true for new lerna workspaces (#3255) (a0e83e5)
  • publish: disable legacy verifyAccess behavior by default (#3249) (94174c1)

v5.1.8

07 Jul 11:32
Compare
Choose a tag to compare

5.1.8 (2022-07-07)

Bug Fixes

v5.1.7

06 Jul 13:52
Compare
Choose a tag to compare

5.1.7 (2022-07-06)

Bug Fixes

  • run: add double quotes around script target containing colon (#3218) (ead461e)

v5.1.6

24 Jun 17:07
Compare
Choose a tag to compare

5.1.6 (2022-06-24)

Bug Fixes

  • lerna run parallel should maximize concurrency with useNx (#3205) (f80d03c)

v5.1.5

24 Jun 08:26
Compare
Choose a tag to compare

5.1.5 (2022-06-24)

Bug Fixes

  • bootstrap: preserve indentation style in package-lock.json when running bootstrap (#2955) (04cfa52)

v5.1.4

15 Jun 16:30
Compare
Choose a tag to compare

5.1.4 (2022-06-15)

Bug Fixes

  • correctly detect if target dependencies are set (5845f6b)