Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"access": "public",
"baseBranch": "origin/main",
"updateInternalDependencies": "patch",
"ignore": ["gatsby-plugin-clerk"],
"ignore": [],

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporarily removing the gatsby SDK to ignored list so we can publish the notice to NPM

"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}.v{commit}"
Expand Down
5 changes: 5 additions & 0 deletions .changeset/fluffy-wolves-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gatsby-plugin-clerk": patch
---

Add notice of plans to EOL Gatsby SDK
3 changes: 3 additions & 0 deletions packages/gatsby-plugin-clerk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down