Skip to content

Commit 6c10e05

Browse files
committed
Remove canary changelog
1 parent c9c800b commit 6c10e05

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

core/CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# Changelog
22

3-
## 1.3.1
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)
22-
233
## 1.3.0
244

255
### Minor Changes

0 commit comments

Comments
 (0)