Skip to content

Commit 459fa7d

Browse files
chore(release): 9.10.0 [skip ci]
## [9.10.0](v9.9.1...v9.10.0) (2026-01-13) ### Features * Add text size and text unit attributes ([#749](#749)) ([c93de5a](c93de5a))
1 parent c93de5a commit 459fa7d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.10.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.9.1...v9.10.0) (2026-01-13)
2+
3+
### Features
4+
5+
* Add text size and text unit attributes ([#749](https://github.com/appium/appium-uiautomator2-server/issues/749)) ([c93de5a](https://github.com/appium/appium-uiautomator2-server/commit/c93de5a61865f6eaccceb9c73df9f4987ba45a02))
6+
17
## [9.9.1](https://github.com/appium/appium-uiautomator2-server/compare/v9.9.0...v9.9.1) (2026-01-06)
28

39
### Miscellaneous Chores

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ android.nonFinalResIds=false
2323
org.gradle.java.installations.auto-detect=true
2424
org.gradle.java.installations.auto-download=false
2525
#kotlin.gradle.plugin.source.attachment=true
26-
versionName=9.9.1
27-
versionCode=245
26+
versionName=9.10.0
27+
versionCode=246

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-uiautomator2-server",
3-
"version": "9.9.1",
3+
"version": "9.10.0",
44
"description": "A netty server with uiautomator2 handlers",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)