Skip to content

Commit

Permalink
v9.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Aug 21, 2024
1 parent 46ec8ea commit 5dff8a8
Show file tree
Hide file tree
Showing 21 changed files with 41 additions and 26 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ See [CHANGELOG - v8](https://github.com/webdriverio/webdriverio/blob/v8/CHANGELO

---

## v9.0.6 (2024-08-21)

#### :bug: Bug Fix
* `webdriver`
* [#13431](https://github.com/webdriverio/webdriverio/pull/13431) fix(webdriver): lowercase browserName when checking whether to opt-in for bidi ([@christian-bromann](https://github.com/christian-bromann))
* `webdriver`, `webdriverio`
* [#13430](https://github.com/webdriverio/webdriverio/pull/13430) fix(webdriverio): better approach to amend custom component prototype ([@christian-bromann](https://github.com/christian-bromann))
* `wdio-utils`
* [#13426](https://github.com/webdriverio/webdriverio/pull/13426) fix(@wdio/cli): correctly detect chrome headless shell as chrome #13390 ([@BorisOsipov](https://github.com/BorisOsipov))

#### Committers: 2
- Boris Osipov ([@BorisOsipov](https://github.com/BorisOsipov))
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))


## v9.0.5 (2024-08-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 @@ -4,7 +4,7 @@
"packages/*"
],
"npmClient": "pnpm",
"version": "9.0.5",
"version": "9.0.6",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.5",
"version": "9.0.6",
"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
2 changes: 1 addition & 1 deletion 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": "9.0.5",
"version": "9.0.6",
"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
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": "9.0.5",
"version": "9.0.6",
"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
2 changes: 1 addition & 1 deletion packages/wdio-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cli",
"version": "9.0.5",
"version": "9.0.6",
"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
2 changes: 1 addition & 1 deletion packages/wdio-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/config",
"version": "9.0.5",
"version": "9.0.6",
"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
2 changes: 1 addition & 1 deletion 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": "9.0.5",
"version": "9.0.6",
"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
2 changes: 1 addition & 1 deletion packages/wdio-globals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/globals",
"version": "9.0.5",
"version": "9.0.6",
"description": "A helper utility for importing global variables directly",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-globals",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-jasmine-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/jasmine-framework",
"version": "9.0.5",
"version": "9.0.6",
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-lighthouse-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/lighthouse-service",
"version": "9.0.5",
"version": "9.0.6",
"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-lighthouse-service",
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.5",
"version": "9.0.6",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-mocha-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/mocha-framework",
"version": "9.0.5",
"version": "9.0.6",
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-mocha-framework",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node": "^20.11.28",
"@wdio/logger": "workspace:9.0.4",
"@wdio/types": "workspace:9.0.4",
"@wdio/utils": "workspace:9.0.5",
"@wdio/utils": "workspace:9.0.6",
"mocha": "^10.3.0"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/wdio-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/runner",
"version": "9.0.5",
"version": "9.0.6",
"description": "A WebdriverIO service that runs tests in arbitrary environments",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner",
Expand Down Expand Up @@ -32,16 +32,16 @@
"typeScriptVersion": "3.8.3",
"dependencies": {
"@types/node": "^20.11.28",
"@wdio/config": "workspace:9.0.5",
"@wdio/globals": "workspace:9.0.5",
"@wdio/config": "workspace:9.0.6",
"@wdio/globals": "workspace:9.0.6",
"@wdio/logger": "workspace:9.0.4",
"@wdio/types": "workspace:9.0.4",
"@wdio/utils": "workspace:9.0.5",
"@wdio/utils": "workspace:9.0.6",
"deepmerge-ts": "^7.0.3",
"expect-webdriverio": "^5.0.1",
"gaze": "^1.1.3",
"webdriver": "workspace:9.0.5",
"webdriverio": "workspace:9.0.5"
"webdriver": "workspace:9.0.6",
"webdriverio": "workspace:9.0.6"
},
"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": "9.0.5",
"version": "9.0.6",
"description": "WebdriverIO service that provides a better integration into Sauce Labs",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-shared-store-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/shared-store-service",
"version": "9.0.5",
"version": "9.0.6",
"description": "A WebdriverIO service to exchange data across processes",
"author": "Mykola Grybyk <mykola.grybyk@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-shared-store-service",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-testingbot-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/testingbot-service",
"version": "9.0.5",
"version": "9.0.6",
"description": "A WebdriverIO service that provides a better integration into TestingBot",
"author": "Jochen Delabie <info@testingbot.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-testingbot-service",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/utils",
"version": "9.0.5",
"version": "9.0.6",
"description": "A WDIO helper utility to provide several utility functions used across the project.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-utils",
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.5",
"version": "9.0.6",
"description": "A WebdriverIO service to stub all endpoints for internal testing purposes.",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-webdriver-mock-service",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver",
"version": "9.0.5",
"version": "9.0.6",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webdriverio",
"description": "Next-gen browser and mobile automation test framework for Node.js",
"version": "9.0.5",
"version": "9.0.6",
"homepage": "https://webdriver.io",
"author": "Christian Bromann <mail@bromann.dev>",
"license": "MIT",
Expand Down

0 comments on commit 5dff8a8

Please sign in to comment.