Skip to content

Commit 35fb0c7

Browse files
authored
chore(gatsby-plugin-clerk): Add transition period notice (#3840)
1 parent e5e5364 commit 35fb0c7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"access": "public",
1313
"baseBranch": "origin/main",
1414
"updateInternalDependencies": "patch",
15-
"ignore": ["gatsby-plugin-clerk"],
15+
"ignore": [],
1616
"snapshot": {
1717
"useCalculatedVersion": true,
1818
"prereleaseTemplate": "{tag}.v{commit}"

.changeset/fluffy-wolves-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gatsby-plugin-clerk": patch
3+
---
4+
5+
Add notice of plans to EOL Gatsby SDK

packages/gatsby-plugin-clerk/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828

2929
---
3030

31+
> [!IMPORTANT]
32+
> 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).
33+
3134
## Overview
3235

3336
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.

0 commit comments

Comments
 (0)