From 34c9bb35cc45d4304f20cb42b84dfd78a4e53f27 Mon Sep 17 00:00:00 2001 From: Dimitris Klouvas Date: Mon, 6 Nov 2023 21:31:35 +0200 Subject: [PATCH 1/2] =?UTF-8?q?chore(repo):=20Rename=20clerkinc=20to=20cle?= =?UTF-8?q?rk=20=E2=9D=A4=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/changelog.js | 2 +- .changeset/clever-wasps-invite.md | 2 + .changeset/config.json | 4 +- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 4 +- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 4 +- .github/workflows/base-build.yml | 2 +- .github/workflows/lock-threads.yml | 4 +- .github/workflows/release-canary.yml | 2 +- .github/workflows/release-prod.yml | 4 +- .github/workflows/release-snapshot.yml | 4 +- .github/workflows/release-staging.yml | 10 +- CODEOWNERS | 5 +- README.md | 6 +- docs/CICD.md | 14 +- docs/CONTRIBUTING.md | 14 +- docs/PUBLISH.md | 4 +- packages/backend/CHANGELOG.md | 252 ++--- packages/backend/README.md | 16 +- packages/backend/package.json | 32 +- packages/chrome-extension/CHANGELOG.md | 102 +- packages/chrome-extension/README.md | 20 +- packages/chrome-extension/package.json | 38 +- packages/clerk-js/CHANGELOG.md | 1076 ++++++++++---------- packages/clerk-js/README.md | 16 +- packages/clerk-js/docs/events.md | 2 +- packages/clerk-js/package.json | 40 +- packages/eslint-config-custom/CHANGELOG.md | 34 +- packages/expo/CHANGELOG.md | 472 ++++----- packages/expo/README.md | 16 +- packages/expo/package.json | 32 +- packages/fastify/CHANGELOG.md | 148 +-- packages/fastify/README.md | 16 +- packages/fastify/package.json | 28 +- packages/fastify/src/errors.ts | 2 +- packages/gatsby-plugin-clerk/CHANGELOG.md | 158 +-- packages/gatsby-plugin-clerk/README.md | 16 +- packages/gatsby-plugin-clerk/package.json | 30 +- packages/localizations/CHANGELOG.md | 256 ++--- packages/localizations/README.md | 22 +- packages/localizations/package.json | 28 +- packages/nextjs/CHANGELOG.md | 592 +++++------ packages/nextjs/README.md | 16 +- packages/nextjs/package.json | 36 +- packages/react/CHANGELOG.md | 486 ++++----- packages/react/README.md | 16 +- packages/react/package.json | 46 +- packages/remix/CHANGELOG.md | 514 +++++----- packages/remix/README.md | 16 +- packages/remix/package.json | 34 +- packages/sdk-node/CHANGELOG.md | 540 +++++----- packages/sdk-node/README.md | 16 +- packages/sdk-node/package.json | 62 +- packages/shared/CHANGELOG.md | 226 ++-- packages/shared/package.json | 68 +- packages/themes/CHANGELOG.md | 168 +-- packages/themes/README.md | 16 +- packages/themes/package.json | 26 +- packages/types/CHANGELOG.md | 616 +++++------ packages/types/README.md | 16 +- packages/types/package.json | 22 +- packages/types/src/localization.ts | 2 +- scripts/notify.mjs | 6 +- 63 files changed, 3239 insertions(+), 3240 deletions(-) create mode 100644 .changeset/clever-wasps-invite.md 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