Skip to content

Commit

Permalink
Version Packages (#693)
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

* Update packages/visual-service/CHANGELOG.md

---------

Co-authored-by: WebdriverIO Release Bot <[email protected]>
Co-authored-by: Wim Selles <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent 2d033e8 commit 4fdb46d
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/swift-news-smell.md

This file was deleted.

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

## 2.2.3

### Patch Changes

- 2d033e8: update deps

## 2.2.2

### 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.2",
"version": "2.2.3",
"license": "MIT",
"homepage": "https://webdriver.io/docs/visual-testing",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/visual-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wdio/visual-reporter

## 0.4.5

### Patch Changes

- 2d033e8: update deps

## 0.4.4

### 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.4",
"version": "0.4.5",
"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.0

### Minor Changes

- 2d033e8: Add LambdaTest support
- #691 Add option to ignore blinking cursors / carets by providing the option `disableBlinkingCursor`
- #692 Add support for `appium:options`

### Patch Changes

- Updated dependencies [2d033e8]
- [email protected]

## 6.2.5

### Patch 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.2.5",
"version": "6.3.0",
"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.4.4",
"node-fetch": "^3.3.2",
"webdriver-image-comparison": "^7.2.2"
"webdriver-image-comparison": "^7.3.0"
},
"devDependencies": {}
}
10 changes: 10 additions & 0 deletions packages/webdriver-image-comparison/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# webdriver-image-comparison

## 7.3.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [2d033e8]

## 7.2.2

### 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.2.2",
"version": "7.3.0",
"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 4fdb46d

Please sign in to comment.