Skip to content

Commit e72b2e0

Browse files
committed
Bump version to 1.3.1
1 parent 6c10e05 commit e72b2e0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.changeset/blue-snakes-press.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"@bigcommerce/catalyst-makeswift": patch
3+
---
4+
5+
### Patch Changes
6+
7+
- [#2679](https://github.com/bigcommerce/catalyst/pull/2679) [`323483a`](https://github.com/bigcommerce/catalyst/commit/323483adfdd7dc1bf925034ae360d7a803d76ab9) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Update the `lint` command to utilize `eslint` CLI directly. `next lint` is deprecated in Next.js version 16 and this provides a lower migration impact when the time comes.
8+
9+
- [#2681](https://github.com/bigcommerce/catalyst/pull/2681) [`cacfb55`](https://github.com/bigcommerce/catalyst/commit/cacfb55b89d7de64c80eb66b671d279898a43a1e) Thanks [@jordanarldt](https://github.com/jordanarldt)! - Minor refactor to improve the performance when navigating from the cart to the checkout.
10+
- [#2680](https://github.com/bigcommerce/catalyst/pull/2680)
11+
- [#2681](https://github.com/bigcommerce/catalyst/pull/2681)
12+
13+
### Migration
14+
15+
Use the above PR diffs as a reference.
16+
1. Remove `core/app/[locale]/(default)/cart/_actions/redirect-to-checkout.ts`
17+
2. Update `checkoutAction` in `core/app/[locale]/(default)/cart/page.tsx` to `"/checkout"`
18+
3. Copy changes to `core/app/[locale]/(default)/checkout/route.ts`
19+
4. Update `core/lib/server-toast.ts` and set the cookie `maxAge` to `1` - this ensures any toast errors live through the redirect back to the `/cart` page
20+
5. Copy changes in `core/vibes/soul/sections/cart/client.tsx`
21+
6. Update `en.json` with the updated translation values (optional)

0 commit comments

Comments
 (0)