Skip to content

Commit 15e88f0

Browse files
chore: release [skip ci] (#450)
Co-authored-by: WebdriverIO Release Bot <bot@webdriver.io>
1 parent 85a1d82 commit 15e88f0

File tree

5 files changed

+40
-21
lines changed

5 files changed

+40
-21
lines changed

.changeset/rich-boats-deliver.md

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

packages/ocr-service/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- 85a1d82: # 🐛 Bug Fixes
8+
9+
Fix issues:
10+
11+
- [438](https://github.com/webdriverio/visual-testing/issues/438): resizeDimensions not working
12+
- [448](https://github.com/webdriverio/visual-testing/issues/448): hideElements and removeElements` don't work for native apps
13+
14+
# 💅 Polish
15+
16+
- update dependencies
17+
18+
# Committers: 1
19+
20+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
21+
322
## 1.0.4
423

524
### Patch Changes

packages/ocr-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wdio/ocr-service",
33
"author": "Wim Selles - wswebcreation",
44
"description": "A WebdriverIO service that is using Tesseract OCR for Desktop/Mobile Web and Mobile Native App tests.",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

packages/webdriver-image-comparison/CHANGELOG.md

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

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- 85a1d82: # 🐛 Bug Fixes
8+
9+
Fix issues:
10+
11+
- [438](https://github.com/webdriverio/visual-testing/issues/438): resizeDimensions not working
12+
- [448](https://github.com/webdriverio/visual-testing/issues/448): hideElements and removeElements` don't work for native apps
13+
14+
# 💅 Polish
15+
16+
- update dependencies
17+
18+
# Committers: 1
19+
20+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
21+
322
## 6.1.0
423

524
### Minor Changes

packages/webdriver-image-comparison/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdriver-image-comparison",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"author": "Wim Selles - wswebcreation",
55
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",
66
"keywords": [],

0 commit comments

Comments
 (0)