Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
NiGhTTraX committed Jun 21, 2019
1 parent 831004e commit 28a65f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/browser-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.0",
"version": "2.0.1",
"description": "Contract tests for Mugshot's Browser interface",
"keywords": [
"visual",
Expand Down Expand Up @@ -41,7 +41,7 @@
"jimp": "~0.6.1"
},
"devDependencies": {
"mugshot": "^2.1.0",
"mugshot": "^2.2.0",
"typescript": "~3.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/mugshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0",
"version": "2.2.0",
"description": "Visual regression testing library",
"keywords": [
"visual",
Expand Down
4 changes: 2 additions & 2 deletions packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.0",
"version": "1.1.1",
"description": "A WebdriverIO adapter for Mugshot",
"keywords": [
"mugshot",
Expand Down Expand Up @@ -35,7 +35,7 @@
"webdriverio": "^5.8.3"
},
"devDependencies": {
"mugshot": "^2.1.0",
"mugshot": "^2.2.0",
"typescript": "~3.5.0",
"webdriverio": "~5.10.0"
}
Expand Down

0 comments on commit 28a65f3

Please sign in to comment.