diff --git a/.changeset/client-driven-native-sync.md b/.changeset/client-driven-native-sync.md deleted file mode 100644 index 9ef01c5d16a..00000000000 --- a/.changeset/client-driven-native-sync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clerk/expo": patch ---- - -Fix JS/native client syncing so native and JavaScript client or device-token changes refresh each other consistently. diff --git a/.changeset/tidy-expo-ios-import.md b/.changeset/tidy-expo-ios-import.md deleted file mode 100644 index 498d537f59c..00000000000 --- a/.changeset/tidy-expo-ios-import.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clerk/expo": minor ---- - -Fixes iOS development builds across Expo SDK versions by linking the Clerk iOS SDK through React Native's Swift Package Manager podspec support. This raises the minimum supported React Native version to 0.75, where that podspec SPM support is available; `@clerk/expo` already supports Expo SDK 53 and newer, and Expo SDK 53 ships with React Native 0.79. diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index c23e0973bc2..b385450c4ac 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.5.0 + +### Minor Changes + +- Fixes iOS development builds across Expo SDK versions by linking the Clerk iOS SDK through React Native's Swift Package Manager podspec support. This raises the minimum supported React Native version to 0.75, where that podspec SPM support is available; `@clerk/expo` already supports Expo SDK 53 and newer, and Expo SDK 53 ships with React Native 0.79. ([#8927](https://github.com/clerk/javascript/pull/8927)) by [@mikepitre](https://github.com/mikepitre) + +### Patch Changes + +- Fix JS/native client syncing so native and JavaScript client or device-token changes refresh each other consistently. ([#8929](https://github.com/clerk/javascript/pull/8929)) by [@mikepitre](https://github.com/mikepitre) + ## 3.4.7 ### Patch Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index 31418e9895a..2d048a6e21e 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo", - "version": "3.4.7", + "version": "3.5.0", "description": "Clerk React Native/Expo library", "keywords": [ "react",