Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - appium-tizen-tv-driver@0.10.3
 - @headspinio/tizen-remote@0.5.3
  • Loading branch information
jlipps committed May 21, 2024
1 parent fe51c87 commit a8ac76a
Show file tree
Hide file tree
Showing 5 changed files with 18 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.

6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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

- improved non token supported device handling ([#597](https://github.com/headspinio/appium-tizen-tv-driver/issues/597)) ([fe51c87](https://github.com/headspinio/appium-tizen-tv-driver/commit/fe51c877ec29bbf62dc33fba48308ff66337d91a))

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

### 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.2",
"version": "0.10.3",
"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.2",
"@headspinio/tizen-remote": "^0.5.3",
"appium-chromedriver": "5.6.38",
"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.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

- improved non token supported device handling ([#597](https://github.com/headspinio/appium-tizen-tv-driver/issues/597)) ([fe51c87](https://github.com/headspinio/appium-tizen-tv-driver/commit/fe51c877ec29bbf62dc33fba48308ff66337d91a))

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

**Note:** Version bump only for package @headspinio/tizen-remote
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.2",
"version": "0.5.3",
"description": "Remote control automation for Tizen devices",
"keywords": [
"tizen",
Expand Down

0 comments on commit a8ac76a

Please sign in to comment.