Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - appium-tizen-tv-driver@0.11.0
 - @headspinio/tizen-remote@0.5.4
  • Loading branch information
jlipps committed May 30, 2024
1 parent a829d96 commit fef9806
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/appium-tizen-tv-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.0](https://github.com/headspinio/appium-tizen-tv-driver/compare/appium-tizen-tv-driver@0.10.3...appium-tizen-tv-driver@0.11.0) (2024-05-30)

### Features

- add activateApp/terminateApp ext command ([#602](https://github.com/headspinio/appium-tizen-tv-driver/issues/602)) ([da1de0c](https://github.com/headspinio/appium-tizen-tv-driver/commit/da1de0ce65a34179451e6c81d821e7b8fd976ff1))
- improve older platform version handling such as 2016 ([#599](https://github.com/headspinio/appium-tizen-tv-driver/issues/599)) ([3457823](https://github.com/headspinio/appium-tizen-tv-driver/commit/3457823b8790fcf912b0d1066cf127644d5da6dd))

### Bug Fixes

- **appium-tizen-tv-driver:** update dependency appium-chromedriver to v5.6.54 ([c6d320e](https://github.com/headspinio/appium-tizen-tv-driver/commit/c6d320e1bc3ec6c11e4a7f38eddd6c9307452f4e))
- **appium-tizen-tv-driver:** update dependency teen_process to v2.1.3 ([2fc0f21](https://github.com/headspinio/appium-tizen-tv-driver/commit/2fc0f2185419a2a2685b14300147343d04ce373a))

## [0.10.3](https://github.com/headspinio/appium-tizen-tv-driver/compare/appium-tizen-tv-driver@0.10.2...appium-tizen-tv-driver@0.10.3) (2024-05-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/appium-tizen-tv-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mobile",
"mobile testing"
],
"version": "0.10.3",
"version": "0.11.0",
"author": "Jonathan Lipps <jlipps@headspin.io>",
"license": "Apache-2.0",
"repository": {
Expand All @@ -35,7 +35,7 @@
"types": "build/lib/index.d.ts",
"dependencies": {
"@appium/types": "0.13.4",
"@headspinio/tizen-remote": "^0.5.3",
"@headspinio/tizen-remote": "^0.5.4",
"appium-chromedriver": "5.6.54",
"asyncbox": "3.0.0",
"bluebird": "3.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/tizen-remote/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.4](https://github.com/headspinio/appium-tizen-tv-driver/compare/@headspinio/tizen-remote@0.5.3...@headspinio/tizen-remote@0.5.4) (2024-05-30)

### Bug Fixes

- **tizen-remote:** update dependency ws to v8.17.0 ([dd3d829](https://github.com/headspinio/appium-tizen-tv-driver/commit/dd3d82937560b7b04193fb2643a2d9b9a5cc1134))

## [0.5.3](https://github.com/headspinio/appium-tizen-tv-driver/compare/@headspinio/tizen-remote@0.5.2...@headspinio/tizen-remote@0.5.3) (2024-05-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/tizen-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@headspinio/tizen-remote",
"version": "0.5.3",
"version": "0.5.4",
"description": "Remote control automation for Tizen devices",
"keywords": [
"tizen",
Expand Down

0 comments on commit fef9806

Please sign in to comment.