Skip to content

Commit

Permalink
v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jperl committed Dec 23, 2019
1 parent e97e653 commit a9a2dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.7.8"
"version": "0.7.9"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qawolf/cli",
"description": "qawolf cli for running tests",
"version": "0.7.7",
"version": "0.7.9",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/qawolf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qawolf",
"description": "Create browser tests 10x faster",
"version": "0.7.8",
"version": "0.7.9",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@qawolf/browser": "^0.7.7",
"@qawolf/cli": "^0.7.7",
"@qawolf/cli": "^0.7.9",
"@qawolf/web": "^0.7.6"
},
"bin": {
Expand Down

0 comments on commit a9a2dae

Please sign in to comment.