Skip to content

Commit

Permalink
ci: release (#7243)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 23, 2024
1 parent 3ccc8cd commit 9f22e5c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-seahorses-nail.md

This file was deleted.

9 changes: 2 additions & 7 deletions docs/content/4.sdk/4.api/sdk.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1311,12 +1311,7 @@
},
{
"kind": "Content",
"text": "<true> | "
},
{
"kind": "Reference",
"text": "SdkHttpError",
"canonicalReference": "@vue-storefront/sdk!SdkHttpError:class"
"text": "<any>"
},
{
"kind": "Content",
Expand All @@ -1328,7 +1323,7 @@
"name": "HTTPClient",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 7
"endIndex": 6
}
},
{
Expand Down
6 changes: 6 additions & 0 deletions docs/content/4.sdk/5.reference/change-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 3.2.2

### Patch Changes

- **[CHANGED]** response type of HTTPClient to `Promise<any>`. Previously it was `Promise<true> | SdkHttpError`, which was making it impossible the use of an `axios` with the `middlewareModule`. Now, it more flexible and can be used with any HTTP client.

## 3.2.1

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 3.2.2

### Patch Changes

- **[CHANGED]** response type of HTTPClient to `Promise<any>`. Previously it was `Promise<true> | SdkHttpError`, which was making it impossible the use of an `axios` with the `middlewareModule`. Now, it more flexible and can be used with any HTTP client.

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-storefront/sdk",
"license": "MIT",
"version": "3.2.1",
"version": "3.2.2",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 9f22e5c

Please sign in to comment.