Lerna Versions Save

:dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

v7.3.1

7 months ago

7.3.1 (2023-10-10)

Bug Fixes

  • core: update package engines.node to correctly include only >=16 (#3861) (0674555)

v7.3.0

8 months ago

7.3.0 (2023-09-13)

Bug Fixes

  • core: skip unnecessary cycles when running tasks (#3834) (d477529)
  • init: generate pnpm workspace yaml (#3822) (489aa92)
  • update make-dir to 4.0.0 and npm audit fix (#3828) (373b8bc)
  • version: Fix crash when using gitSignTag with independent versioning mode (#3832) (4940f2d)

Features

  • version: add --sync-dist-version option (#3787) (ba8b946)
  • version: option to not ignore scripts on lock update (#3823) (4843c3c)

v7.2.0

8 months ago

7.2.0 (2023-08-29)

Bug Fixes

  • core: gracefully ignore cycles outside scope to run (#3819) (480943b)
  • version: remove explicit node_modules require (#3804) (1a113f7)

Features

  • init: detect existing package manager and auto-install packages (#3805) (2204c34)
  • init: infer invoked pkg mgr (#3810) (a29a48c)

v7.1.5

9 months ago

7.1.5 (2023-08-09)

Bug Fixes

v7.1.4

10 months ago

7.1.4 (2023-07-15)

Bug Fixes

v7.1.3

10 months ago

7.1.3 (2023-07-12)

Bug Fixes

  • changelog entries for 7.1.2 (f61b087)

v7.1.2

10 months ago

7.1.2 (2023-07-12)

Bug Fixes

  • version: use async functions to support prettier 3+ (#3766) (8026a7b)

7.1.1

10 months ago

7.1.1 (2023-06-28)

Bug Fixes

  • fix strict-ssl mapping for node-fetch-registry during unpublished projects lookup (#3747) (5fcf94e)
  • publish: catch publish conflict 403 error from npm (#3753) (6123e86)
  • publish: ensure that error code is valid (#3748) (c59b45b)
  • schema: add missing ref to changelogEntryAdditionalMarkdown (b41afab)

7.1.0

10 months ago

7.1.0 (2023-06-25)

Features

  • core: export detectProjects utility function (#3740) (641fecb)
  • repair: add migration to remove unused "lerna" field from lerna.json (#3734) (4fb0427)
  • version: add --changelog-entry-additional-markdown option (#3751) (63671df)

7.0.2

11 months ago

7.0.2 (2023-06-15)

Bug Fixes

  • publish: revert auto-copying of assets to custom contents/directory (#3732) (70d4438)