Skip to content

Commit

Permalink
chore(release): update version and publish package(s)
Browse files Browse the repository at this point in the history
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
 - @apimatic/[email protected]
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent 82f9536 commit 43e7ca2
Show file tree
Hide file tree
Showing 22 changed files with 260 additions and 38 deletions.
16 changes: 16 additions & 0 deletions packages/authentication-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.5.3 (2024-05-28)

### Features

- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))

### Bug Fixes

- **auth-adapters:** add support of custom params in custom auth provider ([075d051](https://github.com/apimatic/apimatic-js-runtime/commit/075d0510ab7d87994f4b6a20aee294d2416178af)), closes [#101](https://github.com/apimatic/apimatic-js-runtime/issues/101)
- **authentication-adapters:** add support of basic custom auth params ([#115](https://github.com/apimatic/apimatic-js-runtime/issues/115)) ([a54a064](https://github.com/apimatic/apimatic-js-runtime/commit/a54a064f8478e5d49dfcbf387212810764a5cf9d)), closes [#114](https://github.com/apimatic/apimatic-js-runtime/issues/114)
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)
8 changes: 4 additions & 4 deletions packages/authentication-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/authentication-adapters",
"author": "APIMatic Ltd.",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -55,9 +55,9 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@apimatic/core-interfaces": "^0.2.0",
"@apimatic/http-query": "^0.3.0",
"@apimatic/http-headers": "^0.3.0",
"@apimatic/core-interfaces": "^0.2.5",
"@apimatic/http-headers": "^0.3.2",
"@apimatic/http-query": "^0.3.2",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
15 changes: 15 additions & 0 deletions packages/axios-client-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.3.1 (2024-05-28)

### Features

- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))

### Bug Fixes

- **typescript:** bump axios major version ([#157](https://github.com/apimatic/apimatic-js-runtime/issues/157)) ([da3b168](https://github.com/apimatic/apimatic-js-runtime/commit/da3b1681f1d317249e3a5e64e58ba4d60cded6d5)), closes [#153](https://github.com/apimatic/apimatic-js-runtime/issues/153)
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)
16 changes: 8 additions & 8 deletions packages/axios-client-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/axios-client-adapter",
"author": "APIMatic Ltd.",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -58,13 +58,13 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@apimatic/convert-to-stream": "^0.1.0",
"@apimatic/core-interfaces": "^0.2.0",
"@apimatic/file-wrapper": "^0.3.0",
"@apimatic/http-headers": "^0.3.0",
"@apimatic/convert-to-stream": "^0.1.2",
"@apimatic/core-interfaces": "^0.2.5",
"@apimatic/file-wrapper": "^0.3.2",
"@apimatic/http-headers": "^0.3.2",
"@apimatic/http-query": "^0.3.2",
"@apimatic/json-bigint": "^1.2.0",
"@apimatic/http-query": "^0.3.0",
"@apimatic/schema": "^0.7.0",
"@apimatic/schema": "^0.7.9",
"axios": "^1.6.0",
"detect-browser": "^5.3.0",
"detect-node": "^2.0.4",
Expand All @@ -81,4 +81,4 @@
"url": "[email protected]:apimatic/apimatic-js-runtime.git",
"directory": "packages/axios-client-adapter"
}
}
}
11 changes: 11 additions & 0 deletions packages/convert-to-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.1.2 (2024-05-28)

### Features

- **convert-to-stream:** add convert-to-stream in runtime libraries repo ([5b0f4c5](https://github.com/apimatic/apimatic-js-runtime/commit/5b0f4c5d9c84c0330ffa2feb98390c43d470909f))
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))
4 changes: 2 additions & 2 deletions packages/convert-to-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apimatic/convert-to-stream",
"version": "0.1.1",
"version": "0.1.2",
"description": "converts the content to stream",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -37,4 +37,4 @@
"browser": {
"./lib/convertToStream.js": "./lib/convertToBlob.js"
}
}
}
15 changes: 15 additions & 0 deletions packages/core-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.2.5 (2024-05-28)

### Features

- **configureable-logger:** add support of configurable logger ([#164](https://github.com/apimatic/apimatic-js-runtime/issues/164)) ([2b0a57a](https://github.com/apimatic/apimatic-js-runtime/commit/2b0a57a60de744159ac6f521311435ffc6f5ab34))
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))

### Bug Fixes

- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)
4 changes: 2 additions & 2 deletions packages/core-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/core-interfaces",
"author": "APIMatic Ltd.",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@apimatic/file-wrapper": "^0.3.0",
"@apimatic/file-wrapper": "^0.3.2",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
59 changes: 59 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.10.8 (2024-05-28)

### Features

- **configureable-logger:** add support of configurable logger ([#164](https://github.com/apimatic/apimatic-js-runtime/issues/164)) ([2b0a57a](https://github.com/apimatic/apimatic-js-runtime/commit/2b0a57a60de744159ac6f521311435ffc6f5ab34))
- **convert-to-stream:** add convert-to-stream in runtime libraries repo ([5b0f4c5](https://github.com/apimatic/apimatic-js-runtime/commit/5b0f4c5d9c84c0330ffa2feb98390c43d470909f))
- **core:** add support for unknown types in path parameters ([5bf6c9e](https://github.com/apimatic/apimatic-js-runtime/commit/5bf6c9e0e87ac13334e3d21c5db037a2db912d70))
- **typescript:** add support for complex query params ([aeeead0](https://github.com/apimatic/apimatic-js-runtime/commit/aeeead0a940bc7d78c78155531e3df0ff6cfe9ec)), closes [#51](https://github.com/apimatic/apimatic-js-runtime/issues/51)
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))

### Bug Fixes

- **core-ts:** add support of boolean array in query-value ([#49](https://github.com/apimatic/apimatic-js-runtime/issues/49)) ([60dc89e](https://github.com/apimatic/apimatic-js-runtime/commit/60dc89e4cc6b30eedf799e9a763f910e241336f0)), closes [#48](https://github.com/apimatic/apimatic-js-runtime/issues/48)
- **core:** fix deserialization exception in error template messeage ([#150](https://github.com/apimatic/apimatic-js-runtime/issues/150)) ([78cef3c](https://github.com/apimatic/apimatic-js-runtime/commit/78cef3c6f84f8269a8c7995049150e619111e1ff)), closes [#27](https://github.com/apimatic/apimatic-js-runtime/issues/27)
- **nullable-headers:** adds the capability to set null headers in request builder ([#171](https://github.com/apimatic/apimatic-js-runtime/issues/171)) ([817211f](https://github.com/apimatic/apimatic-js-runtime/commit/817211f63f2e92d26db9cdff7b23891befccf78b))
- **typescript:** bump axios major version ([#157](https://github.com/apimatic/apimatic-js-runtime/issues/157)) ([da3b168](https://github.com/apimatic/apimatic-js-runtime/commit/da3b1681f1d317249e3a5e64e58ba4d60cded6d5)), closes [#153](https://github.com/apimatic/apimatic-js-runtime/issues/153)
- **typescript:** fix custom error classes to set error prototype ([13957d6](https://github.com/apimatic/apimatic-js-runtime/commit/13957d6110c8347d07e1692c462619022c30a21f)), closes [#83](https://github.com/apimatic/apimatic-js-runtime/issues/83)
- **typescript:** fix wrong import in es modules. ([21e76a8](https://github.com/apimatic/apimatic-js-runtime/commit/21e76a80e384df2cf399c6b36ca0a4fd2b42bcf4)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)

### 0.7.6 (2022-05-09)

### Features

- **core:** add forceful retries ([2e0879c](https://github.com/apimatic/apimatic-js-runtime/commit/2e0879c44595c9223501437e41509713be61e94e))

### Bug Fixes

- **core:** bump json-bigint version to enable parsing large floats ([eb4ff36](https://github.com/apimatic/apimatic-js-runtime/commit/eb4ff364bfe6fde41b260bb3884e9c8b66e4ef53))
- **core:** remove convert to stream in a separate library ([810be61](https://github.com/apimatic/apimatic-js-runtime/commit/810be610b604ee3b76a07fc428a7fb9539ee08dc))

### 0.7.2 (2022-01-05)

### Features

- **core:** make http client configurable and add retry support ([07ff535](https://github.com/apimatic/apimatic-js-runtime/commit/07ff53524823886b2ae78f30048f1bdf7498955a)), closes [#31](https://github.com/apimatic/apimatic-js-runtime/issues/31)

## 0.7.0 (2021-12-22)

### Features

- **core:** add platform and os detection for user-agent Closes [#29](https://github.com/apimatic/apimatic-js-runtime/issues/29) ([a3d0023](https://github.com/apimatic/apimatic-js-runtime/commit/a3d00236254c4c5391e9b5db73a0af351d4382cc))

### 0.6.2 (2021-09-29)

### Features

- **ts:** add support for bigint in template params ([#16](https://github.com/apimatic/apimatic-js-runtime/issues/16)) ([384146c](https://github.com/apimatic/apimatic-js-runtime/commit/384146c4af24d9ffdbfb9ecad18b8686c37240f5))

### 0.6.1 (2021-05-07)

### 0.6.1-alpha.1 (2021-05-04)

### 0.6.1-alpha.0 (2021-05-02)
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/core",
"author": "APIMatic Ltd.",
"version": "0.10.7",
"version": "0.10.8",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@babel/core": "^7.22.1",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/detect-node": "^2.0.0",
"@types/lodash.flatmap": "^4.5.6",
"@types/lodash.defaultsdeep": "^4.6.9",
"@types/lodash.flatmap": "^4.5.6",
"abort-controller": "^3.0.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"jest": "^26.4.2",
Expand All @@ -60,18 +60,18 @@
},
"dependencies": {
"@apimatic/convert-to-stream": "^0.0.2",
"@apimatic/core-interfaces": "^0.2.0",
"@apimatic/file-wrapper": "^0.3.0",
"@apimatic/http-headers": "^0.3.0",
"@apimatic/core-interfaces": "^0.2.5",
"@apimatic/file-wrapper": "^0.3.2",
"@apimatic/http-headers": "^0.3.2",
"@apimatic/http-query": "^0.3.2",
"@apimatic/json-bigint": "^1.2.0",
"@apimatic/http-query": "^0.3.0",
"@apimatic/schema": "^0.7.0",
"@apimatic/schema": "^0.7.9",
"detect-browser": "^5.3.0",
"detect-node": "^2.0.4",
"form-data": "^3.0.0",
"json-ptr": "^3.1.0",
"lodash.flatmap": "^4.5.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.flatmap": "^4.5.0",
"tiny-warning": "^1.0.3",
"tslib": "^2.1.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/file-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.3.2 (2024-05-28)

### Features

- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))

### Bug Fixes

- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)
2 changes: 1 addition & 1 deletion packages/file-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/file-wrapper",
"author": "APIMatic Ltd.",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/http-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.3.2 (2024-05-28)

### Features

- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))

### Bug Fixes

- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)
2 changes: 1 addition & 1 deletion packages/http-headers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/http-headers",
"author": "APIMatic Ltd.",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/http-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.3.2 (2024-05-28)

### Features

- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))

### Bug Fixes

- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)
4 changes: 2 additions & 2 deletions packages/http-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/http-query",
"author": "APIMatic Ltd.",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@apimatic/file-wrapper": "^0.3.0",
"@apimatic/file-wrapper": "^0.3.2",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/oauth-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.4.2 (2024-05-28)

### Features

- **auto-refresh-fetch:** enable auto refresh and fetch oauth token flow ([#162](https://github.com/apimatic/apimatic-js-runtime/issues/162)) ([a8da229](https://github.com/apimatic/apimatic-js-runtime/commit/a8da2298855dde7492dba4e181f9ebb075567a35))
- **typescript:** add support for pluggable adapters ([a76ba7c](https://github.com/apimatic/apimatic-js-runtime/commit/a76ba7cbf2602bdc48b758816000330429ac4972))

### Bug Fixes

- **oauth-adapters:** fix oauthToken model mapping in oauth provider ([#100](https://github.com/apimatic/apimatic-js-runtime/issues/100)) ([3dea390](https://github.com/apimatic/apimatic-js-runtime/commit/3dea3902cb909d8e70283ff26c582252275d9f12)), closes [#99](https://github.com/apimatic/apimatic-js-runtime/issues/99)
- **typescript:** update rollup versions in all packages package.json ([#98](https://github.com/apimatic/apimatic-js-runtime/issues/98)) ([c7a1106](https://github.com/apimatic/apimatic-js-runtime/commit/c7a1106bfc8e7d10e28dee97fb30a4e2792f21df)), closes [#93](https://github.com/apimatic/apimatic-js-runtime/issues/93)
12 changes: 6 additions & 6 deletions packages/oauth-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/oauth-adapters",
"author": "APIMatic Ltd.",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -55,10 +55,10 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@apimatic/schema": "^0.7.0",
"@apimatic/core-interfaces": "^0.2.0",
"@apimatic/file-wrapper": "^0.3.0",
"@apimatic/http-headers": "^0.3.0",
"@apimatic/core-interfaces": "^0.2.5",
"@apimatic/file-wrapper": "^0.3.2",
"@apimatic/http-headers": "^0.3.2",
"@apimatic/schema": "^0.7.9",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand All @@ -69,4 +69,4 @@
"url": "[email protected]:apimatic/apimatic-js-runtime.git",
"directory": "packages/oauth-adapters"
}
}
}
Loading

0 comments on commit 43e7ca2

Please sign in to comment.