Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - appium-tizen-tv-driver@0.16.0
 - @headspinio/tizen-remote@0.6.1
  • Loading branch information
KazuCocoa committed Jan 7, 2025
1 parent a63b6a6 commit b53edd1
Show file tree
Hide file tree
Showing 5 changed files with 23 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.

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

## [0.16.0](https://github.com/headspinio/appium-tizen-tv-driver/compare/appium-tizen-tv-driver@0.15.0...appium-tizen-tv-driver@0.16.0) (2025-01-07)

### Features

- add appium:showChromedriverLog support ([#699](https://github.com/headspinio/appium-tizen-tv-driver/issues/699)) ([ca8d4c0](https://github.com/headspinio/appium-tizen-tv-driver/commit/ca8d4c0e75000b66ca7f375436df27799c9628b1))

### Bug Fixes

- **appium-tizen-tv-driver:** update dependency appium-chromedriver to v6 ([#686](https://github.com/headspinio/appium-tizen-tv-driver/issues/686)) ([606155c](https://github.com/headspinio/appium-tizen-tv-driver/commit/606155c24c181094d4a8736c6a4fcbd7e40ec386))
- **appium-tizen-tv-driver:** update dependency teen_process to v2.2.2 ([#696](https://github.com/headspinio/appium-tizen-tv-driver/issues/696)) ([50f98de](https://github.com/headspinio/appium-tizen-tv-driver/commit/50f98de53ba14fa01482b072a221099a2eefb0cd))

## [0.15.0](https://github.com/headspinio/appium-tizen-tv-driver/compare/appium-tizen-tv-driver@0.14.1...appium-tizen-tv-driver@0.15.0) (2024-11-27)

### Features
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.15.0",
"version": "0.16.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.6.0",
"@headspinio/tizen-remote": "^0.6.1",
"appium-chromedriver": "6.1.13",
"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.6.1](https://github.com/headspinio/appium-tizen-tv-driver/compare/@headspinio/tizen-remote@0.6.0...@headspinio/tizen-remote@0.6.1) (2025-01-07)

### Bug Fixes

- **tizen-remote:** update dependency debug to v4.4.0 ([#697](https://github.com/headspinio/appium-tizen-tv-driver/issues/697)) ([2dddfd8](https://github.com/headspinio/appium-tizen-tv-driver/commit/2dddfd85504e67a90f4305ed0e2dc31b77c5b656))

## [0.6.0](https://github.com/headspinio/appium-tizen-tv-driver/compare/@headspinio/tizen-remote@0.5.8...@headspinio/tizen-remote@0.6.0) (2024-11-12)

### Features
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.6.0",
"version": "0.6.1",
"description": "Remote control automation for Tizen devices",
"keywords": [
"tizen",
Expand Down

0 comments on commit b53edd1

Please sign in to comment.