Skip to content

Commit

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

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

### Bug Fixes

- **core:** gracefully ignore cycles outside scope to run ([#3819](https://github.com/lerna/lerna/issues/3819)) ([480943b](https://github.com/lerna/lerna/commit/480943b4e2055de8bf66db0bff9eba3e3be84d2d))
- **version:** remove explicit node_modules require ([#3804](https://github.com/lerna/lerna/issues/3804)) ([1a113f7](https://github.com/lerna/lerna/commit/1a113f7c6fc2111920dcd768bb1c31d80e2e700e))

### Features

- **init:** detect existing package manager and auto-install packages ([#3805](https://github.com/lerna/lerna/issues/3805)) ([2204c34](https://github.com/lerna/lerna/commit/2204c34b8b70e9971f144292cc05f1e23873d050))
- **init:** infer invoked pkg mgr ([#3810](https://github.com/lerna/lerna/issues/3810)) ([a29a48c](https://github.com/lerna/lerna/commit/a29a48cefc9cdbe5a42a645c7293118c78eef662))

## [7.1.5](https://github.com/lerna/lerna/compare/v7.1.4...v7.1.5) (2023-08-09)

### 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.1.5"
"version": "7.2.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.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

## [7.1.5](https://github.com/lerna/lerna/compare/v7.1.4...v7.1.5) (2023-08-09)

**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.1.5",
"version": "7.2.0",
"description": "Lerna's internal child_process wrapper",
"keywords": [
"lerna",
Expand Down
4 changes: 4 additions & 0 deletions packages/legacy-package-management/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.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

## [7.1.5](https://github.com/lerna/lerna/compare/v7.1.4...v7.1.5) (2023-08-09)

### Bug Fixes
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.1.5",
"version": "7.2.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.1.5",
"@lerna/child-process": "7.2.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.2.0](https://github.com/lerna/lerna/compare/v7.1.5...v7.2.0) (2023-08-29)

### Features

- **init:** detect existing package manager and auto-install packages ([#3805](https://github.com/lerna/lerna/issues/3805)) ([2204c34](https://github.com/lerna/lerna/commit/2204c34b8b70e9971f144292cc05f1e23873d050))

## [7.1.5](https://github.com/lerna/lerna/compare/v7.1.4...v7.1.5) (2023-08-09)

### Bug Fixes
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.1.5",
"version": "7.2.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.1.5",
"@lerna/child-process": "7.2.0",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/lerna/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.2.0](https://github.com/lerna/lerna/compare/v7.1.5...v7.2.0) (2023-08-29)

**Note:** Version bump only for package lerna

## [7.1.5](https://github.com/lerna/lerna/compare/v7.1.4...v7.1.5) (2023-08-09)

**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.1.5",
"version": "7.2.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.1.5",
"@lerna/create": "7.1.5",
"@lerna/child-process": "7.2.0",
"@lerna/create": "7.2.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 be8e7c4

Please sign in to comment.