-
Notifications
You must be signed in to change notification settings - Fork 411
chore(gatsby-plugin-clerk): Add transition period notice #3840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 5d83cc6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| "baseBranch": "origin/main", | ||
| "updateInternalDependencies": "patch", | ||
| "ignore": ["gatsby-plugin-clerk"], | ||
| "ignore": [], |
There was a problem hiding this comment.
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
nikosdouvlis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
Let's make sure that this package gets released under the 4 version tag before release
b252aab to
3b35bb3
Compare
|
@nikosdouvlis thanks for reviewing! That just means updating the version in the package.json file back to 4.4.7 (the last main version), right? Or are there any other steps required? Also since 4.x.x is in Core 1, would doing this release a 4.x.x in Core 2? |
a7d7462 to
5d83cc6
Compare
Description
This PR adds notice of plan to EOL Gatsby SDK
Fixes ECO-86 and ECO-92
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change