diff --git a/.changeset/changeset-authoring-guidance.md b/.changeset/changeset-authoring-guidance.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/changeset-authoring-guidance.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/fix-expo-native-oauth-name.md b/.changeset/fix-expo-native-oauth-name.md deleted file mode 100644 index 4bd6cc6196b..00000000000 --- a/.changeset/fix-expo-native-oauth-name.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/expo': patch ---- - -Fix `useSignInWithApple` dropping the user's first and last name on native sign-up. The hook now signs up first with the name from the Apple credential and falls back to sign-in when the account already exists, including on instances with restricted or waitlist sign-up mode. - -Note: Apple only shares the name on the app's first authorization. To verify the fix with an Apple ID that has already signed in to your app, delete the user in the Clerk Dashboard and remove the app's entry under Settings > Sign in with Apple on the device, then sign in again. diff --git a/.changeset/lazy-pumas-hammer.md b/.changeset/lazy-pumas-hammer.md deleted file mode 100644 index 2293d2c04f5..00000000000 --- a/.changeset/lazy-pumas-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -Ensure the keyless prompt renders above application content by setting an explicit `z-index`. diff --git a/.changeset/oauth-consent-known-clients.md b/.changeset/oauth-consent-known-clients.md deleted file mode 100644 index 200a84478c3..00000000000 --- a/.changeset/oauth-consent-known-clients.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -The OAuth consent screen now shows a recognizable brand mark for well-known OAuth clients (Claude, ChatGPT) when the requesting application has not uploaded its own logo. diff --git a/packages/chrome-extension/CHANGELOG.md b/packages/chrome-extension/CHANGELOG.md index 188051721e3..8ceaa576aab 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.1.56 + +### Patch Changes + +- Updated dependencies [[`66b210f`](https://github.com/clerk/javascript/commit/66b210f0b17a4589a322afadc7cf315441d7406f), [`083d40b`](https://github.com/clerk/javascript/commit/083d40be9bdc5053cca7f4119acf9cc09f43046a)]: + - @clerk/ui@1.25.7 + - @clerk/react@6.12.6 + ## 3.1.55 ### Patch Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 509a65273c1..77c7e9eb13e 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "3.1.55", + "version": "3.1.56", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index 29a562d1498..2cdaa047b39 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.0.1 + +### Patch Changes + +- Fix `useSignInWithApple` dropping the user's first and last name on native sign-up. The hook now signs up first with the name from the Apple credential and falls back to sign-in when the account already exists, including on instances with restricted or waitlist sign-up mode. ([#9214](https://github.com/clerk/javascript/pull/9214)) by [@claude](https://github.com/apps/claude) + + Note: Apple only shares the name on the app's first authorization. To verify the fix with an Apple ID that has already signed in to your app, delete the user in the Clerk Dashboard and remove the app's entry under Settings > Sign in with Apple on the device, then sign in again. + +- Updated dependencies []: + - @clerk/react@6.12.6 + ## 4.0.0 ### Major Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index 4eee1657ee5..fd9bb207d40 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo", - "version": "4.0.0", + "version": "4.0.1", "description": "Clerk React Native/Expo library", "keywords": [ "react", diff --git a/packages/swingset/CHANGELOG.md b/packages/swingset/CHANGELOG.md index 3269949bb4e..f72207a569b 100644 --- a/packages/swingset/CHANGELOG.md +++ b/packages/swingset/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/swingset +## 0.0.22 + +### Patch Changes + +- Updated dependencies [[`66b210f`](https://github.com/clerk/javascript/commit/66b210f0b17a4589a322afadc7cf315441d7406f), [`083d40b`](https://github.com/clerk/javascript/commit/083d40be9bdc5053cca7f4119acf9cc09f43046a)]: + - @clerk/ui@1.25.7 + ## 0.0.21 ### Patch Changes diff --git a/packages/swingset/package.json b/packages/swingset/package.json index da93e068b9e..15ca2031dd2 100644 --- a/packages/swingset/package.json +++ b/packages/swingset/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/swingset", - "version": "0.0.21", + "version": "0.0.22", "private": true, "type": "module", "scripts": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e1ec4fb05a1..beb9d32dea1 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/ui +## 1.25.7 + +### Patch Changes + +- Ensure the keyless prompt renders above application content by setting an explicit `z-index`. ([#9211](https://github.com/clerk/javascript/pull/9211)) by [@alexcarpenter](https://github.com/alexcarpenter) + +- The OAuth consent screen now shows a recognizable brand mark for well-known OAuth clients (Claude, ChatGPT) when the requesting application has not uploaded its own logo. ([#9158](https://github.com/clerk/javascript/pull/9158)) by [@alexcarpenter](https://github.com/alexcarpenter) + ## 1.25.6 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index ebbc7f6e00d..57e39f75045 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/ui", - "version": "1.25.6", + "version": "1.25.7", "description": "Internal package that contains the UI components for the Clerk frontend SDKs", "repository": { "type": "git",