Skip to content

Commit

Permalink
Merge branch 'master' into boneskull/types
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Oct 13, 2023
2 parents 9e3c86f + 0b1d1b8 commit 1c8a251
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [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)


### 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)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"automated testing",
"android"
],
"version": "2.29.9",
"version": "2.29.11",
"bugs": {
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
},
Expand All @@ -31,8 +31,8 @@
"build",
"scripts",
"CHANGELOG.md",
"!build/test",
"!build/tsconfig.tsbuildinfo"
"LICENSE",
"npm-shrinkwrap.json"
],
"scripts": {
"build": "tsc -b",
Expand Down Expand Up @@ -64,7 +64,7 @@
"singleQuote": true
},
"dependencies": {
"appium-adb": "^9.14.10",
"appium-adb": "^9.14.12",
"appium-android-driver": "^6.0.0",
"appium-chromedriver": "^5.6.5",
"appium-uiautomator2-server": "^5.12.2",
Expand Down

0 comments on commit 1c8a251

Please sign in to comment.