Skip to content

Commit

Permalink
chore: update v8 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 23, 2023
1 parent 9c71696 commit 2ba1a0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23)

## BREAKING CHANGES

> After updating we strongly recommend running `lerna repair` in your project. This will migrate your `lerna.json` to the latest and greatest and remove any outdated options.
Expand All @@ -19,6 +17,10 @@ We strongly encourage all folks here to keep up with the maintenance LTS version

https://github.com/nodejs/release#release-schedule

- **lerna's task runner for `lerna run` now depends on nx v17 instead of v16**

`lerna run` gets to benefit from all of the further performance improvements in the nx v17 task runner behind scenes.

- **`@lerna/child-process` is no longer a separately published package**

Lerna is a monorepo management tool with versioning and publishing capabilities, it is not a child process manager. There are lots of good options out there in the ecosystem to help you with managing child processes in nodejs, and it does not really make sense to treat some of lerna's implementation details around child processes as if they were a public API. The package will be officially deprecated on npm in the future. You can of course take the code and fork it and adapt it for your own purposes if you wish!
Expand Down

0 comments on commit 2ba1a0c

Please sign in to comment.