Skip to content

Commit

Permalink
v8.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Feb 21, 2024
1 parent 5bff179 commit bfb7252
Show file tree
Hide file tree
Showing 24 changed files with 203 additions and 190 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO

---

## v8.32.3 (2024-02-21)

#### :bug: Bug Fix
* `wdio-utils`
* [#12327](https://github.com/webdriverio/webdriverio/pull/12327) fix(@wdio/utils): only apply baseUrl to Chromium based browser ([@christian-bromann](https://github.com/christian-bromann))
* `webdriverio`
* [#12307](https://github.com/webdriverio/webdriverio/pull/12307) [V8] Updated props to optional for getText and getLocation commands ([@jemishgopani](https://github.com/jemishgopani))

#### Committers: 2
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
- Jemish Gopani ([@jemishgopani](https://github.com/jemishgopani))


## v8.32.2 (2024-02-19)

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

0 comments on commit bfb7252

Please sign in to comment.