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 d3167818c6d..845b885da63 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/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9685c65d0b2..4c133e093f0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## Description