appium-uiautomator2-server 5.7.4 → 5.7.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.
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
+
## [5.7.5](https://github.com/appium/appium-uiautomator2-server/compare/v5.7.4...v5.7.5) (2022-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Code Refactoring
|
|
5
|
+
|
|
6
|
+
* Reset session-specific settings before a new session starts ([#487](https://github.com/appium/appium-uiautomator2-server/issues/487)) ([091cb02](https://github.com/appium/appium-uiautomator2-server/commit/091cb0242669e283197b6b61900903855900d033))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* update releaserc ([#489](https://github.com/appium/appium-uiautomator2-server/issues/489)) ([3f401f5](https://github.com/appium/appium-uiautomator2-server/commit/3f401f53e912a8991a90f1cdcf87939ae17d0cbe))
|
|
12
|
+
|
|
1
13
|
## [5.7.4](https://github.com/appium/appium-uiautomator2-server/compare/v5.7.3...v5.7.4) (2022-11-06)
|
package/apks/{appium-uiautomator2-server-v5.7.4.apk → appium-uiautomator2-server-v5.7.5.apk}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-server",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.5",
|
|
4
4
|
"description": "A netty server with uiautomator2 handlers",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"android-apidemos": "^4.0.0",
|
|
49
49
|
"appium-adb": "^9.0.0",
|
|
50
50
|
"bluebird": "^3.7.2",
|
|
51
|
+
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
51
52
|
"fancy-log": "^2.0.0",
|
|
52
53
|
"eslint": "^7.32.0",
|
|
53
54
|
"eslint-config-prettier": "^8.5.0",
|
|
Binary file
|