@salesforce/retail-react-app 8.3.0-preview.1 → 8.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## v8.3.0-preview.1 (Dec 17, 2025)
1
+ ## v8.3.0 (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.1",
3
+ "version": "8.3.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.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",
49
+ "@salesforce/commerce-sdk-react": "4.3.0",
50
+ "@salesforce/pwa-kit-dev": "3.15.0",
51
+ "@salesforce/pwa-kit-react-sdk": "3.15.0",
52
+ "@salesforce/pwa-kit-runtime": "3.15.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",
@@ -108,5 +108,5 @@
108
108
  "maxSize": "363 kB"
109
109
  }
110
110
  ],
111
- "gitHead": "1f4623e3e297937208c62de776518b442ad08ceb"
111
+ "gitHead": "af930c12134d2cf4d4b7dcf9b144f5d431092f95"
112
112
  }