appium-uiautomator2-server 6.0.4 → 6.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [6.0.6](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.5...v6.0.6) (2024-01-26)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump appium-adb from 11.1.0 to 12.0.2 ([#607](https://github.com/appium/appium-uiautomator2-server/issues/607)) ([175139e](https://github.com/appium/appium-uiautomator2-server/commit/175139eadf6e4a0607dee61910849bb54e581eff))
7
+
8
+ ## [6.0.5](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.4...v6.0.5) (2024-01-25)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps:** bump com.android.tools.build:gradle in /app ([#606](https://github.com/appium/appium-uiautomator2-server/issues/606)) ([34b7a77](https://github.com/appium/appium-uiautomator2-server/commit/34b7a77e3e119c698ec03a367057c5f4f36b1254))
14
+
1
15
  ## [6.0.4](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.3...v6.0.4) (2024-01-19)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "6.0.4",
3
+ "version": "6.0.6",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "@semantic-release/changelog": "^6.0.1",
47
47
  "@semantic-release/git": "^10.0.1",
48
48
  "android-apidemos": "^4.0.0",
49
- "appium-adb": "^11.0.1",
49
+ "appium-adb": "^12.0.2",
50
50
  "bluebird": "^3.7.2",
51
51
  "conventional-changelog-conventionalcommits": "^7.0.1",
52
52
  "fancy-log": "^2.0.0",