Skip to content

Commit 8f09a6a

Browse files
chore(release): update version and publish package(s)
- @apimatic/authentication-adapters@0.5.6 - @apimatic/axios-client-adapter@0.3.8 - @apimatic/convert-to-stream@0.1.4 - @apimatic/core-interfaces@0.2.8 - @apimatic/core@0.10.17 - @apimatic/file-wrapper@0.3.4 - @apimatic/http-headers@0.3.4 - @apimatic/http-query@0.3.4 - @apimatic/oauth-adapters@0.4.9 - @apimatic/schema@0.7.15 - @apimatic/test-utilities@0.0.3 - @apimatic/xml-adapter@0.3.4
1 parent f8b7450 commit 8f09a6a

24 files changed

Lines changed: 81 additions & 33 deletions

File tree

packages/authentication-adapters/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.5.6](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/authentication-adapters@0.5.5...@apimatic/authentication-adapters@0.5.6) (2024-12-12)
7+
8+
**Note:** Version bump only for package @apimatic/authentication-adapters
9+
610
### [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)
711

812
**Note:** Version bump only for package @apimatic/authentication-adapters

packages/authentication-adapters/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/authentication-adapters",
33
"author": "APIMatic Ltd.",
4-
"version": "0.5.5",
4+
"version": "0.5.6",
55
"license": "MIT",
66
"sideEffects": false,
77
"main": "lib/index.js",
@@ -55,9 +55,9 @@
5555
"typescript": "^4.9.5"
5656
},
5757
"dependencies": {
58-
"@apimatic/core-interfaces": "^0.2.7",
59-
"@apimatic/http-headers": "^0.3.3",
60-
"@apimatic/http-query": "^0.3.3",
58+
"@apimatic/core-interfaces": "^0.2.8",
59+
"@apimatic/http-headers": "^0.3.4",
60+
"@apimatic/http-query": "^0.3.4",
6161
"tslib": "^2.8.1"
6262
},
6363
"publishConfig": {

packages/axios-client-adapter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.3.8](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/axios-client-adapter@0.3.7...@apimatic/axios-client-adapter@0.3.8) (2024-12-12)
7+
8+
**Note:** Version bump only for package @apimatic/axios-client-adapter
9+
610
### [0.3.7](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/axios-client-adapter@0.3.6...@apimatic/axios-client-adapter@0.3.7) (2024-11-28)
711

812
**Note:** Version bump only for package @apimatic/axios-client-adapter

packages/axios-client-adapter/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/axios-client-adapter",
33
"author": "APIMatic Ltd.",
4-
"version": "0.3.7",
4+
"version": "0.3.8",
55
"license": "MIT",
66
"sideEffects": false,
77
"main": "lib/index.js",
@@ -58,13 +58,13 @@
5858
"typescript": "^4.9.5"
5959
},
6060
"dependencies": {
61-
"@apimatic/convert-to-stream": "^0.1.3",
62-
"@apimatic/core-interfaces": "^0.2.7",
63-
"@apimatic/file-wrapper": "^0.3.3",
64-
"@apimatic/http-headers": "^0.3.3",
65-
"@apimatic/http-query": "^0.3.3",
61+
"@apimatic/convert-to-stream": "^0.1.4",
62+
"@apimatic/core-interfaces": "^0.2.8",
63+
"@apimatic/file-wrapper": "^0.3.4",
64+
"@apimatic/http-headers": "^0.3.4",
65+
"@apimatic/http-query": "^0.3.4",
6666
"@apimatic/json-bigint": "^1.2.0",
67-
"@apimatic/schema": "^0.7.14",
67+
"@apimatic/schema": "^0.7.15",
6868
"axios": "^1.7.9",
6969
"detect-browser": "^5.3.0",
7070
"detect-node": "^2.1.0",

packages/convert-to-stream/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.4](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/convert-to-stream@0.1.3...@apimatic/convert-to-stream@0.1.4) (2024-12-12)
7+
8+
**Note:** Version bump only for package @apimatic/convert-to-stream
9+
610
### [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)
711

812
**Note:** Version bump only for package @apimatic/convert-to-stream

packages/convert-to-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apimatic/convert-to-stream",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "converts the content to stream",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

packages/core-interfaces/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.2.8](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core-interfaces@0.2.7...@apimatic/core-interfaces@0.2.8) (2024-12-12)
7+
8+
**Note:** Version bump only for package @apimatic/core-interfaces
9+
610
### [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)
711

812
**Note:** Version bump only for package @apimatic/core-interfaces

packages/core-interfaces/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/core-interfaces",
33
"author": "APIMatic Ltd.",
4-
"version": "0.2.7",
4+
"version": "0.2.8",
55
"license": "MIT",
66
"sideEffects": false,
77
"main": "lib/index.js",
@@ -58,7 +58,7 @@
5858
"typescript": "^4.9.5"
5959
},
6060
"dependencies": {
61-
"@apimatic/file-wrapper": "^0.3.3",
61+
"@apimatic/file-wrapper": "^0.3.4",
6262
"tslib": "^2.8.1"
6363
},
6464
"publishConfig": {

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.10.17](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core@0.10.16...@apimatic/core@0.10.17) (2024-12-12)
7+
8+
**Note:** Version bump only for package @apimatic/core
9+
610
### [0.10.16](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/core@0.10.15...@apimatic/core@0.10.16) (2024-11-28)
711

812
**Note:** Version bump only for package @apimatic/core

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/core",
33
"author": "APIMatic Ltd.",
4-
"version": "0.10.16",
4+
"version": "0.10.17",
55
"license": "MIT",
66
"sideEffects": false,
77
"main": "lib/index.js",
@@ -60,12 +60,12 @@
6060
},
6161
"dependencies": {
6262
"@apimatic/convert-to-stream": "^0.0.2",
63-
"@apimatic/core-interfaces": "^0.2.7",
64-
"@apimatic/file-wrapper": "^0.3.3",
65-
"@apimatic/http-headers": "^0.3.3",
66-
"@apimatic/http-query": "^0.3.3",
63+
"@apimatic/core-interfaces": "^0.2.8",
64+
"@apimatic/file-wrapper": "^0.3.4",
65+
"@apimatic/http-headers": "^0.3.4",
66+
"@apimatic/http-query": "^0.3.4",
6767
"@apimatic/json-bigint": "^1.2.0",
68-
"@apimatic/schema": "^0.7.14",
68+
"@apimatic/schema": "^0.7.15",
6969
"detect-browser": "^5.3.0",
7070
"detect-node": "^2.1.0",
7171
"form-data": "^4.0.1",

0 commit comments

Comments
 (0)