Skip to content

Commit

Permalink
chore: release v7.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jun 5, 2023
1 parent bb0ea3c commit d326fd7
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 18 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,31 @@
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.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)


### 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.6](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.6) (2023-06-02)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

13 changes: 13 additions & 0 deletions packages/child-process/CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
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.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)


### 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.6](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.6) (2023-06-02)

### 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.6",
"version": "7.0.0-alpha.7",
"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": "ce4b35213200b07e89a6ab09743f84aa60e5ca2c"
"gitHead": "bb0ea3cd52cfb49cc2b6125fe35047c038bae4f8"
}
14 changes: 14 additions & 0 deletions packages/legacy-package-management/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.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)


### 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.6](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.6) (2023-06-02)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy-package-management/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/legacy-package-management",
"version": "7.0.0-alpha.6",
"version": "7.0.0-alpha.7",
"description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.",
"keywords": [
"lerna",
Expand Down Expand Up @@ -91,5 +91,5 @@
"exports": {
".": "./dist/index.js"
},
"gitHead": "ce4b35213200b07e89a6ab09743f84aa60e5ca2c"
"gitHead": "bb0ea3cd52cfb49cc2b6125fe35047c038bae4f8"
}
13 changes: 13 additions & 0 deletions packages/legacy-structure/commands/create/CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
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.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)


### 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.6](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.6) (2023-06-02)

### 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.6",
"version": "7.0.0-alpha.7",
"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.6",
"@lerna/child-process": "7.0.0-alpha.7",
"dedent": "^0.7.0",
"fs-extra": "^9.1.0",
"init-package-json": "^3.0.2",
Expand Down Expand Up @@ -66,5 +66,5 @@
"require": "./dist/lib/lerna-module-data.js"
}
},
"gitHead": "ce4b35213200b07e89a6ab09743f84aa60e5ca2c"
"gitHead": "bb0ea3cd52cfb49cc2b6125fe35047c038bae4f8"
}
20 changes: 20 additions & 0 deletions packages/lerna/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
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.7](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.7) (2023-06-05)


### 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.6](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.6) (2023-06-02)

### 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.6",
"version": "7.0.0-alpha.7",
"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.6",
"@lerna/create": "7.0.0-alpha.6",
"@lerna/child-process": "7.0.0-alpha.7",
"@lerna/create": "7.0.0-alpha.7",
"@npmcli/arborist": "6.2.3",
"@npmcli/run-script": "4.1.7",
"@nx/devkit": ">=16.1.3 < 17",
Expand Down Expand Up @@ -123,5 +123,5 @@
"./commands/version/lib/*": "./dist/commands/version/lib/*.js",
"./migrations/**/*": "./dist/migrations/**/*"
},
"gitHead": "ce4b35213200b07e89a6ab09743f84aa60e5ca2c"
"gitHead": "bb0ea3cd52cfb49cc2b6125fe35047c038bae4f8"
}

0 comments on commit d326fd7

Please sign in to comment.