From 6c06ff6ffb3e0f8fe8c412849df574c28c2aada1 Mon Sep 17 00:00:00 2001 From: Konstantinos Pittas Date: Tue, 10 Dec 2024 11:48:09 +0200 Subject: [PATCH] chore: Update changelog --- .changeset/purple-foxes-develop.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/purple-foxes-develop.md b/.changeset/purple-foxes-develop.md index 88e86ea8d3..c00952143c 100644 --- a/.changeset/purple-foxes-develop.md +++ b/.changeset/purple-foxes-develop.md @@ -3,4 +3,5 @@ '@clerk/types': minor --- -Introduced an `upsert` method to the `SignUp` resource, which reuses the existing sign-up attempt ID if it exists. This was an obvious oversight in the ticket flow, so `SignUpStart` has been updated to use this instead. +- Introduced an `upsert` method to the `SignUp` resource, which reuses the existing sign-up attempt ID if it exists. +- Fix a ticket flow issue on `` component, where in some rare cases the initial ticket/context is lost, because of creating a new sign-up attempt ID.