Skip to content

Commit

Permalink
chore: release v7.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jun 7, 2023
1 parent 5095b04 commit 7307520
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 20 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.8](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.8) (2023-06-07)

### Bug Fixes

- bump cosmiconfig to v8 ([#3701](https://github.com/lerna/lerna/issues/3701)) ([898923d](https://github.com/lerna/lerna/commit/898923d198319d76ed5e37e553bfe3b27e43604c))
- daemon communication ([e82618b](https://github.com/lerna/lerna/commit/e82618bf1a8aaea6d3d7f74f9afb8f1c5afe04ad))
- ensure repair command not blocked by config validation ([e237d58](https://github.com/lerna/lerna/commit/e237d585e63a2fb502a8958f15a1efe03d781c57))
- improve github client missing env var error ([ce4b352](https://github.com/lerna/lerna/commit/ce4b35213200b07e89a6ab09743f84aa60e5ca2c))
- internal cli.js should not be bundled ([53d73c6](https://github.com/lerna/lerna/commit/53d73c6aa9833e5a5bf60c2c78896456e77fab40))
- migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b))
- **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe))
- share project data when nesting commands ([#3709](https://github.com/lerna/lerna/issues/3709)) ([53e71e4](https://github.com/lerna/lerna/commit/53e71e4746604aa3fbaada3dad58b02904769759))
- support nx 16.3.1+ ([#3707](https://github.com/lerna/lerna/issues/3707)) ([647dbb5](https://github.com/lerna/lerna/commit/647dbb512bf6a873cab6362c434b420b18af0ad4))

### Features

- add migration for adding $schema, increase some strictness ([73ceac3](https://github.com/lerna/lerna/commit/73ceac3dc2cf0e1246d4433cb101d1e794b2cca3))
- **publish:** support custom directory per-package ([#3699](https://github.com/lerna/lerna/issues/3699)) ([9da575e](https://github.com/lerna/lerna/commit/9da575e9da221b8be4fbaa2fb1e7676b54d86d4f))

# [7.0.0-alpha.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)

### Bug Fixes
Expand Down
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.

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

# [7.0.0-alpha.8](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.8) (2023-06-07)

### Bug Fixes

- migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b))
- **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe))
- support nx 16.3.1+ ([#3707](https://github.com/lerna/lerna/issues/3707)) ([647dbb5](https://github.com/lerna/lerna/commit/647dbb512bf6a873cab6362c434b420b18af0ad4))

# [7.0.0-alpha.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/child-process/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/child-process",
"version": "7.0.0-alpha.7",
"version": "7.0.0-alpha.8",
"description": "Lerna's internal child_process wrapper",
"keywords": [
"lerna",
Expand Down Expand Up @@ -35,5 +35,5 @@
"execa": "^5.0.0",
"strong-log-transformer": "^2.1.0"
},
"gitHead": "bb0ea3cd52cfb49cc2b6125fe35047c038bae4f8"
"gitHead": "5095b04f872b463e06524fae9ebfd02d6c74d29e"
}
9 changes: 9 additions & 0 deletions packages/legacy-package-management/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.8](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.8) (2023-06-07)

### Bug Fixes

- bump cosmiconfig to v8 ([#3701](https://github.com/lerna/lerna/issues/3701)) ([898923d](https://github.com/lerna/lerna/commit/898923d198319d76ed5e37e553bfe3b27e43604c))
- migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b))
- **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe))
- support nx 16.3.1+ ([#3707](https://github.com/lerna/lerna/issues/3707)) ([647dbb5](https://github.com/lerna/lerna/commit/647dbb512bf6a873cab6362c434b420b18af0ad4))

# [7.0.0-alpha.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/legacy-package-management/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/legacy-package-management",
"version": "7.0.0-alpha.7",
"version": "7.0.0-alpha.8",
"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.0.0-alpha.7",
"@lerna/child-process": "7.0.0-alpha.8",
"@npmcli/arborist": "6.2.9",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.1.3 < 17",
Expand Down Expand Up @@ -93,5 +93,5 @@
"exports": {
".": "./dist/index.js"
},
"gitHead": "bb0ea3cd52cfb49cc2b6125fe35047c038bae4f8"
"gitHead": "5095b04f872b463e06524fae9ebfd02d6c74d29e"
}
8 changes: 8 additions & 0 deletions packages/legacy-structure/commands/create/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.8](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.8) (2023-06-07)

### Bug Fixes

- migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b))
- **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe))
- support nx 16.3.1+ ([#3707](https://github.com/lerna/lerna/issues/3707)) ([647dbb5](https://github.com/lerna/lerna/commit/647dbb512bf6a873cab6362c434b420b18af0ad4))

# [7.0.0-alpha.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/legacy-structure/commands/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/create",
"version": "7.0.0-alpha.7",
"version": "7.0.0-alpha.8",
"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.0.0-alpha.7",
"@lerna/child-process": "7.0.0-alpha.8",
"dedent": "0.7.0",
"fs-extra": "^11.1.1",
"init-package-json": "5.0.0",
Expand Down Expand Up @@ -66,5 +66,5 @@
"require": "./dist/lib/lerna-module-data.js"
}
},
"gitHead": "bb0ea3cd52cfb49cc2b6125fe35047c038bae4f8"
"gitHead": "5095b04f872b463e06524fae9ebfd02d6c74d29e"
}
14 changes: 14 additions & 0 deletions packages/lerna/CHANGELOG.md
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.0.0-alpha.8](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.8) (2023-06-07)

### Bug Fixes

- bump cosmiconfig to v8 ([#3701](https://github.com/lerna/lerna/issues/3701)) ([898923d](https://github.com/lerna/lerna/commit/898923d198319d76ed5e37e553bfe3b27e43604c))
- internal cli.js should not be bundled ([53d73c6](https://github.com/lerna/lerna/commit/53d73c6aa9833e5a5bf60c2c78896456e77fab40))
- migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b))
- **publish:** use correct version in log messages ([#3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe))
- support nx 16.3.1+ ([#3707](https://github.com/lerna/lerna/issues/3707)) ([647dbb5](https://github.com/lerna/lerna/commit/647dbb512bf6a873cab6362c434b420b18af0ad4))

### Features

- add migration for adding $schema, increase some strictness ([73ceac3](https://github.com/lerna/lerna/commit/73ceac3dc2cf0e1246d4433cb101d1e794b2cca3))

# [7.0.0-alpha.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "7.0.0-alpha.7",
"version": "7.0.0-alpha.8",
"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.0.0-alpha.7",
"@lerna/create": "7.0.0-alpha.7",
"@lerna/child-process": "7.0.0-alpha.8",
"@lerna/create": "7.0.0-alpha.8",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.1.3 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
Expand Down Expand Up @@ -122,5 +122,5 @@
"./commands/version/lib/*": "./dist/commands/version/lib/*.js",
"./migrations/**/*": "./dist/migrations/**/*"
},
"gitHead": "bb0ea3cd52cfb49cc2b6125fe35047c038bae4f8"
"gitHead": "5095b04f872b463e06524fae9ebfd02d6c74d29e"
}

0 comments on commit 7307520

Please sign in to comment.