Skip to content

Commit 9e7f348

Browse files
authored
chore: Update long-term-support doc (#919)
1 parent 1035049 commit 9e7f348

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/upgrade-guides/core-2/overview.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Learn how to upgrade to the latest version of Clerk's SDKs"
77

88
# Upgrading to Clerk Core 2
99

10-
In Febrary 2024, [we updated](https://clerk.com/changelog/2024-01-16) Clerk's SDKs to include Core 2. This new core includes:
10+
In April 2024, we updated Clerk's SDKs to include Core 2. This new core includes:
1111

1212
- 💅 Redesigned and improved component UIs.
1313
- 🔪 The 401 & "flash of white page" that was visible sometimes when syncing auth state was eliminated.
@@ -19,14 +19,14 @@ In Febrary 2024, [we updated](https://clerk.com/changelog/2024-01-16) Clerk's SD
1919
Core 2 brings both UI changes and breaking code changes, so each SDK has been updated to a new major version.
2020
We expect upgrades to take less than 30 minutes, and are providing a CLI tool to assist with the process. Please select your SDK below to get started:
2121

22-
- [Next.js](/nextjs)
23-
- [Remix](/remix)
24-
- [Expo](/expo)
25-
- [Node](/node)
26-
- [Fastify](/fastify)
27-
- [React](/react)
28-
- [Backend](/backend)
29-
- [JS](/js)
30-
- [Chrome Extension](/chrome-extension)
31-
32-
Note that the `Gastsby`, `Go`, and `Ruby` SDKs do not yet have a core 2 release ready - if you are using any of these SDKs there is nothing actionable right now.
22+
- [Next.js](/docs/upgrade-guides/core-2/nextjs)
23+
- [Remix](/docs/upgrade-guides/core-2/remix)
24+
- [Expo](/docs/upgrade-guides/core-2/expo)
25+
- [Node](/docs/upgrade-guides/core-2/node)
26+
- [Fastify](/docs/upgrade-guides/core-2/fastify)
27+
- [React](/docs/upgrade-guides/core-2/react)
28+
- [Backend](/docs/upgrade-guides/core-2/backend)
29+
- [JS](/docs/upgrade-guides/core-2/javascript)
30+
- [Chrome Extension](/docs/upgrade-guides/core-2/chrome-extension)
31+
32+
Note that the `Gatsby`, `Go`, and `Ruby` SDKs do not yet have a Core 2 release ready - if you are using any of these SDKs there is nothing actionable right now.

docs/upgrade-guides/long-term-support.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ After the LTS period ends, there will be no further changes to the code for that
1717

1818
| Version | Status | As Of | Until |
1919
| ------- | ----------------------------- | ---------------- | ---------------- |
20-
| Core 2 | Active | February 29, 2024 | TBD |
21-
| Core 1 | Long term support | February 29, 2024 | Q1 2025 |
20+
| Core 2 | Active | April 19, 2024 | TBD |
21+
| Core 1 | Long term support | April 19, 2024 | Q1 2025 |
2222
| Legacy (v3) | Unsupported | - | - |
2323

2424
## Terminology

0 commit comments

Comments
 (0)