From 6c382f2903e11ed818a9ac1b6731284a8877d5a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Sep 2024 08:03:53 +0000 Subject: [PATCH] chore(release): update version and publish package(s) - @apimatic/authentication-adapters@0.5.5 - @apimatic/axios-client-adapter@0.3.6 - @apimatic/convert-to-stream@0.1.3 - @apimatic/core-interfaces@0.2.7 - @apimatic/core@0.10.15 - @apimatic/file-wrapper@0.3.3 - @apimatic/http-headers@0.3.3 - @apimatic/http-query@0.3.3 - @apimatic/oauth-adapters@0.4.7 - @apimatic/schema@0.7.13 - @apimatic/test-utilities@0.0.2 - @apimatic/xml-adapter@0.3.3 --- packages/authentication-adapters/CHANGELOG.md | 4 ++++ packages/authentication-adapters/package.json | 8 ++++---- packages/axios-client-adapter/CHANGELOG.md | 4 ++++ packages/axios-client-adapter/package.json | 14 +++++++------- packages/convert-to-stream/CHANGELOG.md | 4 ++++ packages/convert-to-stream/package.json | 2 +- packages/core-interfaces/CHANGELOG.md | 4 ++++ packages/core-interfaces/package.json | 4 ++-- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 12 ++++++------ packages/file-wrapper/CHANGELOG.md | 4 ++++ packages/file-wrapper/package.json | 2 +- packages/http-headers/CHANGELOG.md | 4 ++++ packages/http-headers/package.json | 2 +- packages/http-query/CHANGELOG.md | 4 ++++ packages/http-query/package.json | 4 ++-- packages/oauth-adapters/CHANGELOG.md | 4 ++++ packages/oauth-adapters/package.json | 10 +++++----- packages/schema/CHANGELOG.md | 4 ++++ packages/schema/package.json | 2 +- packages/test-utilities/CHANGELOG.md | 4 ++++ packages/test-utilities/package.json | 4 ++-- packages/xml-adapter/CHANGELOG.md | 4 ++++ packages/xml-adapter/package.json | 2 +- 24 files changed, 81 insertions(+), 33 deletions(-) diff --git a/packages/authentication-adapters/CHANGELOG.md b/packages/authentication-adapters/CHANGELOG.md index d67ebef..9d9ab3b 100644 --- a/packages/authentication-adapters/CHANGELOG.md +++ b/packages/authentication-adapters/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.5.5](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/authentication-adapters@0.5.4...@apimatic/authentication-adapters@0.5.5) (2024-09-27) + +**Note:** Version bump only for package @apimatic/authentication-adapters + ### [0.5.4](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/authentication-adapters@0.5.3...@apimatic/authentication-adapters@0.5.4) (2024-07-22) **Note:** Version bump only for package @apimatic/authentication-adapters diff --git a/packages/authentication-adapters/package.json b/packages/authentication-adapters/package.json index 9d87b0f..17aff99 100644 --- a/packages/authentication-adapters/package.json +++ b/packages/authentication-adapters/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/authentication-adapters", "author": "APIMatic Ltd.", - "version": "0.5.4", + "version": "0.5.5", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -55,9 +55,9 @@ "typescript": "^4.1.2" }, "dependencies": { - "@apimatic/core-interfaces": "^0.2.6", - "@apimatic/http-headers": "^0.3.2", - "@apimatic/http-query": "^0.3.2", + "@apimatic/core-interfaces": "^0.2.7", + "@apimatic/http-headers": "^0.3.3", + "@apimatic/http-query": "^0.3.3", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/axios-client-adapter/CHANGELOG.md b/packages/axios-client-adapter/CHANGELOG.md index 1d6d579..0c4d910 100644 --- a/packages/axios-client-adapter/CHANGELOG.md +++ b/packages/axios-client-adapter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.3.6](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/axios-client-adapter@0.3.5...@apimatic/axios-client-adapter@0.3.6) (2024-09-27) + +**Note:** Version bump only for package @apimatic/axios-client-adapter + ### [0.3.5](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/axios-client-adapter@0.3.4...@apimatic/axios-client-adapter@0.3.5) (2024-09-11) **Note:** Version bump only for package @apimatic/axios-client-adapter diff --git a/packages/axios-client-adapter/package.json b/packages/axios-client-adapter/package.json index 9573d61..189d089 100644 --- a/packages/axios-client-adapter/package.json +++ b/packages/axios-client-adapter/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/axios-client-adapter", "author": "APIMatic Ltd.", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -58,13 +58,13 @@ "typescript": "^4.1.2" }, "dependencies": { - "@apimatic/convert-to-stream": "^0.1.2", - "@apimatic/core-interfaces": "^0.2.6", - "@apimatic/file-wrapper": "^0.3.2", - "@apimatic/http-headers": "^0.3.2", - "@apimatic/http-query": "^0.3.2", + "@apimatic/convert-to-stream": "^0.1.3", + "@apimatic/core-interfaces": "^0.2.7", + "@apimatic/file-wrapper": "^0.3.3", + "@apimatic/http-headers": "^0.3.3", + "@apimatic/http-query": "^0.3.3", "@apimatic/json-bigint": "^1.2.0", - "@apimatic/schema": "^0.7.12", + "@apimatic/schema": "^0.7.13", "axios": "^1.7.4", "detect-browser": "^5.3.0", "detect-node": "^2.0.4", diff --git a/packages/convert-to-stream/CHANGELOG.md b/packages/convert-to-stream/CHANGELOG.md index 71a4e3b..990401d 100644 --- a/packages/convert-to-stream/CHANGELOG.md +++ b/packages/convert-to-stream/CHANGELOG.md @@ -3,6 +3,10 @@ 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/apimatic/apimatic-js-runtime/compare/@apimatic/convert-to-stream@0.1.2...@apimatic/convert-to-stream@0.1.3) (2024-09-27) + +**Note:** Version bump only for package @apimatic/convert-to-stream + ### 0.1.2 (2024-05-28) ### Features diff --git a/packages/convert-to-stream/package.json b/packages/convert-to-stream/package.json index f43fdcc..0898a96 100644 --- a/packages/convert-to-stream/package.json +++ b/packages/convert-to-stream/package.json @@ -1,6 +1,6 @@ { "name": "@apimatic/convert-to-stream", - "version": "0.1.2", + "version": "0.1.3", "description": "converts the content to stream", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/core-interfaces/CHANGELOG.md b/packages/core-interfaces/CHANGELOG.md index 7fa221d..8fa68d6 100644 --- a/packages/core-interfaces/CHANGELOG.md +++ b/packages/core-interfaces/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.2.7](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core-interfaces@0.2.6...@apimatic/core-interfaces@0.2.7) (2024-09-27) + +**Note:** Version bump only for package @apimatic/core-interfaces + ### [0.2.6](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core-interfaces@0.2.5...@apimatic/core-interfaces@0.2.6) (2024-07-22) ### Bug Fixes diff --git a/packages/core-interfaces/package.json b/packages/core-interfaces/package.json index b3681e7..856e551 100644 --- a/packages/core-interfaces/package.json +++ b/packages/core-interfaces/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/core-interfaces", "author": "APIMatic Ltd.", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -58,7 +58,7 @@ "typescript": "^4.1.2" }, "dependencies": { - "@apimatic/file-wrapper": "^0.3.2", + "@apimatic/file-wrapper": "^0.3.3", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5389520..c298f65 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.10.15](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core@0.10.14...@apimatic/core@0.10.15) (2024-09-27) + +**Note:** Version bump only for package @apimatic/core + ### [0.10.14](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core@0.10.13...@apimatic/core@0.10.14) (2024-09-11) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index e37f75e..a16bbed 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/core", "author": "APIMatic Ltd.", - "version": "0.10.14", + "version": "0.10.15", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -60,12 +60,12 @@ }, "dependencies": { "@apimatic/convert-to-stream": "^0.0.2", - "@apimatic/core-interfaces": "^0.2.6", - "@apimatic/file-wrapper": "^0.3.2", - "@apimatic/http-headers": "^0.3.2", - "@apimatic/http-query": "^0.3.2", + "@apimatic/core-interfaces": "^0.2.7", + "@apimatic/file-wrapper": "^0.3.3", + "@apimatic/http-headers": "^0.3.3", + "@apimatic/http-query": "^0.3.3", "@apimatic/json-bigint": "^1.2.0", - "@apimatic/schema": "^0.7.12", + "@apimatic/schema": "^0.7.13", "detect-browser": "^5.3.0", "detect-node": "^2.0.4", "form-data": "^3.0.0", diff --git a/packages/file-wrapper/CHANGELOG.md b/packages/file-wrapper/CHANGELOG.md index 7493ef1..fad95e2 100644 --- a/packages/file-wrapper/CHANGELOG.md +++ b/packages/file-wrapper/CHANGELOG.md @@ -3,6 +3,10 @@ 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/apimatic/apimatic-js-runtime/compare/@apimatic/file-wrapper@0.3.2...@apimatic/file-wrapper@0.3.3) (2024-09-27) + +**Note:** Version bump only for package @apimatic/file-wrapper + ### 0.3.2 (2024-05-28) ### Features diff --git a/packages/file-wrapper/package.json b/packages/file-wrapper/package.json index 95e490a..e0c1844 100644 --- a/packages/file-wrapper/package.json +++ b/packages/file-wrapper/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/file-wrapper", "author": "APIMatic Ltd.", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/http-headers/CHANGELOG.md b/packages/http-headers/CHANGELOG.md index 7493ef1..65c837c 100644 --- a/packages/http-headers/CHANGELOG.md +++ b/packages/http-headers/CHANGELOG.md @@ -3,6 +3,10 @@ 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/apimatic/apimatic-js-runtime/compare/@apimatic/http-headers@0.3.2...@apimatic/http-headers@0.3.3) (2024-09-27) + +**Note:** Version bump only for package @apimatic/http-headers + ### 0.3.2 (2024-05-28) ### Features diff --git a/packages/http-headers/package.json b/packages/http-headers/package.json index e45e872..233e977 100644 --- a/packages/http-headers/package.json +++ b/packages/http-headers/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/http-headers", "author": "APIMatic Ltd.", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/http-query/CHANGELOG.md b/packages/http-query/CHANGELOG.md index 7493ef1..89539b3 100644 --- a/packages/http-query/CHANGELOG.md +++ b/packages/http-query/CHANGELOG.md @@ -3,6 +3,10 @@ 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/apimatic/apimatic-js-runtime/compare/@apimatic/http-query@0.3.2...@apimatic/http-query@0.3.3) (2024-09-27) + +**Note:** Version bump only for package @apimatic/http-query + ### 0.3.2 (2024-05-28) ### Features diff --git a/packages/http-query/package.json b/packages/http-query/package.json index 1313c56..a956adc 100644 --- a/packages/http-query/package.json +++ b/packages/http-query/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/http-query", "author": "APIMatic Ltd.", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -55,7 +55,7 @@ "typescript": "^4.1.2" }, "dependencies": { - "@apimatic/file-wrapper": "^0.3.2", + "@apimatic/file-wrapper": "^0.3.3", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/oauth-adapters/CHANGELOG.md b/packages/oauth-adapters/CHANGELOG.md index 6f7c3bf..676c0c3 100644 --- a/packages/oauth-adapters/CHANGELOG.md +++ b/packages/oauth-adapters/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.4.7](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/oauth-adapters@0.4.6...@apimatic/oauth-adapters@0.4.7) (2024-09-27) + +**Note:** Version bump only for package @apimatic/oauth-adapters + ### [0.4.6](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/oauth-adapters@0.4.5...@apimatic/oauth-adapters@0.4.6) (2024-07-22) **Note:** Version bump only for package @apimatic/oauth-adapters diff --git a/packages/oauth-adapters/package.json b/packages/oauth-adapters/package.json index 9a565f9..a3bb17a 100644 --- a/packages/oauth-adapters/package.json +++ b/packages/oauth-adapters/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/oauth-adapters", "author": "APIMatic Ltd.", - "version": "0.4.6", + "version": "0.4.7", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -55,10 +55,10 @@ "typescript": "^4.1.2" }, "dependencies": { - "@apimatic/core-interfaces": "^0.2.6", - "@apimatic/file-wrapper": "^0.3.2", - "@apimatic/http-headers": "^0.3.2", - "@apimatic/schema": "^0.7.12", + "@apimatic/core-interfaces": "^0.2.7", + "@apimatic/file-wrapper": "^0.3.3", + "@apimatic/http-headers": "^0.3.3", + "@apimatic/schema": "^0.7.13", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index f934016..7c2b5a8 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.7.13](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/schema@0.7.12...@apimatic/schema@0.7.13) (2024-09-27) + +**Note:** Version bump only for package @apimatic/schema + ### [0.7.12](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/schema@0.7.11...@apimatic/schema@0.7.12) (2024-07-22) ### Bug Fixes diff --git a/packages/schema/package.json b/packages/schema/package.json index 3b020b0..ebc8ad0 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/schema", "author": "APIMatic Ltd.", - "version": "0.7.12", + "version": "0.7.13", "license": "MIT", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/test-utilities/CHANGELOG.md b/packages/test-utilities/CHANGELOG.md index ea48305..67ea56d 100644 --- a/packages/test-utilities/CHANGELOG.md +++ b/packages/test-utilities/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.0.2](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/test-utilities@0.0.1...@apimatic/test-utilities@0.0.2) (2024-09-27) + +**Note:** Version bump only for package @apimatic/test-utilities + ### 0.0.1 (2024-07-22) ### Features diff --git a/packages/test-utilities/package.json b/packages/test-utilities/package.json index 388eca7..6b11d28 100644 --- a/packages/test-utilities/package.json +++ b/packages/test-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@apimatic/test-utilities", - "version": "0.0.1", + "version": "0.0.2", "description": "provides the assertion utilities", "main": "lib/index.js", "module": "lib/index.js", @@ -52,7 +52,7 @@ "typescript": "^4.1.2" }, "dependencies": { - "@apimatic/core-interfaces": "^0.2.6", + "@apimatic/core-interfaces": "^0.2.7", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/xml-adapter/CHANGELOG.md b/packages/xml-adapter/CHANGELOG.md index 7493ef1..672a684 100644 --- a/packages/xml-adapter/CHANGELOG.md +++ b/packages/xml-adapter/CHANGELOG.md @@ -3,6 +3,10 @@ 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/apimatic/apimatic-js-runtime/compare/@apimatic/xml-adapter@0.3.2...@apimatic/xml-adapter@0.3.3) (2024-09-27) + +**Note:** Version bump only for package @apimatic/xml-adapter + ### 0.3.2 (2024-05-28) ### Features diff --git a/packages/xml-adapter/package.json b/packages/xml-adapter/package.json index cd9ccd1..a943f7f 100644 --- a/packages/xml-adapter/package.json +++ b/packages/xml-adapter/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/xml-adapter", "author": "APIMatic Ltd.", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "sideEffects": false, "main": "lib/index.js",