Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed May 2, 2022
1 parent ba0c67d commit 27bc6ed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.2.0"
"version": "0.2.1"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambdatest/test-at-scale-core",
"version": "0.2.0",
"version": "0.2.1",
"description": "> TODO: description",
"author": "Saurabh Prakash <[email protected]>",
"homepage": "https://github.com/LambdaTest/test-at-scale-js#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambdatest/test-at-scale-jasmine-runner",
"version": "0.2.0",
"version": "0.2.1",
"description": "Jasmine custom runner",
"author": "Saurabh Prakash <[email protected]>",
"homepage": "https://github.com/LambdaTest/test-at-scale-js#readme",
Expand All @@ -21,7 +21,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@lambdatest/test-at-scale-core": "^0.2.0",
"@lambdatest/test-at-scale-core": "^0.2.1",
"fast-glob": "^3.2.7",
"yargs": "^17.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambdatest/test-at-scale-jest-runner",
"version": "0.2.0",
"version": "0.2.1",
"description": "Jest custom runner",
"author": "Saurabh Prakash <[email protected]>",
"homepage": "https://github.com/LambdaTest/test-at-scale-js#readme",
Expand All @@ -21,7 +21,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@lambdatest/test-at-scale-core": "^0.2.0",
"@lambdatest/test-at-scale-core": "^0.2.1",
"fast-glob": "^3.2.7",
"semver": "^7.3.5",
"yargs": "^17.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambdatest/test-at-scale-mocha-runner",
"version": "0.2.0",
"version": "0.2.1",
"description": "Mocha custom runner",
"author": "Saurabh Prakash <[email protected]>",
"homepage": "https://github.com/LambdaTest/test-at-scale-js#readme",
Expand All @@ -21,7 +21,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@lambdatest/test-at-scale-core": "^0.2.0",
"@lambdatest/test-at-scale-core": "^0.2.1",
"fast-glob": "^3.2.7",
"yargs": "^17.1.0"
},
Expand Down

0 comments on commit 27bc6ed

Please sign in to comment.