Skip to content

Commit 9667b10

Browse files
committed
Clean up changelogs for stable release
1 parent 167ede5 commit 9667b10

File tree

6 files changed

+6
-31
lines changed

6 files changed

+6
-31
lines changed

packages/commerce-sdk-react/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
## v5.0.0 (Feb 12, 2026)
2-
## v5.0.0-preview.2 (Feb 12, 2026)
3-
## v3.16.0 (Feb 12, 2026)
4-
## v5.0.0-preview.2 (Feb 12, 2026)
5-
## v5.0.0-preview.1 (Feb 12, 2026)
6-
## v3.16.0-preview.2 (Feb 12, 2026)
7-
## v5.0.0-preview.1 (Feb 09, 2026)
8-
9-
## v5.0.0-preview.0 (Feb 06, 2026)
102
- Upgrade to commerce-sdk-isomorphic v5.0.0 and introduce Payment Instrument SCAPI integration [#3552](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3552)
113
- [Bugfix] Ensure code_verifier can be optional in resetPassword call [#3567](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3567)
124
- [Improvement] Strengthening typescript types on custom endpoint options and fetchOptions types [#3589](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3589)

packages/pwa-kit-create-app/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
## v3.16.0-preview.1 (Feb 09, 2026)
2-
3-
## v3.16.0-preview.0 (Feb 06, 2026)
1+
## v3.16.0 (Feb 12, 2026)
42
- Add new One-Click Checkout configuration [#3609](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3609)
5-
- Support email mode by default for passwordless login and password reset in a generated app. [#3525](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3525)
3+
- Support email mode by default for passwordless login and password reset in a generated app [#3525](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3525)
64
- Util function for passwordless callback URI [#3630](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3630)
75
- Add `tokenLength` to login configuration [#3554](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3554)
86

packages/pwa-kit-dev/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
## v3.16.0 (Feb 12, 2026)
2-
## v3.16.0-preview.2 (Feb 12, 2026)
3-
## v3.16.0-preview.1 (Feb 09, 2026)
4-
5-
## v3.16.0-preview.0 (Feb 06, 2026)
62

73
## v3.15.0 (Dec 17, 2025)
84

packages/pwa-kit-react-sdk/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
## v3.16.0 (Feb 12, 2026)
2-
## v3.16.0-preview.2 (Feb 12, 2026)
3-
## v3.16.0-preview.1 (Feb 09, 2026)
4-
5-
## v3.16.0-preview.0 (Feb 06, 2026)
62

73
## v3.15.0 (Dec 17, 2025)
84

packages/pwa-kit-runtime/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
## v3.16.0 (Feb 12, 2026)
2-
## v3.16.0-preview.2 (Feb 12, 2026)
3-
## v3.16.0-preview.1 (Feb 09, 2026)
4-
- Updated the SLAS private client proxy to enable customizing the proxy response body [#3662] https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3662/
5-
6-
## v3.16.0-preview.0 (Feb 06, 2026)
72
- Migrate AWS SDK from v2 to v3 [#3566](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3566)
3+
- Updated the SLAS private client proxy to enable customizing the proxy response body [#3662](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3662)
84

95
## v3.15.0 (Dec 17, 2025)
106
- Fix multiple set-cookie headers [#3508](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3508)

packages/template-retail-react-app/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
## v9.0.0-preview.1 (Feb 09, 2026)
2-
- [Bugfix] 1CC Bug Fixes [#3638](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3638)
3-
4-
## v9.0.0-preview.0 (Feb 06, 2026)
1+
## v9.0.0 (Feb 12, 2026)
52
- [Feature] One Click Checkout (in Developer Preview) [#3552](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3552)
63
- [Feature] Add `fuzzyPathMatching` to reduce computational overhead of route generation at time of application load [#3530](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3530)
74
- [Bugfix] Fix Passwordless Login landingPath, Reset Password landingPath, and Social Login redirectUri value in config not being used [#3560](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3560)
85
- [Feature] PWA Integration with OMS
96
- Integrate Order Details page to display orders data from OMS [#3573](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3573)
107
- Integrate Order History page to display data from OMS [#3581](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3581)
118
- Add shipping display support for OMS [#3588](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3588)
12-
- BOPIS multishipment with OMS [#3613] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3613)
13-
- Default to ECOM shipments in case OMS has no shipments [#3639] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3639)
9+
- BOPIS multishipment with OMS [#3613](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3613)
10+
- Default to ECOM shipments in case OMS has no shipments [#3639](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3639)
1411
- [Feature] Update passwordless login and password reset to use email mode by default. The mode can now be configured across the login page, auth modal, and checkout page [#3525](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3525)
1512
- Update "Continue Securely" button text to "Continue" for passwordless login [#3556](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3556)
1613
- Util function for passwordless callback URI [#3630](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3630)

0 commit comments

Comments
 (0)