Skip to content

Commit

Permalink
chore(misc): publish 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Sep 13, 2023
1 parent c5079af commit f2f742b
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.3.0](https://github.com/lerna/lerna/compare/v7.2.0...v7.3.0) (2023-09-13)

### Bug Fixes

- **core:** skip unnecessary cycles when running tasks ([#3834](https://github.com/lerna/lerna/issues/3834)) ([d477529](https://github.com/lerna/lerna/commit/d4775294c0eb34b5dbbaf5b32b6867d7b5288f02))
- **init:** generate pnpm workspace yaml ([#3822](https://github.com/lerna/lerna/issues/3822)) ([489aa92](https://github.com/lerna/lerna/commit/489aa928254d41b6e56803e710027ee271338705))
- update make-dir to 4.0.0 and npm audit fix ([#3828](https://github.com/lerna/lerna/issues/3828)) ([373b8bc](https://github.com/lerna/lerna/commit/373b8bc8202f15b4cafb216aee97f43885eebddf))
- **version:** Fix crash when using `gitSignTag` with `independent` versioning mode ([#3832](https://github.com/lerna/lerna/issues/3832)) ([4940f2d](https://github.com/lerna/lerna/commit/4940f2df85e9242669d67a8d08448efe19507cae))

### Features

- **version:** add --sync-dist-version option ([#3787](https://github.com/lerna/lerna/issues/3787)) ([ba8b946](https://github.com/lerna/lerna/commit/ba8b9469809326de1b3929cf11bbb5919c723a78))
- **version:** option to not ignore scripts on lock update ([#3823](https://github.com/lerna/lerna/issues/3823)) ([4843c3c](https://github.com/lerna/lerna/commit/4843c3c1a95aa2f6c48204c1da3c06a4dcd746a4))

# [7.2.0](https://github.com/lerna/lerna/compare/v7.1.5...v7.2.0) (2023-08-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
}
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"version": "7.2.0"
"version": "7.3.0"
}
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/child-process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.3.0](https://github.com/lerna/lerna/compare/v7.2.0...v7.3.0) (2023-09-13)

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

# [7.2.0](https://github.com/lerna/lerna/compare/v7.1.5...v7.2.0) (2023-08-29)

**Note:** Version bump only for package @lerna/child-process
Expand Down
2 changes: 1 addition & 1 deletion packages/child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/child-process",
"version": "7.2.0",
"version": "7.3.0",
"description": "Lerna's internal child_process wrapper",
"keywords": [
"lerna",
Expand Down
6 changes: 6 additions & 0 deletions packages/legacy-package-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.3.0](https://github.com/lerna/lerna/compare/v7.2.0...v7.3.0) (2023-09-13)

### Bug Fixes

- update make-dir to 4.0.0 and npm audit fix ([#3828](https://github.com/lerna/lerna/issues/3828)) ([373b8bc](https://github.com/lerna/lerna/commit/373b8bc8202f15b4cafb216aee97f43885eebddf))

# [7.2.0](https://github.com/lerna/lerna/compare/v7.1.5...v7.2.0) (2023-08-29)

**Note:** Version bump only for package @lerna/legacy-package-management
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy-package-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/legacy-package-management",
"version": "7.2.0",
"version": "7.3.0",
"description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.",
"keywords": [
"lerna",
Expand All @@ -26,7 +26,7 @@
"directory": "packages/legacy-package-management"
},
"dependencies": {
"@lerna/child-process": "7.2.0",
"@lerna/child-process": "7.3.0",
"@npmcli/arborist": "6.2.9",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.1.3 < 17",
Expand Down
6 changes: 6 additions & 0 deletions packages/legacy-structure/commands/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.3.0](https://github.com/lerna/lerna/compare/v7.2.0...v7.3.0) (2023-09-13)

### Bug Fixes

- update make-dir to 4.0.0 and npm audit fix ([#3828](https://github.com/lerna/lerna/issues/3828)) ([373b8bc](https://github.com/lerna/lerna/commit/373b8bc8202f15b4cafb216aee97f43885eebddf))

# [7.2.0](https://github.com/lerna/lerna/compare/v7.1.5...v7.2.0) (2023-08-29)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy-structure/commands/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/create",
"version": "7.2.0",
"version": "7.3.0",
"description": "Create a new lerna-managed package",
"keywords": [
"lerna",
Expand Down Expand Up @@ -30,7 +30,7 @@
"directory": "packages/legacy-structure/commands/create"
},
"dependencies": {
"@lerna/child-process": "7.2.0",
"@lerna/child-process": "7.3.0",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/lerna/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.3.0](https://github.com/lerna/lerna/compare/v7.2.0...v7.3.0) (2023-09-13)

### Bug Fixes

- update make-dir to 4.0.0 and npm audit fix ([#3828](https://github.com/lerna/lerna/issues/3828)) ([373b8bc](https://github.com/lerna/lerna/commit/373b8bc8202f15b4cafb216aee97f43885eebddf))

### Features

- **version:** add --sync-dist-version option ([#3787](https://github.com/lerna/lerna/issues/3787)) ([ba8b946](https://github.com/lerna/lerna/commit/ba8b9469809326de1b3929cf11bbb5919c723a78))
- **version:** option to not ignore scripts on lock update ([#3823](https://github.com/lerna/lerna/issues/3823)) ([4843c3c](https://github.com/lerna/lerna/commit/4843c3c1a95aa2f6c48204c1da3c06a4dcd746a4))

# [7.2.0](https://github.com/lerna/lerna/compare/v7.1.5...v7.2.0) (2023-08-29)

**Note:** Version bump only for package lerna
Expand Down
6 changes: 3 additions & 3 deletions packages/lerna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "7.2.0",
"version": "7.3.0",
"description": "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository",
"keywords": [
"lerna",
Expand Down Expand Up @@ -37,8 +37,8 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@lerna/child-process": "7.2.0",
"@lerna/create": "7.2.0",
"@lerna/child-process": "7.3.0",
"@lerna/create": "7.3.0",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
Expand Down

0 comments on commit f2f742b

Please sign in to comment.