@salesforce/retail-react-app 10.2.1-preview.0 → 10.2.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 +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## v10.2.1-preview.0
1
+ ## v10.2.1 (Sep 22, 2026)
2
2
  - [Bugfix] Keep the Page Designer preview URL bar synchronized with client-side navigation. The storefront now parses the exact `mode` query parameter, and the Page Designer initializer emits `notifyClientRouteChanged(url)` after the preview channel is connected whenever the SPA route changes. Bumps `@salesforce/storefront-next-runtime` to `1.3.1`. [#4021](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/4021)
3
3
 
4
4
  ## v10.2.0 (Aug 12, 2026)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/retail-react-app",
3
- "version": "10.2.1-preview.0",
3
+ "version": "10.2.1",
4
4
  "license": "See license in LICENSE",
5
5
  "author": "cc-pwa-kit@salesforce.com",
6
6
  "ccExtensibility": {
@@ -46,7 +46,7 @@
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": "5.4.1-preview.0",
49
+ "@salesforce/commerce-sdk-react": "5.4.1",
50
50
  "@salesforce/pwa-kit-dev": "3.20.0",
51
51
  "@salesforce/pwa-kit-react-sdk": "3.20.0",
52
52
  "@salesforce/pwa-kit-runtime": "3.20.0",
@@ -114,5 +114,5 @@
114
114
  "maxSize": "402 kB"
115
115
  }
116
116
  ],
117
- "gitHead": "8f31e6fea2071d0cf04b8ff2f5071c75f69bbf0a"
117
+ "gitHead": "5ebd7c14b076b9069a9eaab70ee9a9fbfe381c3a"
118
118
  }