Skip to content

Commit d2f1674

Browse files
chore: release [skip ci] (#550)
Co-authored-by: WebdriverIO Release Bot <bot@webdriver.io>
1 parent 786248e commit d2f1674

File tree

7 files changed

+350
-339
lines changed

7 files changed

+350
-339
lines changed

.changeset/nervous-chairs-warn.md

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

packages/ocr-service/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 786248e: Upgrade Jimp to the latest major
8+
39
## 2.1.1
410

511
### Patch Changes
@@ -8,9 +14,9 @@
814

915
Functions in utils such as `getData.ts` used the global `browser`, but this is not browser is not the browser making for example the `ocrClick` function call when the we are running in the multiremote context. This could lead to `ERR_BUFFER_OUT_OF_BOUNDS` error. This release fixes that error.
1016

11-
# Committers: 1
17+
# Committers: 1
1218

13-
- Chanatan Charnkijtawarush ([@ccharnkij](https://github.com/ccharnkij))
19+
- Chanatan Charnkijtawarush ([@ccharnkij](https://github.com/ccharnkij))
1420

1521
## 2.1.0
1622

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": "2.1.1",
5+
"version": "2.2.0",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

packages/visual-reporter/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wdio/visual-reporter
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 786248e: Upgrade Jimp to the latest major
8+
39
## 0.2.0
410

511
### Minor Changes
@@ -36,7 +42,7 @@ We've update all dependencies.
3642

3743
### Committers: 1
3844

39-
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
45+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
4046

4147
## 0.1.7
4248

packages/visual-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wdio/visual-reporter",
33
"author": "Wim Selles - wswebcreation",
44
"description": "Visual Testing HTML Report for the @wdio/visual-service module",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

0 commit comments

Comments
 (0)