Skip to content

Commit db35876

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

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

.changeset/forty-kings-tan.md

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

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

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

3+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- **[FIXED]** Headers with same name will now have their values merged using the ";' delimiter, rather than ",". This is seen when middleware and defaultRequestConfig set the same header - e.g. `Cookie`.
8+
9+
After this change, `Cookie: vsf-locale=en` + `Cookie: custom-cookie=123` will result in `Cookie: vsf-locale=en; custom-cookie=123`, rather than being wrongly separated by `,`.
10+
311
## 3.2.2
412

513
### Patch Changes

packages/sdk/CHANGELOG.md

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

3+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- **[FIXED]** Headers with same name will now have their values merged using the ";' delimiter, rather than ",". This is seen when middleware and defaultRequestConfig set the same header - e.g. `Cookie`.
8+
9+
After this change, `Cookie: vsf-locale=en` + `Cookie: custom-cookie=123` will result in `Cookie: vsf-locale=en; custom-cookie=123`, rather than being wrongly separated by `,`.
10+
311
## 3.2.2
412

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

0 commit comments

Comments
 (0)