Skip to content

Commit

Permalink
Version Packages (#755)
Browse files Browse the repository at this point in the history
* chore: release [skip ci]

* Update packages/ocr-service/CHANGELOG.md

* Update packages/visual-reporter/CHANGELOG.md

* Update packages/webdriver-image-comparison/CHANGELOG.md

---------

Co-authored-by: WebdriverIO Release Bot <[email protected]>
Co-authored-by: Wim Selles <[email protected]>
  • Loading branch information
3 people authored Jan 29, 2025
1 parent a16df3a commit ebefb9c
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .changeset/popular-otters-suffer.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ocr-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wdio/ocr-service

## 2.2.4

### Patch Changes

- 69d25fe: Multiple fixes:

- update deps
## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ocr-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wdio/ocr-service",
"author": "Wim Selles - wswebcreation",
"description": "A WebdriverIO service that is using Tesseract OCR for Desktop/Mobile Web and Mobile Native App tests.",
"version": "2.2.3",
"version": "2.2.4",
"license": "MIT",
"homepage": "https://webdriver.io/docs/visual-testing",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/visual-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wdio/visual-reporter

## 0.4.6

### Patch Changes

- 69d25fe: Multiple fixes:

- update deps

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/visual-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wdio/visual-reporter",
"author": "Wim Selles - wswebcreation",
"description": "Visual Testing HTML Report for the @wdio/visual-service module",
"version": "0.4.5",
"version": "0.4.6",
"license": "MIT",
"homepage": "https://webdriver.io/docs/visual-testing",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/visual-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @wdio/visual-service

## 6.3.1

### Patch Changes

- 69d25fe: Multiple fixes:

- update deps
- fix #728: Missing Type Information in Service Configuration
- fix #745: The image comparison process stalls when utilizing the checkElement method to compare screenshots of two different elements

- Updated dependencies [69d25fe]
- [email protected]

## 6.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/visual-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wdio/visual-service",
"author": "Wim Selles - wswebcreation",
"description": "Image comparison / visual regression testing for WebdriverIO",
"version": "6.3.0",
"version": "6.3.1",
"license": "MIT",
"homepage": "https://webdriver.io/docs/visual-testing",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@wdio/logger": "^9.4.4",
"@wdio/types": "^9.6.3",
"node-fetch": "^3.3.2",
"webdriver-image-comparison": "^7.3.0"
"webdriver-image-comparison": "^7.3.1"
},
"devDependencies": {}
}
10 changes: 9 additions & 1 deletion packages/webdriver-image-comparison/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# webdriver-image-comparison

## 7.3.1

### Patch Changes

- 69d25fe: Multiple fixes:

- update deps

## 7.3.0

### Minor Changes

- 2d033e8: #691 Add option to ignore blinking cursors / carets
- 2d033e8: #691 Add option to ignore blinking cursors / carets

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/webdriver-image-comparison/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver-image-comparison",
"version": "7.3.0",
"version": "7.3.1",
"author": "Wim Selles - wswebcreation",
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",
"keywords": [],
Expand Down

0 comments on commit ebefb9c

Please sign in to comment.