Skip to content

Commit 888d21d

Browse files
committed
chore(release): v5.4.1
1 parent f3c211d commit 888d21d

File tree

126 files changed

+582
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+582
-64
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **package-graph:** ensure to touch all nodes ([#3234](https://github.com/lerna/lerna/issues/3234)) ([f3c211d](https://github.com/lerna/lerna/commit/f3c211dd7d08fb41b27b6f7bec2013b2192d291c))
12+
* properly update dependencies lockfile v2 ([#3275](https://github.com/lerna/lerna/issues/3275)) ([d7c398b](https://github.com/lerna/lerna/commit/d7c398bb686d6874d9dbbff2e82cbc8a5c2c3615))
13+
14+
15+
16+
17+
618
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
719

820

commands/add/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/add
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/add

commands/add/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/add",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Add a dependency to matched packages",
55
"keywords": [
66
"lerna",

commands/bootstrap/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/bootstrap
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/bootstrap

commands/bootstrap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/bootstrap",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Link local packages together and install remaining package dependencies",
55
"keywords": [
66
"lerna",

commands/changed/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/changed
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/changed

commands/changed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/changed",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "List local packages that have changed since the last tagged release",
55
"keywords": [
66
"lerna",

commands/clean/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/clean
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/clean

commands/clean/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/clean",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Remove the node_modules directory from all packages",
55
"keywords": [
66
"lerna",

commands/create/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/create
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816

commands/create/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/create",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Create a new lerna-managed package",
55
"keywords": [
66
"lerna",

commands/diff/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/diff
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/diff

commands/diff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/diff",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Diff all packages or a single package since the last release",
55
"keywords": [
66
"lerna",

commands/exec/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/exec
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/exec

commands/exec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/exec",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Execute an arbitrary command in each package",
55
"keywords": [
66
"lerna",

commands/import/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/import
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/import

commands/import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/import",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Import a package into the monorepo with commit history",
55
"keywords": [
66
"lerna",

commands/info/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/info
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/info

commands/info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/info",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Prints local environment information",
55
"keywords": [
66
"lerna",

commands/init/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/init
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816

commands/init/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/init",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Create a new Lerna repo or upgrade an existing repo to the current version of Lerna",
55
"keywords": [
66
"lerna",

commands/link/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/link
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/link

commands/link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/link",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Symlink together all packages that are dependencies of each other",
55
"keywords": [
66
"lerna",

commands/list/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/list
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/list

commands/list/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/list",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "List local packages",
55
"keywords": [
66
"lerna",

commands/publish/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/publish
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/publish

commands/publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/publish",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Publish packages in the current project",
55
"keywords": [
66
"lerna",

commands/run/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/run
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/run

commands/run/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/run",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Run an npm script in each package that contains that script",
55
"keywords": [
66
"lerna",

commands/version/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
9+
### Bug Fixes
10+
11+
* properly update dependencies lockfile v2 ([#3275](https://github.com/lerna/lerna/issues/3275)) ([d7c398b](https://github.com/lerna/lerna/commit/d7c398bb686d6874d9dbbff2e82cbc8a5c2c3615))
12+
13+
14+
15+
16+
617
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
718

819
**Note:** Version bump only for package @lerna/version

commands/version/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/version",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Bump version of packages changed since the last release",
55
"keywords": [
66
"lerna",

core/child-process/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/lerna/lerna/compare/v5.4.0...v5.4.1) (2022-08-12)
7+
8+
**Note:** Version bump only for package @lerna/child-process
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/lerna/lerna/compare/v5.3.0...v5.4.0) (2022-08-08)
715

816
**Note:** Version bump only for package @lerna/child-process

core/child-process/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/child-process",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Lerna's internal child_process wrapper",
55
"keywords": [
66
"lerna",

0 commit comments

Comments
 (0)