From c7afd89f2f7de3f9e1770448e25e4826a8b81f01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Jun 2024 04:54:11 +0000 Subject: [PATCH] chore(release): update version and publish package(s) - @apimatic/axios-client-adapter@0.3.2 - @apimatic/core@0.10.9 - @apimatic/oauth-adapters@0.4.4 - @apimatic/schema@0.7.10 --- packages/axios-client-adapter/CHANGELOG.md | 4 ++++ packages/axios-client-adapter/package.json | 4 ++-- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 4 ++-- packages/oauth-adapters/CHANGELOG.md | 4 ++++ packages/oauth-adapters/package.json | 4 ++-- packages/schema/CHANGELOG.md | 6 ++++++ packages/schema/package.json | 2 +- 8 files changed, 25 insertions(+), 7 deletions(-) diff --git a/packages/axios-client-adapter/CHANGELOG.md b/packages/axios-client-adapter/CHANGELOG.md index b4f9ec5..ce984e4 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.2](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/axios-client-adapter@0.3.1...@apimatic/axios-client-adapter@0.3.2) (2024-06-27) + +**Note:** Version bump only for package @apimatic/axios-client-adapter + ### 0.3.1 (2024-05-28) ### Features diff --git a/packages/axios-client-adapter/package.json b/packages/axios-client-adapter/package.json index 219f80d..8ea2560 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.1", + "version": "0.3.2", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -64,7 +64,7 @@ "@apimatic/http-headers": "^0.3.2", "@apimatic/http-query": "^0.3.2", "@apimatic/json-bigint": "^1.2.0", - "@apimatic/schema": "^0.7.9", + "@apimatic/schema": "^0.7.10", "axios": "^1.6.0", "detect-browser": "^5.3.0", "detect-node": "^2.0.4", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 401f801..e12246a 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.9](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core@0.10.8...@apimatic/core@0.10.9) (2024-06-27) + +**Note:** Version bump only for package @apimatic/core + ### 0.10.8 (2024-05-28) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index b27b4a0..348a520 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/core", "author": "APIMatic Ltd.", - "version": "0.10.8", + "version": "0.10.9", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -65,7 +65,7 @@ "@apimatic/http-headers": "^0.3.2", "@apimatic/http-query": "^0.3.2", "@apimatic/json-bigint": "^1.2.0", - "@apimatic/schema": "^0.7.9", + "@apimatic/schema": "^0.7.10", "detect-browser": "^5.3.0", "detect-node": "^2.0.4", "form-data": "^3.0.0", diff --git a/packages/oauth-adapters/CHANGELOG.md b/packages/oauth-adapters/CHANGELOG.md index 4b486e1..2448cc9 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.4](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/oauth-adapters@0.4.3...@apimatic/oauth-adapters@0.4.4) (2024-06-27) + +**Note:** Version bump only for package @apimatic/oauth-adapters + ### [0.4.3](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/oauth-adapters@0.4.2...@apimatic/oauth-adapters@0.4.3) (2024-06-04) ### Features diff --git a/packages/oauth-adapters/package.json b/packages/oauth-adapters/package.json index b0e12b4..16ad666 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.3", + "version": "0.4.4", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -58,7 +58,7 @@ "@apimatic/core-interfaces": "^0.2.5", "@apimatic/file-wrapper": "^0.3.2", "@apimatic/http-headers": "^0.3.2", - "@apimatic/schema": "^0.7.9", + "@apimatic/schema": "^0.7.10", "tslib": "^2.1.0" }, "publishConfig": { diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 7394fd4..03f3ac5 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.7.10](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/schema@0.7.9...@apimatic/schema@0.7.10) (2024-06-27) + +### Features + +- **optional-nullable:** adds optional nullable support in schema lib ([#178](https://github.com/apimatic/apimatic-js-runtime/issues/178)) ([6973087](https://github.com/apimatic/apimatic-js-runtime/commit/69730870f2998bc30330a957ace47aff857c09c4)) + ### 0.7.9 (2024-05-28) ### Features diff --git a/packages/schema/package.json b/packages/schema/package.json index 1eb360e..ca24fec 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,7 +1,7 @@ { "name": "@apimatic/schema", "author": "APIMatic Ltd.", - "version": "0.7.9", + "version": "0.7.10", "license": "MIT", "sideEffects": false, "main": "lib/index.js",