From ef483e34ec9a23c3b63ab76d849b25403435a58e Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sun, 24 Sep 2023 00:57:54 -0700 Subject: [PATCH 1/5] fix: release package (#658) --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 23f7804ec..592f72fee 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,9 @@ "build/index.js", "build/lib", "scripts", - "CHANGELOG.md" + "CHANGELOG.md", + "LICENSE", + "npm-shrinkwrap.json" ], "dependencies": { "@babel/runtime": "^7.0.0", From 85242e7c06816c398125b30cd97abfd499020cff Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 Sep 2023 07:59:40 +0000 Subject: [PATCH 2/5] chore(release): 2.29.10 [skip ci] ## [2.29.10](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.9...v2.29.10) (2023-09-24) ### Bug Fixes * release package ([#658](https://github.com/appium/appium-uiautomator2-driver/issues/658)) ([ef483e3](https://github.com/appium/appium-uiautomator2-driver/commit/ef483e34ec9a23c3b63ab76d849b25403435a58e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9779b4f..36226a6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.29.10](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.9...v2.29.10) (2023-09-24) + + +### Bug Fixes + +* release package ([#658](https://github.com/appium/appium-uiautomator2-driver/issues/658)) ([ef483e3](https://github.com/appium/appium-uiautomator2-driver/commit/ef483e34ec9a23c3b63ab76d849b25403435a58e)) + ## [2.29.9](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.8...v2.29.9) (2023-09-21) diff --git a/package.json b/package.json index 592f72fee..1e2aea2a1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.29.9", + "version": "2.29.10", "author": "Appium Contributors", "license": "Apache-2.0", "repository": { From b3dd0a2738543a0ce3ceeb6d3dfe8aa2918977d4 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Mon, 25 Sep 2023 19:26:29 +0200 Subject: [PATCH 3/5] tests: Run tests on release server version --- .github/workflows/functional-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index c25e73801..0ac5e1d68 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -48,7 +48,7 @@ jobs: - run: | brew install xq npm install mocha-multi-reporters --save-dev - npm install -g appium@next + npm install -g appium npm install --no-save mjpeg-consumer name: Install dev dependencies - uses: actions/setup-java@v3 From 92e98841a2bb5c6dfd7924d55a82bb65194c8b11 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sun, 8 Oct 2023 20:28:54 +0200 Subject: [PATCH 4/5] chore: Bump appium-adb --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e2aea2a1..62958652a 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ ], "dependencies": { "@babel/runtime": "^7.0.0", - "appium-adb": "^9.14.10", - "appium-android-driver": "^5.14.9", + "appium-adb": "^9.14.12", + "appium-android-driver": "^5.14.10", "appium-chromedriver": "^5.6.5", "appium-uiautomator2-server": "^5.12.2", "asyncbox": "^2.3.1", From 0b1d1b8035ed4e792aa5ca13dace112015e65c8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Oct 2023 18:30:29 +0000 Subject: [PATCH 5/5] chore(release): 2.29.11 [skip ci] ## [2.29.11](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.10...v2.29.11) (2023-10-08) ### Miscellaneous Chores * Bump appium-adb ([92e9884](https://github.com/appium/appium-uiautomator2-driver/commit/92e98841a2bb5c6dfd7924d55a82bb65194c8b11)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36226a6c9..785607123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.29.11](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.10...v2.29.11) (2023-10-08) + + +### Miscellaneous Chores + +* Bump appium-adb ([92e9884](https://github.com/appium/appium-uiautomator2-driver/commit/92e98841a2bb5c6dfd7924d55a82bb65194c8b11)) + ## [2.29.10](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.9...v2.29.10) (2023-09-24) diff --git a/package.json b/package.json index 62958652a..0705f175a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.29.10", + "version": "2.29.11", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {