You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/CHANGELOG.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,5 @@
1
1
# Changelog
2
2
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.
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