Skip to content

Commit

Permalink
v8.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Dec 15, 2023
1 parent 03b1b79 commit a8d00d8
Show file tree
Hide file tree
Showing 36 changed files with 262 additions and 243 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO

---

## v8.26.2 (2023-12-15)

#### :bug: Bug Fix
* `wdio-browser-runner`
* [#11876](https://github.com/webdriverio/webdriverio/pull/11876) (@wdio/browser-runner): fix mocking of CJS modules ([@christian-bromann](https://github.com/christian-bromann))
* `wdio-utils`, `wdio-webdriver-mock-service`, `webdriverio`
* [#11874](https://github.com/webdriverio/webdriverio/pull/11874) (webdriverio): support async iterators for WebdriverIO.ElementArray ([@christian-bromann](https://github.com/christian-bromann))

#### :nail_care: Polish
* `wdio-types`
* [#11854](https://github.com/webdriverio/webdriverio/pull/11854) Added missing UIAutomator2 Capabilities ([@Vaahin](https://github.com/Vaahin))
* [#11853](https://github.com/webdriverio/webdriverio/pull/11853) Missing browserstack network capabilities ([@Vaahin](https://github.com/Vaahin))

#### Committers: 3
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
- Thiru-Mohan ([@Vaahin](https://github.com/Vaahin))



## v8.26.0 (2023-12-10)

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.26.1",
"version": "8.26.2",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
Loading

0 comments on commit a8d00d8

Please sign in to comment.