Skip to content

Commit 9b8d334

Browse files
ci: release (#7332)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 45095f3 commit 9b8d334

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.changeset/empty-cycles-lay.md

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

.changeset/gorgeous-pears-chew.md

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@
11461146
},
11471147
{
11481148
"kind": "Content",
1149-
"text": "(options?: Options, parent?: {\n methods: ExtendedModule[\"connector\"];\n context?: ExtendedModule[\"context\"];\n}) => InitializedExtension"
1149+
"text": "(options: Options, parent: {\n methods: ExtendedModule[\"connector\"];\n context: ExtendedModule[\"context\"];\n}) => InitializedExtension"
11501150
},
11511151
{
11521152
"kind": "Content",

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

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

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- **[FIXED]** Fixed type inference for function-based configurations when using the [extend](https://docs.alokai.com/sdk/advanced/extending-module#extend) method. Now the `methods` object is correctly typed.
8+
- **[FIXED]** Fixed multiple files upload, now it works as expected.
9+
310
## 3.4.0
411

512
### Minor Changes
@@ -21,10 +28,6 @@ await sdk.commerce.uploadFile(
2128
);
2229
```
2330

24-
:::warning
25-
Files mustn't be included in the `FormData` object manually, SDK handles it automatically.
26-
:::
27-
2831
## 3.3.0
2932

3033
### Minor Changes

packages/sdk/CHANGELOG.md

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

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- **[FIX]** Fixed type inference for function-based configurations when using the [extend](https://docs.alokai.com/sdk/advanced/extending-module#extend) method. Now the `methods` object is correctly typed.
8+
- **[FIXED]** Fixed multiple files upload, now it works as expected.
9+
310
## 3.4.0
411

512
### Minor 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.4.0",
4+
"version": "3.4.1",
55
"main": "lib/index.cjs.js",
66
"module": "lib/index.es.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)