@salesforce/retail-react-app 7.0.0-preview.1 → 7.0.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
|
-
## v7.0.0
|
|
1
|
+
## v7.0.0 (July 22, 2025)
|
|
2
2
|
|
|
3
3
|
- Improved the layout of product tiles in product scroll and product list [#2446](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2446)
|
|
4
4
|
- Update the configuration of datacloud [#2467](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2467)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.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": "3.4.0
|
|
50
|
-
"@salesforce/pwa-kit-dev": "3.11.0
|
|
51
|
-
"@salesforce/pwa-kit-react-sdk": "3.11.0
|
|
52
|
-
"@salesforce/pwa-kit-runtime": "3.11.0
|
|
49
|
+
"@salesforce/commerce-sdk-react": "3.4.0",
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.11.0",
|
|
51
|
+
"@salesforce/pwa-kit-react-sdk": "3.11.0",
|
|
52
|
+
"@salesforce/pwa-kit-runtime": "3.11.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": "328 kB"
|
|
108
108
|
}
|
|
109
109
|
],
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "ce537dc2e48c980ca78607e03125f9cccf8314c5"
|
|
111
111
|
}
|