appium-android-driver 10.3.3 → 10.3.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [10.3.5](https://github.com/appium/appium-android-driver/compare/v10.3.4...v10.3.5) (2025-05-21)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump conventional-changelog-conventionalcommits ([#997](https://github.com/appium/appium-android-driver/issues/997)) ([7f6b4ae](https://github.com/appium/appium-android-driver/commit/7f6b4aec3c6bde3f941bcbc131ae8efbfe9f0b52))
6
+
7
+ ## [10.3.4](https://github.com/appium/appium-android-driver/compare/v10.3.3...v10.3.4) (2025-05-09)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * Add Appium3-beta as supported peer dependency ([e2646c2](https://github.com/appium/appium-android-driver/commit/e2646c2c3022430d3dc2c33712bac87dab25494b))
12
+
1
13
  ## [10.3.3](https://github.com/appium/appium-android-driver/compare/v10.3.2...v10.3.3) (2025-04-24)
2
14
 
3
15
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "10.3.3",
3
+ "version": "10.3.5",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -87,7 +87,7 @@
87
87
  "android-apidemos": "^4.1.0",
88
88
  "chai": "^5.1.1",
89
89
  "chai-as-promised": "^8.0.0",
90
- "conventional-changelog-conventionalcommits": "^8.0.0",
90
+ "conventional-changelog-conventionalcommits": "^9.0.0",
91
91
  "mocha": "^11.0.1",
92
92
  "prettier": "^3.0.1",
93
93
  "rimraf": "^5.0.0",
@@ -98,7 +98,7 @@
98
98
  "xpath": "^0.x"
99
99
  },
100
100
  "peerDependencies": {
101
- "appium": "^2.0.0"
101
+ "appium": "^2.0.0 || ^3.0.0-beta.0"
102
102
  },
103
103
  "engines": {
104
104
  "node": ">=14",