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]
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent b36ed4d commit a202868
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
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.7](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-11-28)

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

### [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
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "0.3.7",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@apimatic/http-headers": "^0.3.3",
"@apimatic/http-query": "^0.3.3",
"@apimatic/json-bigint": "^1.2.0",
"@apimatic/schema": "^0.7.13",
"@apimatic/schema": "^0.7.14",
"axios": "^1.7.4",
"detect-browser": "^5.3.0",
"detect-node": "^2.0.4",
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.16](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-11-28)

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

### [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
Expand Down
4 changes: 2 additions & 2 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.15",
"version": "0.10.16",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@apimatic/http-headers": "^0.3.3",
"@apimatic/http-query": "^0.3.3",
"@apimatic/json-bigint": "^1.2.0",
"@apimatic/schema": "^0.7.13",
"@apimatic/schema": "^0.7.14",
"detect-browser": "^5.3.0",
"detect-node": "^2.0.4",
"form-data": "^3.0.0",
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.8](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-11-28)

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

### [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
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.4.8",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@apimatic/core-interfaces": "^0.2.7",
"@apimatic/file-wrapper": "^0.3.3",
"@apimatic/http-headers": "^0.3.3",
"@apimatic/schema": "^0.7.13",
"@apimatic/schema": "^0.7.14",
"tslib": "^2.1.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-11-28)

### Features

- **additional-properties:** adds typed expando object schema ([#193](https://github.com/apimatic/apimatic-js-runtime/issues/193)) ([b36ed4d](https://github.com/apimatic/apimatic-js-runtime/commit/b36ed4dd088341e6f69ced399f7d0b83a12c96ef))

### [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
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.13",
"version": "0.7.14",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit a202868

Please sign in to comment.