Skip to content

Commit

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


### Bug Fixes

* bump cosmiconfig to v8 ([#3701](https://github.com/lerna/lerna/issues/3701)) ([898923d](https://github.com/lerna/lerna/commit/898923d198319d76ed5e37e553bfe3b27e43604c))
* ensure repair command not blocked by config validation ([e237d58](https://github.com/lerna/lerna/commit/e237d585e63a2fb502a8958f15a1efe03d781c57))
* 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))


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


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.

12 changes: 12 additions & 0 deletions packages/child-process/CHANGELOG.md
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.0.0-alpha.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01)


### 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))





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


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.4",
"version": "7.0.0-alpha.5",
"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": "cdd901485d750a78c9fd6f8d7c22b6b64c0efa4c"
"gitHead": "73ceac3dc2cf0e1246d4433cb101d1e794b2cca3"
}
13 changes: 13 additions & 0 deletions packages/legacy-package-management/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.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01)


### 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))





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


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.4",
"version": "7.0.0-alpha.5",
"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": "cdd901485d750a78c9fd6f8d7c22b6b64c0efa4c"
"gitHead": "73ceac3dc2cf0e1246d4433cb101d1e794b2cca3"
}
12 changes: 12 additions & 0 deletions packages/legacy-structure/commands/create/CHANGELOG.md
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.0.0-alpha.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01)


### 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))





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


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.4",
"version": "7.0.0-alpha.5",
"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.4",
"@lerna/child-process": "7.0.0-alpha.5",
"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": "cdd901485d750a78c9fd6f8d7c22b6b64c0efa4c"
"gitHead": "73ceac3dc2cf0e1246d4433cb101d1e794b2cca3"
}
19 changes: 19 additions & 0 deletions packages/lerna/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.5](https://github.com/lerna/lerna/compare/7.0.0-alpha.0...7.0.0-alpha.5) (2023-06-01)


### 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))


### Features

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





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


Expand Down
8 changes: 4 additions & 4 deletions packages/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "7.0.0-alpha.4",
"version": "7.0.0-alpha.5",
"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.4",
"@lerna/create": "7.0.0-alpha.4",
"@lerna/child-process": "7.0.0-alpha.5",
"@lerna/create": "7.0.0-alpha.5",
"@npmcli/arborist": "6.2.3",
"@npmcli/run-script": "4.1.7",
"@nx/devkit": ">=16.1.3 < 16.3.0",
Expand Down Expand Up @@ -123,5 +123,5 @@
"./commands/version/lib/*": "./dist/commands/version/lib/*.js",
"./migrations/**/*": "./dist/migrations/**/*"
},
"gitHead": "cdd901485d750a78c9fd6f8d7c22b6b64c0efa4c"
"gitHead": "73ceac3dc2cf0e1246d4433cb101d1e794b2cca3"
}

0 comments on commit b0c5cd3

Please sign in to comment.