diff --git a/package-lock.json b/package-lock.json index 6d6a80e60..79c753f08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21542,16 +21542,16 @@ } }, "packages/appium": { - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.3.13", - "@appium/base-plugin": "^2.2.13", - "@appium/docutils": "^0.4.2", + "@appium/base-driver": "^9.3.14", + "@appium/base-plugin": "^2.2.14", + "@appium/docutils": "^0.4.3", "@appium/schema": "^0.3.0", - "@appium/support": "^4.1.0", - "@appium/types": "^0.13.0", + "@appium/support": "^4.1.1", + "@appium/types": "^0.13.1", "@sidvind/better-ajv-errors": "2.1.0", "@types/argparse": "2.0.10", "@types/bluebird": "3.5.38", @@ -21754,11 +21754,11 @@ }, "packages/base-driver": { "name": "@appium/base-driver", - "version": "9.3.13", + "version": "9.3.14", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^4.1.0", - "@appium/types": "^0.13.0", + "@appium/support": "^4.1.1", + "@appium/types": "^0.13.1", "@colors/colors": "1.5.0", "@types/async-lock": "1.4.0", "@types/bluebird": "3.5.38", @@ -21806,11 +21806,11 @@ }, "packages/base-plugin": { "name": "@appium/base-plugin", - "version": "2.2.13", + "version": "2.2.14", "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.3.13", - "@appium/support": "^4.1.0" + "@appium/base-driver": "^9.3.14", + "@appium/support": "^4.1.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -21819,10 +21819,10 @@ }, "packages/doctor": { "name": "@appium/doctor", - "version": "2.0.19", + "version": "2.0.20", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.1.1", "@colors/colors": "1.5.0", "@types/bluebird": "3.5.38", "@types/teen_process": "2.0.0", @@ -21844,10 +21844,10 @@ }, "packages/docutils": { "name": "@appium/docutils", - "version": "0.4.2", + "version": "0.4.3", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.1.1", "@appium/tsconfig": "^0.3.0", "@appium/typedoc-plugin-appium": "^0.6.5", "@sliphua/lilconfig-ts-loader": "3.2.2", @@ -21971,10 +21971,10 @@ }, "packages/driver-test-support": { "name": "@appium/driver-test-support", - "version": "0.4.8", + "version": "0.4.9", "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "@types/lodash": "4.14.195", "@types/stoppable": "1.1.1", "axios": "1.4.0", @@ -22087,11 +22087,11 @@ }, "packages/fake-plugin": { "name": "@appium/fake-plugin", - "version": "3.1.17", + "version": "3.1.18", "license": "Apache-2.0", "dependencies": { - "@appium/base-plugin": "^2.2.13", - "@appium/support": "^4.1.0", + "@appium/base-plugin": "^2.2.14", + "@appium/support": "^4.1.1", "@types/bluebird": "3.5.38", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -22150,10 +22150,10 @@ }, "packages/plugin-test-support": { "name": "@appium/plugin-test-support", - "version": "0.3.16", + "version": "0.3.17", "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", @@ -22213,11 +22213,11 @@ }, "packages/support": { "name": "@appium/support", - "version": "4.1.0", + "version": "4.1.1", "license": "Apache-2.0", "dependencies": { "@appium/tsconfig": "^0.3.0", - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "@colors/colors": "1.5.0", "@types/archiver": "5.3.2", "@types/base64-stream": "1.0.2", @@ -22460,10 +22460,10 @@ }, "packages/test-support": { "name": "@appium/test-support", - "version": "3.0.18", + "version": "3.0.19", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.1.1", "@colors/colors": "1.5.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -22516,7 +22516,7 @@ }, "packages/types": { "name": "@appium/types", - "version": "0.13.0", + "version": "0.13.1", "license": "Apache-2.0", "dependencies": { "@appium/schema": "^0.3.0", @@ -22564,8 +22564,8 @@ "@appium/base-driver": { "version": "file:packages/base-driver", "requires": { - "@appium/support": "^4.1.0", - "@appium/types": "^0.13.0", + "@appium/support": "^4.1.1", + "@appium/types": "^0.13.1", "@colors/colors": "1.5.0", "@types/async-lock": "1.4.0", "@types/bluebird": "3.5.38", @@ -22607,14 +22607,14 @@ "@appium/base-plugin": { "version": "file:packages/base-plugin", "requires": { - "@appium/base-driver": "^9.3.13", - "@appium/support": "^4.1.0" + "@appium/base-driver": "^9.3.14", + "@appium/support": "^4.1.1" } }, "@appium/doctor": { "version": "file:packages/doctor", "requires": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.1.1", "@colors/colors": "1.5.0", "@types/bluebird": "3.5.38", "@types/teen_process": "2.0.0", @@ -22630,7 +22630,7 @@ "@appium/docutils": { "version": "file:packages/docutils", "requires": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.1.1", "@appium/tsconfig": "^0.3.0", "@appium/typedoc-plugin-appium": "^0.6.5", "@sliphua/lilconfig-ts-loader": "3.2.2", @@ -22712,7 +22712,7 @@ "@appium/driver-test-support": { "version": "file:packages/driver-test-support", "requires": { - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "@types/lodash": "4.14.195", "@types/stoppable": "1.1.1", "axios": "1.4.0", @@ -22770,8 +22770,8 @@ "@appium/fake-plugin": { "version": "file:packages/fake-plugin", "requires": { - "@appium/base-plugin": "^2.2.13", - "@appium/support": "^4.1.0", + "@appium/base-plugin": "^2.2.14", + "@appium/support": "^4.1.1", "@types/bluebird": "3.5.38", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -22807,7 +22807,7 @@ "@appium/plugin-test-support": { "version": "file:packages/plugin-test-support", "requires": { - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", @@ -22840,7 +22840,7 @@ "version": "file:packages/support", "requires": { "@appium/tsconfig": "^0.3.0", - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "@colors/colors": "1.5.0", "@types/archiver": "5.3.2", "@types/base64-stream": "1.0.2", @@ -23010,7 +23010,7 @@ "@appium/test-support": { "version": "file:packages/test-support", "requires": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.1.1", "@colors/colors": "1.5.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -26483,12 +26483,12 @@ "appium": { "version": "file:packages/appium", "requires": { - "@appium/base-driver": "^9.3.13", - "@appium/base-plugin": "^2.2.13", - "@appium/docutils": "^0.4.2", + "@appium/base-driver": "^9.3.14", + "@appium/base-plugin": "^2.2.14", + "@appium/docutils": "^0.4.3", "@appium/schema": "^0.3.0", - "@appium/support": "^4.1.0", - "@appium/types": "^0.13.0", + "@appium/support": "^4.1.1", + "@appium/types": "^0.13.1", "@sidvind/better-ajv-errors": "2.1.0", "@types/argparse": "2.0.10", "@types/bluebird": "3.5.38", diff --git a/packages/appium/CHANGELOG.md b/packages/appium/CHANGELOG.md index bee610696..5d836ec4d 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-rc.4](https://github.com/appium/appium/compare/appium@2.0.0-rc.3...appium@2.0.0-rc.4) (2023-06-29) + +**Note:** Version bump only for package appium + + + + + ## [2.0.0-rc.3](https://github.com/appium/appium/compare/appium@2.0.0-rc.2...appium@2.0.0-rc.3) (2023-06-15) **Note:** Version bump only for package appium diff --git a/packages/appium/package.json b/packages/appium/package.json index 33a5ca3a0..6d501cf08 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -1,6 +1,6 @@ { "name": "appium", - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "description": "Automation for Apps.", "keywords": [ "automation", @@ -60,12 +60,12 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-driver": "^9.3.13", - "@appium/base-plugin": "^2.2.13", - "@appium/docutils": "^0.4.2", + "@appium/base-driver": "^9.3.14", + "@appium/base-plugin": "^2.2.14", + "@appium/docutils": "^0.4.3", "@appium/schema": "^0.3.0", - "@appium/support": "^4.1.0", - "@appium/types": "^0.13.0", + "@appium/support": "^4.1.1", + "@appium/types": "^0.13.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 6144fc747..bfe996ccd 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.3.14](https://github.com/appium/appium/compare/@appium/base-driver@9.3.13...@appium/base-driver@9.3.14) (2023-06-29) + +**Note:** Version bump only for package @appium/base-driver + + + + + ## [9.3.13](https://github.com/appium/appium/compare/@appium/base-driver@9.3.12...@appium/base-driver@9.3.13) (2023-06-15) diff --git a/packages/base-driver/package.json b/packages/base-driver/package.json index b53519cc2..95eec798c 100644 --- a/packages/base-driver/package.json +++ b/packages/base-driver/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-driver", - "version": "9.3.13", + "version": "9.3.14", "description": "Base driver class for Appium drivers", "keywords": [ "automation", @@ -44,8 +44,8 @@ "test:types": "tsd" }, "dependencies": { - "@appium/support": "^4.1.0", - "@appium/types": "^0.13.0", + "@appium/support": "^4.1.1", + "@appium/types": "^0.13.1", "@colors/colors": "1.5.0", "@types/async-lock": "1.4.0", "@types/bluebird": "3.5.38", diff --git a/packages/base-plugin/CHANGELOG.md b/packages/base-plugin/CHANGELOG.md index e50ce1bd9..2c6e09d0f 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.2.14](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.13...@appium/base-plugin@2.2.14) (2023-06-29) + +**Note:** Version bump only for package @appium/base-plugin + + + + + ## [2.2.13](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.12...@appium/base-plugin@2.2.13) (2023-06-15) **Note:** Version bump only for package @appium/base-plugin diff --git a/packages/base-plugin/package.json b/packages/base-plugin/package.json index a7b1d70b6..11ea74786 100644 --- a/packages/base-plugin/package.json +++ b/packages/base-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-plugin", - "version": "2.2.13", + "version": "2.2.14", "description": "The base plugin used to create Appium 2.0 plugins", "keywords": [ "automation", @@ -40,8 +40,8 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-driver": "^9.3.13", - "@appium/support": "^4.1.0" + "@appium/base-driver": "^9.3.14", + "@appium/support": "^4.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 801222142..3cca4911a 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.20](https://github.com/appium/appium/compare/@appium/doctor@2.0.19...@appium/doctor@2.0.20) (2023-06-29) + +**Note:** Version bump only for package @appium/doctor + + + + + ## [2.0.19](https://github.com/appium/appium/compare/@appium/doctor@2.0.18...@appium/doctor@2.0.19) (2023-06-15) **Note:** Version bump only for package @appium/doctor diff --git a/packages/doctor/package.json b/packages/doctor/package.json index 3c6c65b3a..c5966e0fb 100644 --- a/packages/doctor/package.json +++ b/packages/doctor/package.json @@ -1,6 +1,6 @@ { "name": "@appium/doctor", - "version": "2.0.19", + "version": "2.0.20", "description": "Test environment for fitness to run Appium", "keywords": [ "automation", @@ -44,7 +44,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.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 250d698f6..e15ede424 100644 --- a/packages/docutils/CHANGELOG.md +++ b/packages/docutils/CHANGELOG.md @@ -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. +## [0.4.3](https://github.com/appium/appium/compare/@appium/docutils@0.4.2...@appium/docutils@0.4.3) (2023-06-29) + + +### Bug Fixes + +* **docutils:** docs versioning and update latest ([#18804](https://github.com/appium/appium/issues/18804)) ([52a755a](https://github.com/appium/appium/commit/52a755a9135e06ad676cc422e37b5cab019c5b85)) + + + ## [0.4.2](https://github.com/appium/appium/compare/@appium/docutils@0.4.1...@appium/docutils@0.4.2) (2023-06-15) diff --git a/packages/docutils/package.json b/packages/docutils/package.json index 34fe0dfab..0400f9edc 100644 --- a/packages/docutils/package.json +++ b/packages/docutils/package.json @@ -1,6 +1,6 @@ { "name": "@appium/docutils", - "version": "0.4.2", + "version": "0.4.3", "description": "Documentation generation utilities for Appium and related projects", "keywords": [ "automation", @@ -49,7 +49,7 @@ "start": "node ./build/lib/cli/index.js" }, "dependencies": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.1.1", "@appium/tsconfig": "^0.3.0", "@appium/typedoc-plugin-appium": "^0.6.5", "@sliphua/lilconfig-ts-loader": "3.2.2", diff --git a/packages/driver-test-support/CHANGELOG.md b/packages/driver-test-support/CHANGELOG.md index fc3c3db83..b5803b1f5 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.4.9](https://github.com/appium/appium/compare/@appium/driver-test-support@0.4.8...@appium/driver-test-support@0.4.9) (2023-06-29) + +**Note:** Version bump only for package @appium/driver-test-support + + + + + ## [0.4.8](https://github.com/appium/appium/compare/@appium/driver-test-support@0.4.7...@appium/driver-test-support@0.4.8) (2023-06-15) **Note:** Version bump only for package @appium/driver-test-support diff --git a/packages/driver-test-support/package.json b/packages/driver-test-support/package.json index 683a358b7..dfdbe5065 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.4.8", + "version": "0.4.9", "description": "Test utilities for Appium drivers", "keywords": [ "automation", @@ -41,7 +41,7 @@ }, "types": "./build/lib/index.d.ts", "dependencies": { - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "@types/lodash": "4.14.195", "@types/stoppable": "1.1.1", "axios": "1.4.0", diff --git a/packages/fake-plugin/CHANGELOG.md b/packages/fake-plugin/CHANGELOG.md index 77549e26a..fc6ac24f2 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.18](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.17...@appium/fake-plugin@3.1.18) (2023-06-29) + +**Note:** Version bump only for package @appium/fake-plugin + + + + + ## [3.1.17](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.16...@appium/fake-plugin@3.1.17) (2023-06-15) **Note:** Version bump only for package @appium/fake-plugin diff --git a/packages/fake-plugin/package.json b/packages/fake-plugin/package.json index 4509de2a7..6fba43485 100644 --- a/packages/fake-plugin/package.json +++ b/packages/fake-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/fake-plugin", - "version": "3.1.17", + "version": "3.1.18", "description": "A fake Appium 2.0 plugin", "keywords": [ "automation", @@ -39,8 +39,8 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-plugin": "^2.2.13", - "@appium/support": "^4.1.0", + "@appium/base-plugin": "^2.2.14", + "@appium/support": "^4.1.1", "@types/bluebird": "3.5.38", "bluebird": "3.7.2", "lodash": "4.17.21", diff --git a/packages/plugin-test-support/CHANGELOG.md b/packages/plugin-test-support/CHANGELOG.md index 81851026d..53ab3ebda 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.17](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.16...@appium/plugin-test-support@0.3.17) (2023-06-29) + +**Note:** Version bump only for package @appium/plugin-test-support + + + + + ## [0.3.16](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.15...@appium/plugin-test-support@0.3.16) (2023-06-15) **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 1791317f3..aa2b3f8e2 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.16", + "version": "0.3.17", "description": "Testing utilities for Appium plugins", "keywords": [ "automation", @@ -41,7 +41,7 @@ "test:unit": "exit 0" }, "dependencies": { - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", diff --git a/packages/support/CHANGELOG.md b/packages/support/CHANGELOG.md index 5efd64293..d738a0a4a 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. +## [4.1.1](https://github.com/appium/appium/compare/@appium/support@4.1.0...@appium/support@4.1.1) (2023-06-29) + +**Note:** Version bump only for package @appium/support + + + + + ## [4.1.0](https://github.com/appium/appium/compare/@appium/support@4.0.3...@appium/support@4.1.0) (2023-06-15) diff --git a/packages/support/package.json b/packages/support/package.json index 3146c472a..e9abe8337 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/support", - "version": "4.1.0", + "version": "4.1.1", "description": "Support libs used across appium packages", "keywords": [ "automation", @@ -42,7 +42,7 @@ }, "dependencies": { "@appium/tsconfig": "^0.3.0", - "@appium/types": "^0.13.0", + "@appium/types": "^0.13.1", "@colors/colors": "1.5.0", "@types/archiver": "5.3.2", "@types/base64-stream": "1.0.2", diff --git a/packages/test-support/CHANGELOG.md b/packages/test-support/CHANGELOG.md index 0a39b098f..2d20d6cbe 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.19](https://github.com/appium/appium/compare/@appium/test-support@3.0.18...@appium/test-support@3.0.19) (2023-06-29) + +**Note:** Version bump only for package @appium/test-support + + + + + ## [3.0.18](https://github.com/appium/appium/compare/@appium/test-support@3.0.17...@appium/test-support@3.0.18) (2023-06-15) **Note:** Version bump only for package @appium/test-support diff --git a/packages/test-support/package.json b/packages/test-support/package.json index 2e2403067..e35c0b9d0 100644 --- a/packages/test-support/package.json +++ b/packages/test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/test-support", - "version": "3.0.18", + "version": "3.0.19", "description": "A collection of test utilities used across Appium packages", "keywords": [ "automation", @@ -45,7 +45,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^4.1.0", + "@appium/support": "^4.1.1", "@colors/colors": "1.5.0", "bluebird": "3.7.2", "lodash": "4.17.21", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index c5316204c..22a2f8102 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.13.1](https://github.com/appium/appium/compare/@appium/types@0.13.0...@appium/types@0.13.1) (2023-06-29) + +**Note:** Version bump only for package @appium/types + + + + + ## [0.13.0](https://github.com/appium/appium/compare/@appium/types@0.12.0...@appium/types@0.13.0) (2023-06-15) diff --git a/packages/types/package.json b/packages/types/package.json index b95b46244..f9ec9c5e8 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@appium/types", - "version": "0.13.0", + "version": "0.13.1", "description": "Various type declarations used across Appium", "keywords": [ "automation",