Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - appium@2.5.4
 - @appium/base-driver@9.6.0
 - @appium/base-plugin@2.2.31
 - @appium/doctor@2.0.36
 - @appium/docutils@1.0.7
 - @appium/driver-test-support@0.4.23
 - @appium/execute-driver-plugin@3.0.28
 - @appium/fake-plugin@3.1.35
 - @appium/images-plugin@3.0.6
 - @appium/plugin-test-support@0.3.30
 - @appium/support@4.2.5
 - @appium/test-support@3.0.35
 - @appium/types@0.17.0
  • Loading branch information
jlipps committed Apr 21, 2024
1 parent 2c2141c commit 6344d14
Show file tree
Hide file tree
Showing 27 changed files with 190 additions and 80 deletions.
98 changes: 49 additions & 49 deletions package-lock.json

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

9 changes: 9 additions & 0 deletions packages/appium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.4](https://github.com/appium/appium/compare/appium@2.5.3...appium@2.5.4) (2024-04-21)


### Bug Fixes

* **execute-driver-plugin:** update dependency webdriverio to v8.36.1 ([9ad20ff](https://github.com/appium/appium/commit/9ad20ff1c266923f3efe50bfe2ae4b1ab8ecb20a))



## [2.5.3](https://github.com/appium/appium/compare/appium@2.5.2...appium@2.5.3) (2024-04-16)


Expand Down
12 changes: 6 additions & 6 deletions packages/appium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium",
"version": "2.5.3",
"version": "2.5.4",
"description": "Automation for Apps.",
"keywords": [
"automation",
Expand Down Expand Up @@ -60,12 +60,12 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-driver": "^9.5.4",
"@appium/base-plugin": "^2.2.30",
"@appium/docutils": "^1.0.6",
"@appium/base-driver": "^9.6.0",
"@appium/base-plugin": "^2.2.31",
"@appium/docutils": "^1.0.7",
"@appium/schema": "~0.5.0",
"@appium/support": "^4.2.4",
"@appium/types": "^0.16.2",
"@appium/support": "^4.2.5",
"@appium/types": "^0.17.0",
"@sidvind/better-ajv-errors": "2.1.3",
"@types/argparse": "2.0.16",
"@types/bluebird": "3.5.42",
Expand Down
9 changes: 9 additions & 0 deletions packages/base-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.6.0](https://github.com/appium/appium/compare/@appium/base-driver@9.5.4...@appium/base-driver@9.6.0) (2024-04-21)


### Features

* **base-driver:** Add onDownload handler to the configureApp helper ([#20015](https://github.com/appium/appium/issues/20015)) ([8cf3efd](https://github.com/appium/appium/commit/8cf3efdbed6c0868f2d7838e249a3d2478f186d4))



## [9.5.4](https://github.com/appium/appium/compare/@appium/base-driver@9.5.3...@appium/base-driver@9.5.4) (2024-04-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/base-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appium/base-driver",
"version": "9.5.4",
"version": "9.6.0",
"description": "Base driver class for Appium drivers",
"keywords": [
"automation",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:types": "tsd"
},
"dependencies": {
"@appium/support": "^4.2.4",
"@appium/types": "^0.16.2",
"@appium/support": "^4.2.5",
"@appium/types": "^0.17.0",
"@colors/colors": "1.6.0",
"@types/async-lock": "1.4.2",
"@types/bluebird": "3.5.42",
Expand Down
8 changes: 8 additions & 0 deletions packages/base-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.31](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.30...@appium/base-plugin@2.2.31) (2024-04-21)

**Note:** Version bump only for package @appium/base-plugin





## [2.2.30](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.29...@appium/base-plugin@2.2.30) (2024-04-16)

**Note:** Version bump only for package @appium/base-plugin
Expand Down

0 comments on commit 6344d14

Please sign in to comment.