From 3e93f88a1952f091c3e33866adf894a8b02082f9 Mon Sep 17 00:00:00 2001 From: Uzi Kilon Date: Wed, 8 Feb 2023 16:51:06 +0200 Subject: [PATCH 1/2] Add support for lerna 5 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bd46f3d..11ffc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lerna-parallelism", - "version": "0.4.0", + "version": "0.5.0", "description": "`lerna run` with CircleCI parallelism splitting support", "repository": { "type": "git", @@ -23,12 +23,12 @@ "@types/yargs": "^17.0.8", "eslint": "^7.32.0", "jest": "^27.5.1", - "lerna": "^4.0.0", + "lerna": "^5.0.0", "release-it": "^14.12.5", "release-it-lerna-changelog": "^4.0.1" }, "peerDependencies": { - "lerna": "^3.22.1 || ^4.0.0" + "lerna": "^3.22.1 || ^4.0.0" || ^5.0.0" }, "engines": { "node": ">= 12.*" From 5553f55178b3ad45acdf55d6c2ccb81545565857 Mon Sep 17 00:00:00 2001 From: Uzi Kilon Date: Wed, 8 Feb 2023 16:52:13 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11ffc66..a8706d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lerna-parallelism", - "version": "0.5.0", + "version": "0.4.0", "description": "`lerna run` with CircleCI parallelism splitting support", "repository": { "type": "git",