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/config.json b/.changeset/config.json index 422e372038b..5d147e341ce 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,14 +3,14 @@ "changelog": [ "./changelog.js", { - "repo": "clerkinc/javascript" + "repo": "clerk/javascript" } ], "commit": false, "fixed": [], "linked": [], "access": "public", - "baseBranch": "main-v4", + "baseBranch": "origin/release/v4", "updateInternalDependencies": "patch", "ignore": [], "snapshot": { @@ -21,4 +21,4 @@ "onlyUpdatePeerDependentsWhenOutOfRange": true, "updateInternalDependents": "always" } -} \ No newline at end of file +} diff --git a/.changeset/loud-tables-rush.md b/.changeset/loud-tables-rush.md new file mode 100644 index 00000000000..34673b9e6fc --- /dev/null +++ b/.changeset/loud-tables-rush.md @@ -0,0 +1,9 @@ +--- +'@clerk/clerk-js': patch +--- + +A bug was fixed to not override the existing sign-up state on the OAuth callback. + +When continuing a sign-up flow with social connections, `@clerk/clerk-js` was creating a new `SignUpResource` object, instead of patching the existing one. + +This was affecting Web3 sign-up flows, since the wallet ID was being overridden on the browser redirect. diff --git a/.changeset/odd-lemons-reply.md b/.changeset/odd-lemons-reply.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/odd-lemons-reply.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/red-monkeys-sing.md b/.changeset/red-monkeys-sing.md deleted file mode 100644 index 2dacb87ff3d..00000000000 --- a/.changeset/red-monkeys-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- ---- - -Introduce `@canary` releases and change current LTS branch to `main-v4` to be used as -base branch for `@staging` and `@latest` releases until next major version is stable. diff --git a/.changeset/silly-icons-kick.md b/.changeset/silly-icons-kick.md deleted file mode 100644 index ec380ec43f2..00000000000 --- a/.changeset/silly-icons-kick.md +++ /dev/null @@ -1,3 +0,0 @@ ---- ---- - diff --git a/.changeset/slimy-singers-glow.md b/.changeset/slimy-singers-glow.md deleted file mode 100644 index f116930380c..00000000000 --- a/.changeset/slimy-singers-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': minor ---- - -Greatly improve the UX when users are creating their passwords. The hints below the input fields now have smoother animations and show more types of feedback based on different conditions. Additionally, the password validation is now debounced. 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