Skip to content

Commit 1c71952

Browse files
committed
v8.29.7
1 parent 7b1b4af commit 1c71952

File tree

22 files changed

+167
-147
lines changed

22 files changed

+167
-147
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO
2121

2222
---
2323

24+
## v8.29.7 (2024-02-02)
25+
26+
#### :rocket: New Feature
27+
* `wdio-cli`, `wdio-spec-reporter`
28+
* [#12092](https://github.com/webdriverio/webdriverio/pull/12092) (@wdio/spec-reporter): introduce `color` option to disable colors for spec reporter ([@M-Hammad-Faisal](https://github.com/M-Hammad-Faisal))
29+
30+
#### :bug: Bug Fix
31+
* `wdio-protocols`
32+
* [#12141](https://github.com/webdriverio/webdriverio/pull/12141) fix upload file in selenium 4 ([@lacell75](https://github.com/lacell75))
33+
34+
#### :nail_care: Polish
35+
* `wdio-browser-runner`, `webdriverio`
36+
* [#12145](https://github.com/webdriverio/webdriverio/pull/12145) (@wdio/browser-runner): document stencil component testing integration better ([@christian-bromann](https://github.com/christian-bromann))
37+
38+
#### Committers: 3
39+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
40+
- Fabien CELLIER ([@lacell75](https://github.com/lacell75))
41+
- Muhammad Hammad Faisal ([@M-Hammad-Faisal](https://github.com/M-Hammad-Faisal))
42+
43+
2444
## v8.29.5 (2024-02-01)
2545

2646
#### :bug: Bug Fix

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "8.29.6",
6+
"version": "8.29.7",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)