@salesforce/retail-react-app 8.3.0-preview.0 → 8.3.0-preview.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.
- package/CHANGELOG.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## v8.3.0-preview.
|
|
1
|
+
## v8.3.0-preview.1 (Dec 17, 2025)
|
|
2
2
|
- [Bugfix] Fix Forgot Password link not working from Account Profile password update form [#3493](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3493)
|
|
3
3
|
- Introduce Address Autocompletion feature in the checkout flow, powered by Google Maps Platform [#3071](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3071)
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "8.3.0-preview.
|
|
3
|
+
"version": "8.3.0-preview.1",
|
|
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.3.0-preview.
|
|
50
|
-
"@salesforce/pwa-kit-dev": "3.15.0-preview.
|
|
51
|
-
"@salesforce/pwa-kit-react-sdk": "3.15.0-preview.
|
|
52
|
-
"@salesforce/pwa-kit-runtime": "3.15.0-preview.
|
|
49
|
+
"@salesforce/commerce-sdk-react": "4.3.0-preview.1",
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.15.0-preview.1",
|
|
51
|
+
"@salesforce/pwa-kit-react-sdk": "3.15.0-preview.1",
|
|
52
|
+
"@salesforce/pwa-kit-runtime": "3.15.0-preview.1",
|
|
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",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"maxSize": "363 kB"
|
|
109
109
|
}
|
|
110
110
|
],
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "1f4623e3e297937208c62de776518b442ad08ceb"
|
|
112
112
|
}
|