Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 20, 2024
1 parent fe6d511 commit 772c13c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 101 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ These Appium commands can work across context
$ cd driver
$ sh release.sh
$ npm version <major|minor|patch>
# update changelog
$ git commit -am 'chore: bump version'
$ git tag <version number> # e.g. git tag v0.0.32
$ git push origin v0.0.32
Expand Down
3 changes: 3 additions & 0 deletions driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.4.1
- Removed unused dependencies

## 2.4.0
- Update Appium UIAutomation2 driver dependency to 2.42.1
- Update Appium XCUITest driver dependency to 5.14.0
Expand Down
112 changes: 14 additions & 98 deletions driver/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"appium",
"flutter"
],
"version": "2.4.0",
"version": "2.4.1",
"author": "TruongSinh Tran-Nguyen <i@truongsinh.pro>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -76,12 +76,10 @@
"typescript": "~5.2"
},
"dependencies": {
"appium-adb": "^11.0.1",
"appium-android-driver": "^7.5.1",
"appium-ios-device": "^2.4.1",
"appium-uiautomator2-driver": "^2.39.0",
"appium-xcuitest-driver": "^5.13.0",
"asyncbox": "^3.0.0",
"bluebird": "^3.1.1",
"lodash": "^4.0.0",
"portscanner": "^2.2.0",
Expand Down

0 comments on commit 772c13c

Please sign in to comment.