Skip to content

Commit 9f22e5c

Browse files
ci: release (#7243)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3ccc8cd commit 9f22e5c

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

.changeset/perfect-seahorses-nail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/content/4.sdk/4.api/sdk.api.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,12 +1311,7 @@
13111311
},
13121312
{
13131313
"kind": "Content",
1314-
"text": "<true> | "
1315-
},
1316-
{
1317-
"kind": "Reference",
1318-
"text": "SdkHttpError",
1319-
"canonicalReference": "@vue-storefront/sdk!SdkHttpError:class"
1314+
"text": "<any>"
13201315
},
13211316
{
13221317
"kind": "Content",
@@ -1328,7 +1323,7 @@
13281323
"name": "HTTPClient",
13291324
"typeTokenRange": {
13301325
"startIndex": 1,
1331-
"endIndex": 7
1326+
"endIndex": 6
13321327
}
13331328
},
13341329
{

docs/content/4.sdk/5.reference/change-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 3.2.2
4+
5+
### Patch Changes
6+
7+
- **[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.
8+
39
## 3.2.1
410

511
### Patch Changes

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 3.2.2
4+
5+
### Patch Changes
6+
7+
- **[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.
8+
39
## 3.2.1
410

511
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-storefront/sdk",
33
"license": "MIT",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"main": "lib/index.cjs.js",
66
"module": "lib/index.es.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)