diff --git a/.changeset/config.json b/.changeset/config.json index 91118d85827..845b885da63 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -12,7 +12,7 @@ "access": "public", "baseBranch": "origin/main", "updateInternalDependencies": "patch", - "ignore": ["gatsby-plugin-clerk"], + "ignore": [], "snapshot": { "useCalculatedVersion": true, "prereleaseTemplate": "{tag}.v{commit}" diff --git a/.changeset/fluffy-wolves-itch.md b/.changeset/fluffy-wolves-itch.md new file mode 100644 index 00000000000..b7db1661d57 --- /dev/null +++ b/.changeset/fluffy-wolves-itch.md @@ -0,0 +1,5 @@ +--- +"gatsby-plugin-clerk": patch +--- + +Add notice of plans to EOL Gatsby SDK diff --git a/packages/gatsby-plugin-clerk/README.md b/packages/gatsby-plugin-clerk/README.md index 76ea3dc734a..661a179a6d1 100644 --- a/packages/gatsby-plugin-clerk/README.md +++ b/packages/gatsby-plugin-clerk/README.md @@ -28,6 +28,9 @@ --- +> [!IMPORTANT] +> Starting August 1, 2024, the Gatsby SDK is entering a one-month notice period. We are actively seeking a new community maintainer. For full details, please see our [changelog](https://clerk.com/changelog/2024-08-01-gatsby-eol). + ## Overview Clerk is the easiest way to add authentication and user management to your Gatsby application. Add sign up, sign in, and profile management to your application in minutes.