Skip to content

Commit 42d6c58

Browse files
authored
Merge pull request #2866 from SalesforceCommerceCloud/ju/consume-iso-sdk-3.4.0
Feat: Consume new version of `commerce-sdk-isomorphic@3.4.0`
2 parents a64fda6 + e189fd9 commit 42d6c58

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

packages/commerce-sdk-react/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Now compatible with either React 17 and 18 [#2506](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2506)
55
- Gracefully handle missing SDK Clients in CommerceApiProvider [#2539](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2539)
66
- Refactor commerce-sdk-react to allow injecting ApiClients [#2519](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2519)
7+
- Upgrade to commerce-sdk-isomorphic v3.4.0 [#2866](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2866)
78

89

910
## v3.3.0 (May 22, 2025)

packages/commerce-sdk-react/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/commerce-sdk-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"version": "node ./scripts/version.js"
4141
},
4242
"dependencies": {
43-
"commerce-sdk-isomorphic": "^3.3.0",
43+
"commerce-sdk-isomorphic": "^3.4.0",
4444
"js-cookie": "^3.0.1",
4545
"jwt-decode": "^4.0.0"
4646
},

0 commit comments

Comments
 (0)