diff --git a/.changeset/android-google-user-id-sub.md b/.changeset/android-google-user-id-sub.md deleted file mode 100644 index 437a9bbae63..00000000000 --- a/.changeset/android-google-user-id-sub.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/expo-google-signin': patch ---- - -Android now reports the Google account's stable identifier (the ID token's `sub` claim) as `user.id` instead of the email address, matching iOS. diff --git a/.changeset/astro-nanoid-security-update.md b/.changeset/astro-nanoid-security-update.md deleted file mode 100644 index 26ebf2f478c..00000000000 --- a/.changeset/astro-nanoid-security-update.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/astro': patch ---- - -Bump `nanoid` to 5.1.16 to pick up an upstream security fix. diff --git a/.changeset/expo-bump-clerk-ios-1-5-1.md b/.changeset/expo-bump-clerk-ios-1-5-1.md deleted file mode 100644 index bc9fd7c8d05..00000000000 --- a/.changeset/expo-bump-clerk-ios-1-5-1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/expo': patch ---- - -Bump the bundled `clerk-ios` SDK from `1.5.0` to `1.5.1`. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.5.1. diff --git a/.changeset/quiet-flows-move.md b/.changeset/quiet-flows-move.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/quiet-flows-move.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tidy-icons-frame.md b/.changeset/tidy-icons-frame.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/tidy-icons-frame.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 5baa8b5c8aa..9a9c8fbd24f 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @clerk/astro +## 4.0.21 + +### Patch Changes + +- Bump `nanoid` to 5.1.16 to pick up an upstream security fix. ([#9565](https://github.com/clerk/javascript/pull/9565)) by [@renovate](https://github.com/apps/renovate) + ## 4.0.20 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 9293be14345..5faca8d77ba 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/astro", - "version": "4.0.20", + "version": "4.0.21", "description": "Clerk SDK for Astro", "keywords": [ "auth", diff --git a/packages/expo-google-signin/CHANGELOG.md b/packages/expo-google-signin/CHANGELOG.md index fe0c463ccf3..d5682749bbf 100644 --- a/packages/expo-google-signin/CHANGELOG.md +++ b/packages/expo-google-signin/CHANGELOG.md @@ -1,5 +1,11 @@ # @clerk/expo-google-signin +## 1.0.3 + +### Patch Changes + +- Android now reports the Google account's stable identifier (the ID token's `sub` claim) as `user.id` instead of the email address, matching iOS. ([#9606](https://github.com/clerk/javascript/pull/9606)) by [@wobsoriano](https://github.com/wobsoriano) + ## 1.0.2 ### Patch Changes diff --git a/packages/expo-google-signin/package.json b/packages/expo-google-signin/package.json index 60a5ce73f3e..9adbd95d291 100644 --- a/packages/expo-google-signin/package.json +++ b/packages/expo-google-signin/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo-google-signin", - "version": "1.0.2", + "version": "1.0.3", "description": "Native Google Sign-In module to be used with Clerk for Expo", "keywords": [ "react-native", diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index ac1bf49c7a9..6f44849732a 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.6.2 + +### Patch Changes + +- Bump the bundled `clerk-ios` SDK from `1.5.0` to `1.5.1`. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.5.1. ([#9617](https://github.com/clerk/javascript/pull/9617)) by [@clerk-cookie](https://github.com/clerk-cookie) + ## 4.6.1 ### Patch Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index 7991d08ecee..4f1e9a9d4da 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo", - "version": "4.6.1", + "version": "4.6.2", "description": "Clerk React Native/Expo library", "keywords": [ "react",