Skip to content

Commit

Permalink
v8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Jan 23, 2023
1 parent 87e0234 commit dff7f0d
Show file tree
Hide file tree
Showing 25 changed files with 76 additions and 180 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO

---

## v8.2.2 (2023-01-23)

#### :memo: Documentation
* [#9638](https://github.com/webdriverio/webdriverio/pull/9638) docs: fix the name of the Stack Overflow tag ([@andrii-bodnar](https://github.com/andrii-bodnar))

#### Committers: 3
- Andrii Bodnar ([@andrii-bodnar](https://github.com/andrii-bodnar))
- Hagai Shatz ([@bh-shatz](https://github.com/bh-shatz))
- [@IgorSasovets](https://github.com/IgorSasovets)


## v8.2.1 (2023-01-20)

#### :bug: Bug Fix
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": "8.2.1",
"version": "8.2.2",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
115 changes: 0 additions & 115 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devtools",
"version": "8.2.0",
"version": "8.2.2",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/devtools",
Expand Down Expand Up @@ -39,11 +39,11 @@
"typeScriptVersion": "3.8.3",
"dependencies": {
"@types/node": "^18.0.0",
"@wdio/config": "8.2.0",
"@wdio/config": "8.2.2",
"@wdio/logger": "8.1.0",
"@wdio/protocols": "8.2.0",
"@wdio/types": "8.1.2",
"@wdio/utils": "8.2.0",
"@wdio/utils": "8.2.2",
"chrome-launcher": "^0.15.0",
"edge-paths": "^3.0.5",
"import-meta-resolve": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/wdio-appium-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/appium-service",
"version": "8.2.1",
"version": "8.2.2",
"description": "A WebdriverIO service to start & stop Appium Server",
"author": "Morten Bjerg Gregersen <morten@mogee.dk>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-appium-service",
Expand Down Expand Up @@ -30,12 +30,12 @@
"types": "./build/index.d.ts",
"typeScriptVersion": "3.8.3",
"dependencies": {
"@wdio/config": "8.2.0",
"@wdio/config": "8.2.2",
"@wdio/logger": "8.1.0",
"@wdio/types": "8.1.2",
"import-meta-resolve": "^2.1.0",
"param-case": "^3.0.4",
"webdriverio": "8.2.1"
"webdriverio": "8.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions packages/wdio-browser-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/browser-runner",
"version": "8.2.1",
"version": "8.2.2",
"description": "A WebdriverIO runner to run unit tests tests in the browser.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browser-runner",
Expand Down Expand Up @@ -31,13 +31,13 @@
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/node": "^18.11.18",
"@wdio/globals": "8.2.1",
"@wdio/local-runner": "8.2.1",
"@wdio/globals": "8.2.2",
"@wdio/local-runner": "8.2.2",
"@wdio/logger": "8.1.0",
"@wdio/mocha-framework": "8.2.1",
"@wdio/mocha-framework": "8.2.2",
"@wdio/protocols": "8.2.0",
"@wdio/types": "8.1.2",
"@wdio/utils": "8.2.0",
"@wdio/utils": "8.2.2",
"deepmerge-ts": "^4.2.2",
"expect-webdriverio": "^4.1.0",
"fast-safe-stringify": "^2.1.1",
Expand All @@ -46,8 +46,8 @@
"serialize-error": "^11.0.0",
"vite": "^4.0.4",
"vite-plugin-top-level-await": "^1.2.2",
"webdriver": "8.2.0",
"webdriverio": "8.2.1",
"webdriver": "8.2.2",
"webdriverio": "8.2.2",
"ws": "^8.12.0"
},
"scripts": {
Expand All @@ -58,6 +58,6 @@
},
"devDependencies": {
"@types/ws": "^8.5.4",
"@wdio/runner": "8.2.1"
"@wdio/runner": "8.2.2"
}
}
4 changes: 2 additions & 2 deletions 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": "8.2.1",
"version": "8.2.2",
"description": "WebdriverIO service for better Browserstack integration",
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
Expand Down Expand Up @@ -37,7 +37,7 @@
"gitconfiglocal": "^2.1.0",
"got": "^12.1.0",
"uuid": "^8.3.2",
"webdriverio": "8.2.1"
"webdriverio": "8.2.2"
},
"peerDependencies": {
"@wdio/cli": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/wdio-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cli",
"version": "8.2.1",
"version": "8.2.2",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
Expand Down Expand Up @@ -34,12 +34,12 @@
"typeScriptVersion": "3.8.3",
"dependencies": {
"@types/node": "^18.0.0",
"@wdio/config": "8.2.0",
"@wdio/globals": "8.2.1",
"@wdio/config": "8.2.2",
"@wdio/globals": "8.2.2",
"@wdio/logger": "8.1.0",
"@wdio/protocols": "8.2.0",
"@wdio/types": "8.1.2",
"@wdio/utils": "8.2.0",
"@wdio/utils": "8.2.2",
"async-exit-hook": "^2.0.1",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
Expand All @@ -54,7 +54,7 @@
"mkdirp": "^2.0.0",
"read-pkg-up": "9.1.0",
"recursive-readdir": "^2.2.2",
"webdriverio": "8.2.1",
"webdriverio": "8.2.2",
"yargs": "^17.5.1",
"yarn-install": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/config",
"version": "8.2.0",
"version": "8.2.2",
"description": "A helper utility to parse and validate WebdriverIO options",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@wdio/logger": "8.1.0",
"@wdio/types": "8.1.2",
"@wdio/utils": "8.2.0",
"@wdio/utils": "8.2.2",
"decamelize": "^6.0.0",
"deepmerge-ts": "^4.2.2",
"glob": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-crossbrowsertesting-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/crossbrowsertesting-service",
"version": "8.2.1",
"version": "8.2.2",
"description": "A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.",
"author": "Daphne Magsby <daphnem@crossbrowsertesting.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-crossbrowsertesting-service",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@wdio/types": "8.1.2",
"cbt_tunnels": "^1.2.2",
"got": "^12.1.0",
"webdriverio": "8.2.1"
"webdriverio": "8.2.2"
},
"devDependencies": {
"@types/node": "^18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-cucumber-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cucumber-framework",
"version": "8.2.0",
"version": "8.2.2",
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/node": "^18.0.0",
"@wdio/logger": "8.1.0",
"@wdio/types": "8.1.2",
"@wdio/utils": "8.2.0",
"@wdio/utils": "8.2.2",
"glob": "^8.0.3",
"is-glob": "^4.0.0",
"mockery": "^2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-devtools-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/devtools-service",
"version": "8.2.1",
"version": "8.2.2",
"description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-devtools-service",
Expand Down Expand Up @@ -44,7 +44,7 @@
"puppeteer-core": "19.6.0",
"speedline": "^1.4.3",
"stable": "^0.1.8",
"webdriverio": "8.2.1"
"webdriverio": "8.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit dff7f0d

Please sign in to comment.