@salesforce/retail-react-app 8.2.0-preview.0 → 8.2.0
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.
- package/CHANGELOG.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## v8.2.0
|
|
1
|
+
## v8.2.0 (Nov 04, 2025)
|
|
2
2
|
|
|
3
3
|
- Add support for Rule Based Promotions for Choice of Bonus Products. We are currently supporting only one product level rule based promotion per product [#3418](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3418)
|
|
4
4
|
- Added Einstein suggestions support for popular and recent searches in search functionality. Users can now see personalized search suggestions based on Einstein AI recommendations. [#3422](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3422)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "8.2.0
|
|
3
|
+
"version": "8.2.0",
|
|
4
4
|
"license": "See license in LICENSE",
|
|
5
5
|
"author": "cc-pwa-kit@salesforce.com",
|
|
6
6
|
"ccExtensibility": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@loadable/component": "^5.15.3",
|
|
47
47
|
"@peculiar/webcrypto": "^1.4.2",
|
|
48
48
|
"@salesforce/cc-datacloud-typescript": "1.1.2",
|
|
49
|
-
"@salesforce/commerce-sdk-react": "4.2.0
|
|
50
|
-
"@salesforce/pwa-kit-dev": "3.14.0
|
|
51
|
-
"@salesforce/pwa-kit-react-sdk": "3.14.0
|
|
52
|
-
"@salesforce/pwa-kit-runtime": "3.14.0
|
|
49
|
+
"@salesforce/commerce-sdk-react": "4.2.0",
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.14.0",
|
|
51
|
+
"@salesforce/pwa-kit-react-sdk": "3.14.0",
|
|
52
|
+
"@salesforce/pwa-kit-runtime": "3.14.0",
|
|
53
53
|
"@tanstack/react-query": "^4.28.0",
|
|
54
54
|
"@tanstack/react-query-devtools": "^4.29.1",
|
|
55
55
|
"@testing-library/dom": "^9.0.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"maxSize": "335 kB"
|
|
108
108
|
}
|
|
109
109
|
],
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "990cdd2f45d42ca6b5745ea216bc6964735d94df"
|
|
111
111
|
}
|