Skip to content

Commit

Permalink
v8.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Nov 29, 2023
1 parent a4c9f41 commit 08859dd
Show file tree
Hide file tree
Showing 24 changed files with 156 additions and 141 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO

---

## v8.24.4 (2023-11-29)

#### :bug: Bug Fix
* `webdriverio`
* [#11755](https://github.com/webdriverio/webdriverio/pull/11755) (@webdriverio): add check of element size if subtree is hidden to isElementDisplayed ([@HannaTarasevich](https://github.com/HannaTarasevich))

#### :nail_care: Polish
* `wdio-appium-service`
* [#11757](https://github.com/webdriverio/webdriverio/pull/11757) (@wdio/appium-service): make Appium start on a random port ([@christian-bromann](https://github.com/christian-bromann))

#### Committers: 2
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
- Hanna Tarasevich ([@HannaTarasevich](https://github.com/HannaTarasevich))


## v8.24.3 (2023-11-27)

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

0 comments on commit 08859dd

Please sign in to comment.