Skip to content

Commit

Permalink
v5.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 18, 2020
1 parent ec86d12 commit 3590714
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 20 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ See [CHANGELOG - v4](https://github.com/webdriverio-boneyard/v4/blob/master/CHAN

---

## v5.22.1 (2020-03-18)

#### :bug: Bug Fix
* `wdio-protocols`
* [#5109](https://github.com/webdriverio/webdriverio/pull/5109) update switchToFrame docs ([@kellyselden](https://github.com/kellyselden))
* Other
* [#5108](https://github.com/webdriverio/webdriverio/pull/5108) fix the edit button on protocol docs again ([@kellyselden](https://github.com/kellyselden))
* `wdio-browserstack-service`, `wdio-sauce-service`
* [#5106](https://github.com/webdriverio/webdriverio/pull/5106) fix(browserstack, sauce): update test title ([@stezu](https://github.com/stezu))

#### Committers: 2
- Kelly Selden ([@kellyselden](https://github.com/kellyselden))
- Stephen Zuniga ([@stezu](https://github.com/stezu))


## v5.22.0 (2020-03-14)

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.22.0",
"version": "5.22.1",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools",
"version": "5.19.0",
"version": "5.22.1",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/webdriver",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@wdio/config": "5.18.4",
"@wdio/logger": "5.16.10",
"@wdio/protocols": "5.19.0",
"@wdio/protocols": "5.22.1",
"@wdio/utils": "5.18.6",
"chrome-launcher": "^0.11.1",
"puppeteer-core": "^1.18.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-browserstack-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/browserstack-service",
"version": "5.20.1",
"version": "5.22.1",
"description": "WebdriverIO service for better Browserstack integration",
"author": "Adam Bjerstedt <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-browserstack-service",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cli",
"version": "5.22.0",
"version": "5.22.1",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-cli",
Expand Down Expand Up @@ -49,7 +49,7 @@
"lodash.pickby": "^4.6.0",
"lodash.union": "^4.6.0",
"log-update": "^3.2.0",
"webdriverio": "5.21.0",
"webdriverio": "5.22.1",
"yargs": "^15.0.1",
"yarn-install": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-lambda-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/lambda-runner",
"version": "5.21.0",
"version": "5.22.1",
"description": "A WebdriverIO plugin that allows you to run tests on AWS",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-lambda-runner",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@wdio/logger": "5.16.10",
"@wdio/runner": "5.21.0",
"@wdio/runner": "5.22.1",
"find-node-modules": "^2.0.0",
"serverless": "^1.25.0",
"shelljs": "^0.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-local-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/local-runner",
"version": "5.21.0",
"version": "5.22.1",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-local-runner",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@wdio/logger": "5.16.10",
"@wdio/repl": "5.18.6",
"@wdio/runner": "5.21.0",
"@wdio/runner": "5.22.1",
"async-exit-hook": "^2.0.1",
"stream-buffers": "^3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-protocols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/protocols",
"version": "5.19.0",
"version": "5.22.1",
"description": "Utility package providing information about automation protocols",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-protocols",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/runner",
"version": "5.21.0",
"version": "5.22.1",
"description": "A WebdriverIO service that runs tests in arbitrary environments",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-runner",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@wdio/utils": "5.18.6",
"deepmerge": "^4.0.0",
"gaze": "^1.1.2",
"webdriverio": "5.21.0"
"webdriverio": "5.22.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-sauce-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/sauce-service",
"version": "5.16.10",
"version": "5.22.1",
"description": "WebdriverIO service that provides a better integration into SauceLabs",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-sauce-service",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-webdriver-mock-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/webdriver-mock-service",
"version": "5.19.0",
"version": "5.22.1",
"description": "A WebdriverIO service to stub all endpoints for internal testing purposes.",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-webdriver-mock-service",
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"dependencies": {
"@wdio/protocols": "5.19.0",
"@wdio/protocols": "5.22.1",
"nock": "^11.1.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver",
"version": "5.21.0",
"version": "5.22.1",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/webdriver",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@wdio/config": "5.18.4",
"@wdio/logger": "5.16.10",
"@wdio/protocols": "5.19.0",
"@wdio/protocols": "5.22.1",
"@wdio/utils": "5.18.6",
"lodash.merge": "^4.6.1",
"request": "^2.83.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webdriverio",
"description": "Next-gen WebDriver test automation framework for Node.js",
"version": "5.21.0",
"version": "5.22.1",
"homepage": "https://webdriver.io",
"author": "Christian Bromann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -70,6 +70,6 @@
"resq": "^1.6.0",
"rgb2hex": "^0.1.0",
"serialize-error": "^5.0.0",
"webdriver": "5.21.0"
"webdriver": "5.22.1"
}
}

0 comments on commit 3590714

Please sign in to comment.