From 0d2ff72516a43ec54311c12d472adc76d652c70b Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Mon, 29 Jul 2024 20:21:59 -0700 Subject: [PATCH 1/5] chore(gatsby-plugin-clerk): Add transition period notice --- packages/gatsby-plugin-clerk/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/gatsby-plugin-clerk/README.md b/packages/gatsby-plugin-clerk/README.md index 76ea3dc734a..a96295f2d3c 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 community maintainer to take over the project. For full details, please see our [changelog](https://clerk-git-rob-eco-93-changelog-entry-about-the-start-of-f25dc8.clerkstage.dev/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. From d4cb40c803d64d7b06a82cb087171c83dbfcc8af Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Mon, 29 Jul 2024 20:23:59 -0700 Subject: [PATCH 2/5] chore(gatsby-plugin-clerk): Update transition period message --- packages/gatsby-plugin-clerk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-clerk/README.md b/packages/gatsby-plugin-clerk/README.md index a96295f2d3c..1326404d999 100644 --- a/packages/gatsby-plugin-clerk/README.md +++ b/packages/gatsby-plugin-clerk/README.md @@ -29,7 +29,7 @@ --- > [!IMPORTANT] -> Starting August 1, 2024, the Gatsby SDK is entering a one-month notice period. We are actively seeking a community maintainer to take over the project. For full details, please see our [changelog](https://clerk-git-rob-eco-93-changelog-entry-about-the-start-of-f25dc8.clerkstage.dev/changelog/2024-08-01-gatsby-eol). +> 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-git-rob-eco-93-changelog-entry-about-the-start-of-f25dc8.clerkstage.dev/changelog/2024-08-01-gatsby-eol). ## Overview From a6cd6b7cf8ea9d1758070a800bc7740bc76502e2 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Tue, 30 Jul 2024 06:08:34 -0700 Subject: [PATCH 3/5] chore(gatsby-plugin-clerk): Temporarily remove gatsy sdk to ignored list --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" From 35e620e38dff6fc4777e1e6980eaa4f3a9f80852 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Tue, 30 Jul 2024 06:14:45 -0700 Subject: [PATCH 4/5] chore(gatsby-plugin-clerk): Add changeset --- .changeset/fluffy-wolves-itch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fluffy-wolves-itch.md 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 From 5d83cc663a79960c69f7d64a91ce353823197cbc Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Thu, 1 Aug 2024 06:14:27 -0700 Subject: [PATCH 5/5] chore(gatsby-plugin-clerk): Update changelog link --- packages/gatsby-plugin-clerk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-clerk/README.md b/packages/gatsby-plugin-clerk/README.md index 1326404d999..661a179a6d1 100644 --- a/packages/gatsby-plugin-clerk/README.md +++ b/packages/gatsby-plugin-clerk/README.md @@ -29,7 +29,7 @@ --- > [!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-git-rob-eco-93-changelog-entry-about-the-start-of-f25dc8.clerkstage.dev/changelog/2024-08-01-gatsby-eol). +> 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