Skip to content

Commit ecbdf3f

Browse files
chore: release [skip ci] (#1080)
Co-authored-by: WebdriverIO Release Bot <[email protected]>
1 parent 8ff1bc3 commit ecbdf3f

File tree

5 files changed

+33
-17
lines changed

5 files changed

+33
-17
lines changed

.changeset/twelve-pans-kick.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/image-comparison-core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @wdio/image-comparison-core
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 8ff1bc3: # 🐛 BugFix
8+
9+
## #1078: Cursor inside shadow is shown, even with disableBlinkingCursor
10+
11+
Fix option "disableBlinkingCursor" to also work within shadowdom
12+
13+
# Committers: 1
14+
15+
- Carlo Jeske ([@plusgut](https://github.com/plusgut))
16+
317
## 1.0.1
418

519
### Patch Changes

packages/image-comparison-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/image-comparison-core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Wim Selles - wswebcreation",
55
"description": "Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework",
66
"keywords": [

packages/visual-service/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @wdio/visual-service
22

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- 8ff1bc3: # 🐛 BugFix
8+
9+
## #1078: Cursor inside shadow is shown, even with disableBlinkingCursor
10+
11+
Fix option "disableBlinkingCursor" to also work within shadowdom
12+
13+
# Committers: 1
14+
15+
- Carlo Jeske ([@plusgut](https://github.com/plusgut))
16+
17+
- Updated dependencies [8ff1bc3]
18+
- @wdio/image-comparison-core@1.0.2
19+
320
## 9.0.1
421

522
### Patch Changes

packages/visual-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wdio/visual-service",
33
"author": "Wim Selles - wswebcreation",
44
"description": "Image comparison / visual regression testing for WebdriverIO",
5-
"version": "9.0.1",
5+
"version": "9.0.2",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

0 commit comments

Comments
 (0)