Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Dec 5, 2024
1 parent 6ea0830 commit 1d16ac6
Show file tree
Hide file tree
Showing 27 changed files with 212 additions and 77 deletions.
94 changes: 47 additions & 47 deletions package-lock.json

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

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

## [2.13.1](https://github.com/appium/appium/compare/[email protected]@2.13.1) (2024-12-05)


### Bug Fixes

* **docutils:** update dependency lilconfig to v3.1.3 ([#20803](https://github.com/appium/appium/issues/20803)) ([93fa5cc](https://github.com/appium/appium/commit/93fa5ccb06eb5089bb3e8a8d9e67dad7f4446a0a))
* **support:** update dependency axios to v1.7.9 ([#20811](https://github.com/appium/appium/issues/20811)) ([69f100a](https://github.com/appium/appium/commit/69f100ad3e12030708dee4b8a74005dd41976e37))
* **support:** update dependency teen_process to v2.2.2 ([#20808](https://github.com/appium/appium/issues/20808)) ([c91683f](https://github.com/appium/appium/commit/c91683f50feea937ff8568eab6366465a6cf9a3e))
* **types:** update dependency type-fest to v4.30.0 ([#20802](https://github.com/appium/appium/issues/20802)) ([8590432](https://github.com/appium/appium/commit/8590432955eb7663e35847db541b9ead3f845a36))



## [2.13.0](https://github.com/appium/appium/compare/[email protected]@2.13.0) (2024-12-02)


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.13.0",
"version": "2.13.1",
"description": "Automation for Apps.",
"keywords": [
"automation",
Expand Down Expand Up @@ -60,13 +60,13 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-driver": "^9.13.0",
"@appium/base-plugin": "^2.2.49",
"@appium/docutils": "^1.0.25",
"@appium/base-driver": "^9.13.1",
"@appium/base-plugin": "^2.2.50",
"@appium/docutils": "^1.0.26",
"@appium/logger": "^1.6.1",
"@appium/schema": "^0.7.0",
"@appium/support": "^5.1.8",
"@appium/types": "^0.22.2",
"@appium/support": "^6.0.0",
"@appium/types": "^0.22.3",
"@sidvind/better-ajv-errors": "3.0.1",
"@types/argparse": "2.0.17",
"@types/bluebird": "3.5.42",
Expand Down
12 changes: 12 additions & 0 deletions packages/base-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.13.1](https://github.com/appium/appium/compare/@appium/[email protected]...@appium/[email protected]) (2024-12-05)


### Bug Fixes

* **base-driver:** add * always for non-separator for backward compatibility ([#20821](https://github.com/appium/appium/issues/20821)) ([6ea0830](https://github.com/appium/appium/commit/6ea0830319c204097233d0659e21b3447b624431))
* **base-driver:** update dependency @types/method-override to v3 ([#20799](https://github.com/appium/appium/issues/20799)) ([42ef484](https://github.com/appium/appium/commit/42ef4841f9a379d8e9ce531eb5375eab03902e3f))
* **support:** update dependency axios to v1.7.9 ([#20811](https://github.com/appium/appium/issues/20811)) ([69f100a](https://github.com/appium/appium/commit/69f100ad3e12030708dee4b8a74005dd41976e37))
* **types:** update dependency type-fest to v4.30.0 ([#20802](https://github.com/appium/appium/issues/20802)) ([8590432](https://github.com/appium/appium/commit/8590432955eb7663e35847db541b9ead3f845a36))



## [9.13.0](https://github.com/appium/appium/compare/@appium/[email protected]...@appium/[email protected]) (2024-12-02)


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.13.0",
"version": "9.13.1",
"description": "Base driver class for Appium drivers",
"keywords": [
"automation",
Expand Down Expand Up @@ -44,8 +44,8 @@
"test:types": "tsd"
},
"dependencies": {
"@appium/support": "^5.1.8",
"@appium/types": "^0.22.2",
"@appium/support": "^6.0.0",
"@appium/types": "^0.22.3",
"@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.50](https://github.com/appium/appium/compare/@appium/[email protected]...@appium/[email protected]) (2024-12-05)

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





## [2.2.49](https://github.com/appium/appium/compare/@appium/[email protected]...@appium/[email protected]) (2024-12-02)

**Note:** Version bump only for package @appium/base-plugin
Expand Down
6 changes: 3 additions & 3 deletions packages/base-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appium/base-plugin",
"version": "2.2.49",
"version": "2.2.50",
"description": "The base plugin used to create Appium 2.0 plugins",
"keywords": [
"automation",
Expand Down Expand Up @@ -40,8 +40,8 @@
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
},
"dependencies": {
"@appium/base-driver": "^9.13.0",
"@appium/support": "^5.1.8"
"@appium/base-driver": "^9.13.1",
"@appium/support": "^6.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
Expand Down
Loading

0 comments on commit 1d16ac6

Please sign in to comment.