From 35f4e2b7e4a82073389d6869cbfce8039b1b4ddd Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Fri, 13 Jan 2023 13:19:27 -0800 Subject: [PATCH] chore: publish - appium@2.0.0-beta.50 - @appium/base-driver@9.2.1 - @appium/base-plugin@2.1.1 - @appium/doctor@2.0.3 - @appium/docutils@0.1.3 - @appium/driver-test-support@0.3.3 - @appium/execute-driver-plugin@3.0.3 - @appium/fake-driver@5.1.1 - @appium/fake-plugin@3.1.1 - @appium/images-plugin@2.0.3 - @appium/opencv@2.0.3 - @appium/plugin-test-support@0.3.3 - @appium/relaxed-caps-plugin@1.0.2 - @appium/schema@0.2.1 - @appium/support@3.1.1 - @appium/test-support@3.0.3 - @appium/tsconfig@0.2.1 - @appium/typedoc-plugin-appium@0.3.1 - @appium/types@0.8.1 - @appium/universal-xml-plugin@1.0.2 --- package-lock.json | 82 ++++++++++----------- packages/appium/CHANGELOG.md | 8 ++ packages/appium/package.json | 14 ++-- packages/base-driver/CHANGELOG.md | 8 ++ packages/base-driver/package.json | 6 +- packages/base-plugin/CHANGELOG.md | 8 ++ packages/base-plugin/package.json | 4 +- packages/doctor/CHANGELOG.md | 8 ++ packages/doctor/package.json | 4 +- packages/docutils/CHANGELOG.md | 8 ++ packages/docutils/package.json | 4 +- packages/driver-test-support/CHANGELOG.md | 8 ++ packages/driver-test-support/package.json | 4 +- packages/execute-driver-plugin/CHANGELOG.md | 8 ++ packages/execute-driver-plugin/package.json | 2 +- packages/fake-driver/CHANGELOG.md | 8 ++ packages/fake-driver/package.json | 2 +- packages/fake-plugin/CHANGELOG.md | 8 ++ packages/fake-plugin/package.json | 6 +- packages/images-plugin/CHANGELOG.md | 8 ++ packages/images-plugin/package.json | 4 +- packages/opencv/CHANGELOG.md | 8 ++ packages/opencv/package.json | 2 +- packages/plugin-test-support/CHANGELOG.md | 8 ++ packages/plugin-test-support/package.json | 4 +- packages/relaxed-caps-plugin/CHANGELOG.md | 8 ++ packages/relaxed-caps-plugin/package.json | 2 +- packages/schema/CHANGELOG.md | 8 ++ packages/schema/package.json | 2 +- packages/support/CHANGELOG.md | 8 ++ packages/support/package.json | 6 +- packages/test-support/CHANGELOG.md | 8 ++ packages/test-support/package.json | 4 +- packages/tsconfig/CHANGELOG.md | 8 ++ packages/tsconfig/package.json | 2 +- packages/typedoc-plugin-appium/CHANGELOG.md | 8 ++ packages/typedoc-plugin-appium/package.json | 5 +- packages/types/CHANGELOG.md | 8 ++ packages/types/package.json | 6 +- packages/universal-xml-plugin/CHANGELOG.md | 8 ++ packages/universal-xml-plugin/package.json | 2 +- 41 files changed, 242 insertions(+), 85 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3634e9c04..b96c007d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16777,16 +16777,16 @@ } }, "packages/appium": { - "version": "2.0.0-beta.49", + "version": "2.0.0-beta.50", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.2.0", - "@appium/base-plugin": "^2.1.0", - "@appium/docutils": "^0.1.2", - "@appium/schema": "^0.2.0", - "@appium/support": "^3.1.0", - "@appium/types": "^0.8.0", + "@appium/base-driver": "^9.2.1", + "@appium/base-plugin": "^2.1.1", + "@appium/docutils": "^0.1.3", + "@appium/schema": "^0.2.1", + "@appium/support": "^3.1.1", + "@appium/types": "^0.8.1", "@sidvind/better-ajv-errors": "2.1.0", "@types/argparse": "2.0.10", "@types/bluebird": "3.5.38", @@ -16968,11 +16968,11 @@ }, "packages/base-driver": { "name": "@appium/base-driver", - "version": "9.2.0", + "version": "9.2.1", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^3.1.0", - "@appium/types": "^0.8.0", + "@appium/support": "^3.1.1", + "@appium/types": "^0.8.1", "@colors/colors": "1.5.0", "@types/async-lock": "1.3.0", "@types/bluebird": "3.5.38", @@ -17003,10 +17003,10 @@ }, "packages/base-plugin": { "name": "@appium/base-plugin", - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^3.1.0" + "@appium/support": "^3.1.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -17015,10 +17015,10 @@ }, "packages/doctor": { "name": "@appium/doctor", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^3.1.0", + "@appium/support": "^3.1.1", "@colors/colors": "1.5.0", "@types/bluebird": "3.5.38", "@types/teen_process": "2.0.0", @@ -17040,10 +17040,10 @@ }, "packages/docutils": { "name": "@appium/docutils", - "version": "0.1.2", + "version": "0.1.3", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^3.1.0", + "@appium/support": "^3.1.1", "source-map-support": "0.5.21", "teen_process": "2.0.2" }, @@ -17054,10 +17054,10 @@ }, "packages/driver-test-support": { "name": "@appium/driver-test-support", - "version": "0.3.2", + "version": "0.3.3", "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.8.0", + "@appium/types": "^0.8.1", "@types/lodash": "4.14.191", "axios": "1.2.2", "bluebird": "3.7.2", @@ -17095,7 +17095,7 @@ }, "packages/execute-driver-plugin": { "name": "@appium/execute-driver-plugin", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.38", @@ -17115,7 +17115,7 @@ }, "packages/fake-driver": { "name": "@appium/fake-driver", - "version": "5.1.0", + "version": "5.1.1", "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.38", @@ -17139,11 +17139,11 @@ }, "packages/fake-plugin": { "name": "@appium/fake-plugin", - "version": "3.1.0", + "version": "3.1.1", "license": "Apache-2.0", "dependencies": { - "@appium/base-plugin": "^2.1.0", - "@appium/support": "^3.1.0", + "@appium/base-plugin": "^2.1.1", + "@appium/support": "^3.1.1", "@types/bluebird": "3.5.38", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -17226,10 +17226,10 @@ }, "packages/images-plugin": { "name": "@appium/images-plugin", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0", "dependencies": { - "@appium/opencv": "^2.0.2", + "@appium/opencv": "^2.0.3", "lodash": "4.17.21", "lru-cache": "7.14.1", "source-map-support": "0.5.21" @@ -17244,7 +17244,7 @@ }, "packages/opencv": { "name": "@appium/opencv", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.38", @@ -17261,10 +17261,10 @@ }, "packages/plugin-test-support": { "name": "@appium/plugin-test-support", - "version": "0.3.2", + "version": "0.3.3", "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.8.0", + "@appium/types": "^0.8.1", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", @@ -17281,7 +17281,7 @@ }, "packages/relaxed-caps-plugin": { "name": "@appium/relaxed-caps-plugin", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "dependencies": { "lodash": "4.17.21", @@ -17297,7 +17297,7 @@ }, "packages/schema": { "name": "@appium/schema", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "dependencies": { "@types/json-schema": "7.0.11", @@ -17311,11 +17311,11 @@ }, "packages/support": { "name": "@appium/support", - "version": "3.1.0", + "version": "3.1.1", "license": "Apache-2.0", "dependencies": { - "@appium/tsconfig": "^0.2.0", - "@appium/types": "^0.8.0", + "@appium/tsconfig": "^0.2.1", + "@appium/types": "^0.8.1", "@colors/colors": "1.5.0", "@types/archiver": "5.3.1", "@types/base64-stream": "1.0.2", @@ -17533,10 +17533,10 @@ }, "packages/test-support": { "name": "@appium/test-support", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^3.1.0", + "@appium/support": "^3.1.1", "@colors/colors": "1.5.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -17555,7 +17555,7 @@ }, "packages/tsconfig": { "name": "@appium/tsconfig", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "dependencies": { "@tsconfig/node14": "1.0.3" @@ -17567,7 +17567,7 @@ }, "packages/typedoc-plugin-appium": { "name": "@appium/typedoc-plugin-appium", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "dependencies": { "handlebars": "4.7.7", @@ -17589,11 +17589,11 @@ }, "packages/types": { "name": "@appium/types", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0", "dependencies": { - "@appium/schema": "^0.2.0", - "@appium/tsconfig": "^0.2.0", + "@appium/schema": "^0.2.1", + "@appium/tsconfig": "^0.2.1", "@types/express": "4.17.15", "@types/npmlog": "4.1.4", "@types/ws": "8.5.4", @@ -17607,7 +17607,7 @@ }, "packages/universal-xml-plugin": { "name": "@appium/universal-xml-plugin", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "dependencies": { "@types/xmldom": "0.1.31", diff --git a/packages/appium/CHANGELOG.md b/packages/appium/CHANGELOG.md index 7bd6b0948..9af69dd40 100644 --- a/packages/appium/CHANGELOG.md +++ b/packages/appium/CHANGELOG.md @@ -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.0.0-beta.50](https://github.com/appium/appium/compare/appium@2.0.0-beta.49...appium@2.0.0-beta.50) (2023-01-13) + +**Note:** Version bump only for package appium + + + + + # [2.0.0-beta.49](https://github.com/appium/appium/compare/appium@2.0.0-beta.48...appium@2.0.0-beta.49) (2023-01-13) diff --git a/packages/appium/package.json b/packages/appium/package.json index 030f0be35..c77cc8449 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -1,6 +1,6 @@ { "name": "appium", - "version": "2.0.0-beta.49", + "version": "2.0.0-beta.50", "description": "Automation for Apps.", "keywords": [ "automation", @@ -58,12 +58,12 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-driver": "^9.2.0", - "@appium/base-plugin": "^2.1.0", - "@appium/docutils": "^0.1.2", - "@appium/schema": "^0.2.0", - "@appium/support": "^3.1.0", - "@appium/types": "^0.8.0", + "@appium/base-driver": "^9.2.1", + "@appium/base-plugin": "^2.1.1", + "@appium/docutils": "^0.1.3", + "@appium/schema": "^0.2.1", + "@appium/support": "^3.1.1", + "@appium/types": "^0.8.1", "@sidvind/better-ajv-errors": "2.1.0", "@types/argparse": "2.0.10", "@types/bluebird": "3.5.38", diff --git a/packages/base-driver/CHANGELOG.md b/packages/base-driver/CHANGELOG.md index 7d1e4663c..5495608f7 100644 --- a/packages/base-driver/CHANGELOG.md +++ b/packages/base-driver/CHANGELOG.md @@ -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. +## [9.2.1](https://github.com/appium/appium/compare/@appium/base-driver@9.2.0...@appium/base-driver@9.2.1) (2023-01-13) + +**Note:** Version bump only for package @appium/base-driver + + + + + # [9.2.0](https://github.com/appium/appium/compare/@appium/base-driver@9.1.0...@appium/base-driver@9.2.0) (2023-01-13) diff --git a/packages/base-driver/package.json b/packages/base-driver/package.json index 0d34f87c9..527e30e3b 100644 --- a/packages/base-driver/package.json +++ b/packages/base-driver/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-driver", - "version": "9.2.0", + "version": "9.2.1", "description": "Base driver class for Appium drivers", "keywords": [ "automation", @@ -42,8 +42,8 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^3.1.0", - "@appium/types": "^0.8.0", + "@appium/support": "^3.1.1", + "@appium/types": "^0.8.1", "@colors/colors": "1.5.0", "@types/async-lock": "1.3.0", "@types/bluebird": "3.5.38", diff --git a/packages/base-plugin/CHANGELOG.md b/packages/base-plugin/CHANGELOG.md index ce091733f..9789c71e6 100644 --- a/packages/base-plugin/CHANGELOG.md +++ b/packages/base-plugin/CHANGELOG.md @@ -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.1.1](https://github.com/appium/appium/compare/@appium/base-plugin@2.1.0...@appium/base-plugin@2.1.1) (2023-01-13) + +**Note:** Version bump only for package @appium/base-plugin + + + + + # [2.1.0](https://github.com/appium/appium/compare/@appium/base-plugin@2.0.1...@appium/base-plugin@2.1.0) (2023-01-13) diff --git a/packages/base-plugin/package.json b/packages/base-plugin/package.json index c2225f4af..b7ad763a1 100644 --- a/packages/base-plugin/package.json +++ b/packages/base-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-plugin", - "version": "2.1.0", + "version": "2.1.1", "description": "The base plugin used to create Appium 2.0 plugins", "keywords": [ "automation", @@ -39,7 +39,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^3.1.0" + "@appium/support": "^3.1.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", diff --git a/packages/doctor/CHANGELOG.md b/packages/doctor/CHANGELOG.md index eb15f5660..c183ce719 100644 --- a/packages/doctor/CHANGELOG.md +++ b/packages/doctor/CHANGELOG.md @@ -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.0.3](https://github.com/appium/appium/compare/@appium/doctor@2.0.2...@appium/doctor@2.0.3) (2023-01-13) + +**Note:** Version bump only for package @appium/doctor + + + + + ## [2.0.2](https://github.com/appium/appium/compare/@appium/doctor@2.0.1...@appium/doctor@2.0.2) (2023-01-13) diff --git a/packages/doctor/package.json b/packages/doctor/package.json index 67ecdbdd3..8e048d3c8 100644 --- a/packages/doctor/package.json +++ b/packages/doctor/package.json @@ -1,6 +1,6 @@ { "name": "@appium/doctor", - "version": "2.0.2", + "version": "2.0.3", "description": "Test environment for fitness to run Appium", "keywords": [ "automation", @@ -43,7 +43,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^3.1.0", + "@appium/support": "^3.1.1", "@colors/colors": "1.5.0", "@types/bluebird": "3.5.38", "@types/teen_process": "2.0.0", diff --git a/packages/docutils/CHANGELOG.md b/packages/docutils/CHANGELOG.md index 39e48f50f..76e7c8efc 100644 --- a/packages/docutils/CHANGELOG.md +++ b/packages/docutils/CHANGELOG.md @@ -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. +## [0.1.3](https://github.com/appium/appium/compare/@appium/docutils@0.1.2...@appium/docutils@0.1.3) (2023-01-13) + +**Note:** Version bump only for package @appium/docutils + + + + + ## [0.1.2](https://github.com/appium/appium/compare/@appium/docutils@0.1.1...@appium/docutils@0.1.2) (2023-01-13) **Note:** Version bump only for package @appium/docutils diff --git a/packages/docutils/package.json b/packages/docutils/package.json index 7dceed6cb..60745e51f 100644 --- a/packages/docutils/package.json +++ b/packages/docutils/package.json @@ -1,6 +1,6 @@ { "name": "@appium/docutils", - "version": "0.1.2", + "version": "0.1.3", "description": "Documentation generation utilities for Appium and related projects", "keywords": [ "automation", @@ -42,7 +42,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^3.1.0", + "@appium/support": "^3.1.1", "source-map-support": "0.5.21", "teen_process": "2.0.2" }, diff --git a/packages/driver-test-support/CHANGELOG.md b/packages/driver-test-support/CHANGELOG.md index 50d1d15dc..c2c929d38 100644 --- a/packages/driver-test-support/CHANGELOG.md +++ b/packages/driver-test-support/CHANGELOG.md @@ -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. +## [0.3.3](https://github.com/appium/appium/compare/@appium/driver-test-support@0.3.2...@appium/driver-test-support@0.3.3) (2023-01-13) + +**Note:** Version bump only for package @appium/driver-test-support + + + + + ## [0.3.2](https://github.com/appium/appium/compare/@appium/driver-test-support@0.3.1...@appium/driver-test-support@0.3.2) (2023-01-13) diff --git a/packages/driver-test-support/package.json b/packages/driver-test-support/package.json index 57bedc90b..61fbfa4fd 100644 --- a/packages/driver-test-support/package.json +++ b/packages/driver-test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/driver-test-support", - "version": "0.3.2", + "version": "0.3.3", "description": "Test utilities for Appium drivers", "keywords": [ "automation", @@ -40,7 +40,7 @@ }, "types": "./build/lib/index.d.ts", "dependencies": { - "@appium/types": "^0.8.0", + "@appium/types": "^0.8.1", "@types/lodash": "4.14.191", "axios": "1.2.2", "bluebird": "3.7.2", diff --git a/packages/execute-driver-plugin/CHANGELOG.md b/packages/execute-driver-plugin/CHANGELOG.md index 68f1db080..09083a828 100644 --- a/packages/execute-driver-plugin/CHANGELOG.md +++ b/packages/execute-driver-plugin/CHANGELOG.md @@ -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. +## [3.0.3](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@3.0.2...@appium/execute-driver-plugin@3.0.3) (2023-01-13) + +**Note:** Version bump only for package @appium/execute-driver-plugin + + + + + ## [3.0.2](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@3.0.1...@appium/execute-driver-plugin@3.0.2) (2023-01-13) diff --git a/packages/execute-driver-plugin/package.json b/packages/execute-driver-plugin/package.json index a7991d2eb..98c45325c 100644 --- a/packages/execute-driver-plugin/package.json +++ b/packages/execute-driver-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/execute-driver-plugin", - "version": "3.0.2", + "version": "3.0.3", "description": "Plugin for batching and executing driver commands with Appiums", "keywords": [ "automation", diff --git a/packages/fake-driver/CHANGELOG.md b/packages/fake-driver/CHANGELOG.md index 712d1d259..e9c16d7ab 100644 --- a/packages/fake-driver/CHANGELOG.md +++ b/packages/fake-driver/CHANGELOG.md @@ -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. +## [5.1.1](https://github.com/appium/appium/compare/@appium/fake-driver@5.1.0...@appium/fake-driver@5.1.1) (2023-01-13) + +**Note:** Version bump only for package @appium/fake-driver + + + + + # [5.1.0](https://github.com/appium/appium/compare/@appium/fake-driver@5.0.0...@appium/fake-driver@5.1.0) (2023-01-13) diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index c8ab7ec4f..40d9471ef 100644 --- a/packages/fake-driver/package.json +++ b/packages/fake-driver/package.json @@ -1,6 +1,6 @@ { "name": "@appium/fake-driver", - "version": "5.1.0", + "version": "5.1.1", "description": "Mock driver used internally by Appium for testing. Ignore", "keywords": [ "automation", diff --git a/packages/fake-plugin/CHANGELOG.md b/packages/fake-plugin/CHANGELOG.md index 1ee281036..6690c326e 100644 --- a/packages/fake-plugin/CHANGELOG.md +++ b/packages/fake-plugin/CHANGELOG.md @@ -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. +## [3.1.1](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.0...@appium/fake-plugin@3.1.1) (2023-01-13) + +**Note:** Version bump only for package @appium/fake-plugin + + + + + # [3.1.0](https://github.com/appium/appium/compare/@appium/fake-plugin@3.0.1...@appium/fake-plugin@3.1.0) (2023-01-13) diff --git a/packages/fake-plugin/package.json b/packages/fake-plugin/package.json index e0577df83..d74fb3b8c 100644 --- a/packages/fake-plugin/package.json +++ b/packages/fake-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/fake-plugin", - "version": "3.1.0", + "version": "3.1.1", "description": "A fake Appium 2.0 plugin", "keywords": [ "automation", @@ -38,8 +38,8 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-plugin": "^2.1.0", - "@appium/support": "^3.1.0", + "@appium/base-plugin": "^2.1.1", + "@appium/support": "^3.1.1", "@types/bluebird": "3.5.38", "bluebird": "3.7.2", "lodash": "4.17.21", diff --git a/packages/images-plugin/CHANGELOG.md b/packages/images-plugin/CHANGELOG.md index dca6aafbc..96541c0b9 100644 --- a/packages/images-plugin/CHANGELOG.md +++ b/packages/images-plugin/CHANGELOG.md @@ -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.0.3](https://github.com/appium/appium/compare/@appium/images-plugin@2.0.2...@appium/images-plugin@2.0.3) (2023-01-13) + +**Note:** Version bump only for package @appium/images-plugin + + + + + ## [2.0.2](https://github.com/appium/appium/compare/@appium/images-plugin@2.0.1...@appium/images-plugin@2.0.2) (2023-01-13) diff --git a/packages/images-plugin/package.json b/packages/images-plugin/package.json index 42cdb7b5b..f6f9bb948 100644 --- a/packages/images-plugin/package.json +++ b/packages/images-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/images-plugin", - "version": "2.0.2", + "version": "2.0.3", "description": "Plugin for working with images and image elements in Appium", "keywords": [ "automation", @@ -38,7 +38,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/opencv": "^2.0.2", + "@appium/opencv": "^2.0.3", "lodash": "4.17.21", "lru-cache": "7.14.1", "source-map-support": "0.5.21" diff --git a/packages/opencv/CHANGELOG.md b/packages/opencv/CHANGELOG.md index e939361e4..13b7ca33f 100644 --- a/packages/opencv/CHANGELOG.md +++ b/packages/opencv/CHANGELOG.md @@ -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.0.3](https://github.com/appium/appium/compare/@appium/opencv@2.0.2...@appium/opencv@2.0.3) (2023-01-13) + +**Note:** Version bump only for package @appium/opencv + + + + + ## [2.0.2](https://github.com/appium/appium/compare/@appium/opencv@2.0.1...@appium/opencv@2.0.2) (2023-01-13) **Note:** Version bump only for package @appium/opencv diff --git a/packages/opencv/package.json b/packages/opencv/package.json index b4a0eb6c9..a42f4ef7e 100644 --- a/packages/opencv/package.json +++ b/packages/opencv/package.json @@ -1,6 +1,6 @@ { "name": "@appium/opencv", - "version": "2.0.2", + "version": "2.0.3", "description": "OpenCV-related helper library", "keywords": [ "automation", diff --git a/packages/plugin-test-support/CHANGELOG.md b/packages/plugin-test-support/CHANGELOG.md index d86a3a3fd..22a62d325 100644 --- a/packages/plugin-test-support/CHANGELOG.md +++ b/packages/plugin-test-support/CHANGELOG.md @@ -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. +## [0.3.3](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.2...@appium/plugin-test-support@0.3.3) (2023-01-13) + +**Note:** Version bump only for package @appium/plugin-test-support + + + + + ## [0.3.2](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.1...@appium/plugin-test-support@0.3.2) (2023-01-13) **Note:** Version bump only for package @appium/plugin-test-support diff --git a/packages/plugin-test-support/package.json b/packages/plugin-test-support/package.json index 4bd65478a..1b94739ba 100644 --- a/packages/plugin-test-support/package.json +++ b/packages/plugin-test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/plugin-test-support", - "version": "0.3.2", + "version": "0.3.3", "description": "Testing utilities for Appium plugins", "keywords": [ "automation", @@ -40,7 +40,7 @@ "test:unit": "exit 0" }, "dependencies": { - "@appium/types": "^0.8.0", + "@appium/types": "^0.8.1", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", diff --git a/packages/relaxed-caps-plugin/CHANGELOG.md b/packages/relaxed-caps-plugin/CHANGELOG.md index 45135e593..765a926e5 100644 --- a/packages/relaxed-caps-plugin/CHANGELOG.md +++ b/packages/relaxed-caps-plugin/CHANGELOG.md @@ -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. +## [1.0.2](https://github.com/appium/appium/compare/@appium/relaxed-caps-plugin@1.0.1...@appium/relaxed-caps-plugin@1.0.2) (2023-01-13) + +**Note:** Version bump only for package @appium/relaxed-caps-plugin + + + + + ## [1.0.1](https://github.com/appium/appium/compare/@appium/relaxed-caps-plugin@1.0.0-beta.14...@appium/relaxed-caps-plugin@1.0.1) (2023-01-13) **Note:** Version bump only for package @appium/relaxed-caps-plugin diff --git a/packages/relaxed-caps-plugin/package.json b/packages/relaxed-caps-plugin/package.json index 4ffd3f5a9..8638466fc 100644 --- a/packages/relaxed-caps-plugin/package.json +++ b/packages/relaxed-caps-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/relaxed-caps-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "An Appium 2.0 plugin that loosens requirements for vendor prefixes on caps", "keywords": [ "automation", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 1bf290fca..bc0f0634c 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -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. +## [0.2.1](https://github.com/appium/appium/compare/@appium/schema@0.2.0...@appium/schema@0.2.1) (2023-01-13) + +**Note:** Version bump only for package @appium/schema + + + + + # [0.2.0](https://github.com/appium/appium/compare/@appium/schema@0.1.0...@appium/schema@0.2.0) (2023-01-13) diff --git a/packages/schema/package.json b/packages/schema/package.json index 54cae31c5..583f65af4 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@appium/schema", - "version": "0.2.0", + "version": "0.2.1", "description": "Appium Configuration Schema", "keywords": [ "automation", diff --git a/packages/support/CHANGELOG.md b/packages/support/CHANGELOG.md index 1d88e8c6e..02a526b13 100644 --- a/packages/support/CHANGELOG.md +++ b/packages/support/CHANGELOG.md @@ -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. +## [3.1.1](https://github.com/appium/appium/compare/@appium/support@3.1.0...@appium/support@3.1.1) (2023-01-13) + +**Note:** Version bump only for package @appium/support + + + + + # [3.1.0](https://github.com/appium/appium/compare/@appium/support@3.0.1...@appium/support@3.1.0) (2023-01-13) diff --git a/packages/support/package.json b/packages/support/package.json index 906774ff3..a0ca92988 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/support", - "version": "3.1.0", + "version": "3.1.1", "description": "Support libs used across appium packages", "keywords": [ "automation", @@ -40,8 +40,8 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/tsconfig": "^0.2.0", - "@appium/types": "^0.8.0", + "@appium/tsconfig": "^0.2.1", + "@appium/types": "^0.8.1", "@colors/colors": "1.5.0", "@types/archiver": "5.3.1", "@types/base64-stream": "1.0.2", diff --git a/packages/test-support/CHANGELOG.md b/packages/test-support/CHANGELOG.md index 1c3deb2cb..c84d9b4ee 100644 --- a/packages/test-support/CHANGELOG.md +++ b/packages/test-support/CHANGELOG.md @@ -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. +## [3.0.3](https://github.com/appium/appium/compare/@appium/test-support@3.0.2...@appium/test-support@3.0.3) (2023-01-13) + +**Note:** Version bump only for package @appium/test-support + + + + + ## [3.0.2](https://github.com/appium/appium/compare/@appium/test-support@3.0.1...@appium/test-support@3.0.2) (2023-01-13) **Note:** Version bump only for package @appium/test-support diff --git a/packages/test-support/package.json b/packages/test-support/package.json index 3d49f26d0..aefec62cc 100644 --- a/packages/test-support/package.json +++ b/packages/test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/test-support", - "version": "3.0.2", + "version": "3.0.3", "description": "A collection of test utilities used across Appium packages", "keywords": [ "automation", @@ -44,7 +44,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^3.1.0", + "@appium/support": "^3.1.1", "@colors/colors": "1.5.0", "bluebird": "3.7.2", "lodash": "4.17.21", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 2e58b2a32..903776ac4 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -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. +## [0.2.1](https://github.com/appium/appium/compare/@appium/tsconfig@0.2.0...@appium/tsconfig@0.2.1) (2023-01-13) + +**Note:** Version bump only for package @appium/tsconfig + + + + + # 0.2.0 (2023-01-13) diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 4e9a7a9c8..bb452f4f1 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@appium/tsconfig", - "version": "0.2.0", + "version": "0.2.1", "description": "Shared TypeScript Config for Appium", "main": "tsconfig.json", "keywords": [ diff --git a/packages/typedoc-plugin-appium/CHANGELOG.md b/packages/typedoc-plugin-appium/CHANGELOG.md index 47446e9dc..45d6eb028 100644 --- a/packages/typedoc-plugin-appium/CHANGELOG.md +++ b/packages/typedoc-plugin-appium/CHANGELOG.md @@ -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. +## [0.3.1](https://github.com/appium/appium/compare/@appium/typedoc-plugin-appium@0.3.0...@appium/typedoc-plugin-appium@0.3.1) (2023-01-13) + +**Note:** Version bump only for package @appium/typedoc-plugin-appium + + + + + # [0.3.0](https://github.com/appium/appium/compare/@appium/typedoc-plugin-appium@0.2.1...@appium/typedoc-plugin-appium@0.3.0) (2023-01-13) diff --git a/packages/typedoc-plugin-appium/package.json b/packages/typedoc-plugin-appium/package.json index 084f047f9..b0e36b93d 100644 --- a/packages/typedoc-plugin-appium/package.json +++ b/packages/typedoc-plugin-appium/package.json @@ -1,6 +1,6 @@ { "name": "@appium/typedoc-plugin-appium", - "version": "0.3.0", + "version": "0.3.1", "description": "TypeDoc plugin for Appium & its extensions", "homepage": "https://appium.io", "license": "Apache-2.0", @@ -68,8 +68,5 @@ "pluralize": "8.0.0", "type-fest": "3.5.1" }, - "publishConfig": { - "access": "public" - }, "gitHead": "422142302f2f540a31c7eaf5178e2642b53a30d2" } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 3f9a9615e..abcf2f85b 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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. +## [0.8.1](https://github.com/appium/appium/compare/@appium/types@0.8.0...@appium/types@0.8.1) (2023-01-13) + +**Note:** Version bump only for package @appium/types + + + + + # [0.8.0](https://github.com/appium/appium/compare/@appium/types@0.7.0...@appium/types@0.8.0) (2023-01-13) diff --git a/packages/types/package.json b/packages/types/package.json index 7431d7449..02bf45e7f 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@appium/types", - "version": "0.8.0", + "version": "0.8.1", "description": "Various type declarations used across Appium", "keywords": [ "automation", @@ -36,8 +36,8 @@ "test:smoke": "node ./index.js" }, "dependencies": { - "@appium/schema": "^0.2.0", - "@appium/tsconfig": "^0.2.0", + "@appium/schema": "^0.2.1", + "@appium/tsconfig": "^0.2.1", "@types/express": "4.17.15", "@types/npmlog": "4.1.4", "@types/ws": "8.5.4", diff --git a/packages/universal-xml-plugin/CHANGELOG.md b/packages/universal-xml-plugin/CHANGELOG.md index d8235f4ac..a30c5729e 100644 --- a/packages/universal-xml-plugin/CHANGELOG.md +++ b/packages/universal-xml-plugin/CHANGELOG.md @@ -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. +## [1.0.2](https://github.com/appium/appium-plugins/compare/@appium/universal-xml-plugin@1.0.1...@appium/universal-xml-plugin@1.0.2) (2023-01-13) + +**Note:** Version bump only for package @appium/universal-xml-plugin + + + + + ## [1.0.1](https://github.com/appium/appium-plugins/compare/@appium/universal-xml-plugin@1.0.0-beta.16...@appium/universal-xml-plugin@1.0.1) (2023-01-13) diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index 667f2d5d0..8e0cedb34 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/universal-xml-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "Appium plugin for making XML source and XPath queries the same across iOS and Android", "keywords": [ "automation",