@salesforce/retail-react-app 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v4.0.1 (Sept 4, 2024)
2
+ - Updated @salesforce/commerce-sdk-react to 3.0.1 to fix an issue with the expires attribute of cookies, ensuring it uses seconds instead of days [#1994](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1994)
3
+
1
4
  ## v4.0.0 (Aug 7, 2024)
2
5
 
3
6
  ### New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/retail-react-app",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "license": "See license in LICENSE",
5
5
  "author": "cc-pwa-kit@salesforce.com",
6
6
  "ccExtensibility": {
@@ -45,7 +45,7 @@
45
45
  "@lhci/cli": "^0.11.0",
46
46
  "@loadable/component": "^5.15.3",
47
47
  "@peculiar/webcrypto": "^1.4.2",
48
- "@salesforce/commerce-sdk-react": "3.0.0",
48
+ "@salesforce/commerce-sdk-react": "3.0.1",
49
49
  "@salesforce/pwa-kit-dev": "3.7.0",
50
50
  "@salesforce/pwa-kit-react-sdk": "3.7.0",
51
51
  "@salesforce/pwa-kit-runtime": "3.7.0",
@@ -100,5 +100,5 @@
100
100
  "maxSize": "320 kB"
101
101
  }
102
102
  ],
103
- "gitHead": "7a47e6b91a5a0edc69c999115345b9bd5154935f"
103
+ "gitHead": "1fef72f07d07392046c245082df8f8c07c14aeb8"
104
104
  }