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]
 - @apimatic/[email protected]
  • Loading branch information
github-actions[bot] committed Sep 27, 2024
1 parent 8805ab1 commit 6c382f2
Show file tree
Hide file tree
Showing 24 changed files with 81 additions and 33 deletions.
4 changes: 4 additions & 0 deletions packages/authentication-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

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

### [0.5.4](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-07-22)

**Note:** Version bump only for package @apimatic/authentication-adapters
Expand Down
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.4",
"version": "0.5.5",
"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.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": {
Expand Down
4 changes: 4 additions & 0 deletions packages/axios-client-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (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/[email protected]...@apimatic/[email protected]) (2024-09-11)

**Note:** Version bump only for package @apimatic/axios-client-adapter
Expand Down
14 changes: 7 additions & 7 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.5",
"version": "0.3.6",
"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.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/convert-to-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

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

### 0.1.2 (2024-05-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.3",
"description": "converts the content to stream",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/core-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

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

### [0.2.6](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-07-22)

### Bug Fixes
Expand Down
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.6",
"version": "0.2.7",
"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.2",
"@apimatic/file-wrapper": "^0.3.3",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

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

### [0.10.14](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-09-11)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 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.14",
"version": "0.10.15",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/file-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

**Note:** Version bump only for package @apimatic/file-wrapper

### 0.3.2 (2024-05-28)

### Features
Expand Down
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.2",
"version": "0.3.3",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/http-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

**Note:** Version bump only for package @apimatic/http-headers

### 0.3.2 (2024-05-28)

### Features
Expand Down
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.2",
"version": "0.3.3",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/http-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

**Note:** Version bump only for package @apimatic/http-query

### 0.3.2 (2024-05-28)

### Features
Expand Down
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.2",
"version": "0.3.3",
"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.2",
"@apimatic/file-wrapper": "^0.3.3",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/oauth-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

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

### [0.4.6](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-07-22)

**Note:** Version bump only for package @apimatic/oauth-adapters
Expand Down
10 changes: 5 additions & 5 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.6",
"version": "0.4.7",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

**Note:** Version bump only for package @apimatic/schema

### [0.7.12](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-07-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/test-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

**Note:** Version bump only for package @apimatic/test-utilities

### 0.0.1 (2024-07-22)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utilities/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions packages/xml-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@apimatic/[email protected]) (2024-09-27)

**Note:** Version bump only for package @apimatic/xml-adapter

### 0.3.2 (2024-05-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/xml-adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6c382f2

Please sign in to comment.