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 Jun 27, 2024
1 parent 6973087 commit c7afd89
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.2](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-06-27)

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

### 0.3.1 (2024-05-28)

### Features
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.1",
"version": "0.3.2",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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",
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.9](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-06-27)

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

### 0.10.8 (2024-05-28)

### Features
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.8",
"version": "0.10.9",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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",
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.4](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-06-27)

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

### [0.4.3](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-06-04)

### Features
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.3",
"version": "0.4.4",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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": {
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.10](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (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
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.9",
"version": "0.7.10",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit c7afd89

Please sign in to comment.