Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugebdu committed Apr 11, 2021
1 parent e8df4d6 commit 27b0ac7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-script",
"version": "1.3.3",
"version": "1.4.0",
"description": "lerna extension for custom scripts",
"main": "index.js",
"homepage": "https://github.com/wix/lerna-script/tree/master/lerna-script",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"npmClientArgs": ["--no-package-lock", "--no-ci"]
},
"packages": ["lerna-script", "tasks/*", "test-utils"],
"version": "1.3.4",
"version": "1.4.0",
"managedDependencies": {
"@lerna/batch-packages": "~3.16.0",
"@lerna/child-process": "~3.16.0",
Expand Down
4 changes: 2 additions & 2 deletions tasks/depcheck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-script-tasks-depcheck",
"version": "1.3.3",
"version": "1.4.0",
"description": "tasks for running depcheck for all modules",
"author": "Vilius Lukosius",
"license": "ISC",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"chai": "4.2.0",
"invert-promise": "^1.0.1",
"lerna-script": "~1.3.3",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
"sinon": "9.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tasks/dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-script-tasks-dependencies",
"version": "1.3.3",
"version": "1.4.0",
"description": "tasks for lerna-script that adds dependency management support",
"author": "Vilius Lukosius",
"license": "ISC",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"bdd-stdin": "0.2.0",
"chai": "4.2.0",
"lerna-script": "~1.3.3",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
"sinon": "9.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tasks/idea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-script-tasks-idea",
"version": "1.3.3",
"version": "1.4.0",
"description": "task for start that generates intellij project for repo",
"author": "[email protected]",
"license": "BSD",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"chai": "4.2.0",
"lerna-script": "~1.3.3",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
"sinon": "9.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tasks/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-script-tasks-modules",
"version": "1.3.3",
"version": "1.4.0",
"description": "module version sync task for lerna-script",
"author": "[email protected]",
"license": "BSD",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"chai": "4.2.0",
"lerna-script": "~1.3.3",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
"sinon": "9.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tasks/npmfix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-script-tasks-npmfix",
"version": "1.3.4",
"version": "1.4.0",
"description": "tasks for lerna-script that fixes links in package.json",
"author": "Vilius Lukosius",
"license": "ISC",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"chai": "4.2.0",
"lerna-script": "~1.3.3",
"lerna-script": "^1.4.0",
"lerna-script-test-utils": "~1.3.2",
"mocha": "7.2.0",
"sinon": "9.0.2",
Expand Down

0 comments on commit 27b0ac7

Please sign in to comment.