Skip to content

Commit

Permalink
v1.0.0-alpha.43
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 22, 2019
1 parent 7df41d2 commit 6b11da3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.42",
"version": "1.0.0-alpha.43",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/tees-drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees-drivers",
"version": "1.0.0-alpha.42",
"version": "1.0.0-alpha.43",
"description": "Tees Drivers",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/tees-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees-environment",
"version": "1.0.0-alpha.42",
"version": "1.0.0-alpha.43",
"description": "Tees Environment",
"repository": {
"type": "git",
Expand All @@ -14,6 +14,6 @@
"license": "MIT",
"dependencies": {
"jest-environment-node": "^23.4.0",
"tees-drivers": "^1.0.0-alpha.42"
"tees-drivers": "^1.0.0-alpha.43"
}
}
2 changes: 1 addition & 1 deletion packages/tees-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees-reporter",
"version": "1.0.0-alpha.42",
"version": "1.0.0-alpha.43",
"description": "Tees Reporter",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/tees/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees",
"version": "1.0.0-alpha.42",
"version": "1.0.0-alpha.43",
"description": "Universal test framework for front-end",
"repository": {
"type": "git",
Expand All @@ -26,6 +26,6 @@
"inquirer": "^6.3.1",
"jest": "^24.7.1",
"jest-circus": "^24.7.1",
"tees-environment": "^1.0.0-alpha.42"
"tees-environment": "^1.0.0-alpha.43"
}
}

0 comments on commit 6b11da3

Please sign in to comment.