Skip to content

Commit bdb54b2

Browse files
committed
chore: publish
- [email protected] - @headspinio/[email protected]
1 parent abebfcd commit bdb54b2

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/appium-tizen-tv-driver/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.1](https://github.com/headspinio/appium-tizen-tv-driver/compare/[email protected]@0.14.1) (2024-11-12)
7+
8+
**Note:** Version bump only for package appium-tizen-tv-driver
9+
610
## [0.14.0](https://github.com/headspinio/appium-tizen-tv-driver/compare/[email protected]@0.14.0) (2024-10-29)
711

812
### Features

packages/appium-tizen-tv-driver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"mobile",
1010
"mobile testing"
1111
],
12-
"version": "0.14.0",
12+
"version": "0.14.1",
1313
"author": "Jonathan Lipps <[email protected]>",
1414
"license": "Apache-2.0",
1515
"repository": {
@@ -35,7 +35,7 @@
3535
"types": "build/lib/index.d.ts",
3636
"dependencies": {
3737
"@appium/types": "0.13.4",
38-
"@headspinio/tizen-remote": "^0.5.8",
38+
"@headspinio/tizen-remote": "^0.6.0",
3939
"appium-chromedriver": "5.6.78",
4040
"asyncbox": "3.0.0",
4141
"bluebird": "3.7.2",

packages/tizen-remote/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.0](https://github.com/headspinio/appium-tizen-tv-driver/compare/@headspinio/[email protected]...@headspinio/[email protected]) (2024-11-12)
7+
8+
### Features
9+
10+
- **tizen-remote:** unset if the request got timeout in remote mode ([#688](https://github.com/headspinio/appium-tizen-tv-driver/issues/688)) ([abebfcd](https://github.com/headspinio/appium-tizen-tv-driver/commit/abebfcdbe5ac6d7f9d517c6cb2a9890e986bace9))
11+
12+
### Bug Fixes
13+
14+
- fix condtiion of this.isTokenSupportedDevice with appium:resetRcToken ([#687](https://github.com/headspinio/appium-tizen-tv-driver/issues/687)) ([789c010](https://github.com/headspinio/appium-tizen-tv-driver/commit/789c01078358af51f16d8af426229732301da54d))
15+
616
## [0.5.8](https://github.com/headspinio/appium-tizen-tv-driver/compare/@headspinio/[email protected]...@headspinio/[email protected]) (2024-10-29)
717

818
### Bug Fixes

packages/tizen-remote/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headspinio/tizen-remote",
3-
"version": "0.5.8",
3+
"version": "0.6.0",
44
"description": "Remote control automation for Tizen devices",
55
"keywords": [
66
"tizen",

0 commit comments

Comments
 (0)