diff --git a/.changeset/changelog.js b/.changeset/changelog.js index eb5692c7f45..a8cd36ea6fd 100644 --- a/.changeset/changelog.js +++ b/.changeset/changelog.js @@ -1,6 +1,6 @@ const { getInfo, getInfoFromPullRequest } = require('@changesets/get-github-info'); -const repo = 'clerkinc/javascript'; +const repo = 'clerk/javascript'; const getDependencyReleaseLine = async (changesets, dependenciesUpdated) => { if (dependenciesUpdated.length === 0) return ''; diff --git a/.changeset/clever-wasps-invite.md b/.changeset/clever-wasps-invite.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/clever-wasps-invite.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/config.json b/.changeset/config.json index 86ace6f71e5..5d147e341ce 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,7 +3,7 @@ "changelog": [ "./changelog.js", { - "repo": "clerkinc/javascript" + "repo": "clerk/javascript" } ], "commit": false, @@ -21,4 +21,4 @@ "onlyUpdatePeerDependentsWhenOutOfRange": true, "updateInternalDependents": "always" } -} \ No newline at end of file +} diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index f262221b403..f752a1bdbf9 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -18,7 +18,7 @@ body: I have reviewed the documentation: https://clerk.com/docs required: true - label: | - I have searched for existing issues: https://github.com/clerkinc/javascript/issues + I have searched for existing issues: https://github.com/clerk/javascript/issues required: true - label: | I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here) @@ -35,7 +35,7 @@ body: Link to a minimal reproduction (GitHub repository, CodeSandbox, StackBlitz, etc.) or a [Replay recording](https://www.replay.io/). **Do not link to your actual project**, but provide a minimal reproduction in a fresh project. - + Instructions: - [How to create a minimal reproduction](https://clerkdev.notion.site/Creating-a-Minimal-Reproduction-0436afc4203f41aa9aa8700968aaef48?pvs=4) - [How to record a Replay](https://docs.replay.io/bug-reports/recording-a-replay) diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index 794d254b9e4..260c1cf6258 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -18,7 +18,7 @@ body: I have reviewed https://clerk.com/docs for existing features that would solve my problem required: true - label: | - I have searched for existing feature requests: https://github.com/clerkinc/javascript/issues + I have searched for existing feature requests: https://github.com/clerk/javascript/issues required: true - label: | This issue is not a question, general help request, or anything other than a feature request directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0a5e367ac16..721b218089e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## Description