From abae8a8c6b16e55f60578e5f43238a5af40d0906 Mon Sep 17 00:00:00 2001 From: clerk-cookie Date: Thu, 11 Jun 2026 02:29:14 +0000 Subject: [PATCH] chore(expo): bump clerk-ios to 1.2.2 --- .changeset/expo-bump-clerk-ios-1-2-2.md | 5 +++++ packages/expo/app.plugin.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/expo-bump-clerk-ios-1-2-2.md diff --git a/.changeset/expo-bump-clerk-ios-1-2-2.md b/.changeset/expo-bump-clerk-ios-1-2-2.md new file mode 100644 index 00000000000..e832c87b59b --- /dev/null +++ b/.changeset/expo-bump-clerk-ios-1-2-2.md @@ -0,0 +1,5 @@ +--- +'@clerk/expo': patch +--- + +Bump the bundled `clerk-ios` SDK from `1.2.1` to `1.2.2`. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.2.2. diff --git a/packages/expo/app.plugin.js b/packages/expo/app.plugin.js index 789b1322097..a1b559957f2 100644 --- a/packages/expo/app.plugin.js +++ b/packages/expo/app.plugin.js @@ -20,7 +20,7 @@ const path = require('path'); const fs = require('fs'); const CLERK_IOS_REPO = 'https://github.com/clerk/clerk-ios.git'; -const CLERK_IOS_VERSION = '1.2.1'; +const CLERK_IOS_VERSION = '1.2.2'; const CLERK_MIN_IOS_VERSION = '17.0';