Skip to content

Commit ade723a

Browse files
committed
Moved version to 5.2.1
1 parent 84f2f33 commit ade723a

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v5.2.0
3+
## v5.2.1
44

55
### API Versions
66

@@ -27,6 +27,31 @@
2727

2828
- Add automatic maintenance mode detection via `throwOnMaintenanceHeader` client config option. When enabled, the SDK throws `MaintenanceError` (503) if the server responds with `sfdc_maintenance` header set to `'system'` or `'site'`. This feature is opt-in and fully backward compatible.
2929

30+
31+
## v5.2.0
32+
33+
### API Versions
34+
35+
| API Name | API Version |
36+
|----------|-------------|
37+
| shopper-login | 1.46.0 |
38+
| shopper-baskets | 1.11.0 |
39+
| shopper-baskets | 2.5.1 |
40+
| shopper-configurations | 1.2.0 |
41+
| shopper-consents | 1.1.4 |
42+
| shopper-context | 1.1.3 |
43+
| shopper-customers | 1.7.0 |
44+
| shopper-experience | 1.3.0 |
45+
| shopper-gift-certificates | 1.2.0 |
46+
| shopper-orders | 1.12.1 |
47+
| shopper-payments | 1.4.0 |
48+
| shopper-products | 1.3.0 |
49+
| shopper-promotions | 1.2.0 |
50+
| shopper-search | 1.8.0 |
51+
| shopper-seo | 1.0.17 |
52+
| shopper-stores | 1.2.0 |
53+
54+
3055
## v5.1.0
3156

3257
### API Versions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commerce-sdk-isomorphic",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"private": false,
55
"description": "Salesforce Commerce SDK Isomorphic",
66
"bugs": {

0 commit comments

Comments
 (0)