Skip to content

Commit f10beea

Browse files
committed
Release v3.15.8
1 parent d47b294 commit f10beea

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [3.15.8] - 2024-10-02
911
### Fixed
1012

1113
- Fixed the return from skuFromRefIds and improve the return from getSkuSellerInfo

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "quickorder",
4-
"version": "3.15.7",
4+
"version": "3.15.8",
55
"title": "Quickorder",
66
"description": "Allow users to add multiple products to the cart at once",
77
"defaultLocale": "en-US",
@@ -90,7 +90,9 @@
9090
},
9191
"free": true,
9292
"type": "free",
93-
"availableCountries": ["*"]
93+
"availableCountries": [
94+
"*"
95+
]
9496
},
9597
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
9698
}

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"@vtex/tsconfig": "^0.5.0",
4545
"ts-jest": "^25.1.0"
4646
},
47-
"version": "3.15.5"
47+
"version": "3.15.8"
4848
}

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"graphql": "^14.6.0",
2828
"react": "^16.9.2"
2929
},
30-
"version": "3.15.5"
30+
"version": "3.15.8"
3131
}

0 commit comments

Comments
 (0)