Skip to content

Commit 637e26f

Browse files
Merge pull request #98 from stytchauth/release/1.0.6
chore: release 1.0.6
2 parents a653ca9 + bcbad6c commit 637e26f

13 files changed

Lines changed: 123 additions & 44 deletions

File tree

.easignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
!source/react-native/**/android/
44
!source/react-native/**/ios/
55
!source/react-native/**/src/NativeStytchBridge.ts
6+
!source/react-native/**/src/src/app.plugin.cjs
67
!source/react-native/**/StytchReactNative.podspec
78
!source/react-native/**/package.json
89
!source/react-native/**/yarn.lock

.github/workflows/publish.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -292,36 +292,6 @@ jobs:
292292
name: shared-maven-local
293293
path: ~/.m2/repository/com/stytch/sdk/
294294

295-
- name: Download xcframework zips
296-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
297-
with:
298-
name: xcframework-zips
299-
path: /tmp/xcframework-zips
300-
301-
- name: Download StytchDFP xcframework
302-
env:
303-
GH_TOKEN: ${{ github.token }}
304-
run: |
305-
DFP_VERSION=$(gh release view --repo stytchauth/stytch-ios-dfp --json tagName -q '.tagName')
306-
gh release download "$DFP_VERSION" \
307-
--repo stytchauth/stytch-ios-dfp \
308-
--pattern "*.zip" \
309-
--dir /tmp/xcframework-zips
310-
311-
- name: Download RecaptchaEnterprise xcframework
312-
run: |
313-
curl -fsSL \
314-
"https://dl.google.com/recaptchaenterprise/v18.8.1/RecaptchaEnterprise_iOS_xcframework/recaptcha-xcframework.xcframework.zip" \
315-
-o /tmp/xcframework-zips/RecaptchaEnterprise.xcframework.zip
316-
317-
- name: Unzip xcframeworks into shared ios/Frameworks
318-
run: |
319-
FRAMEWORKS_DIR=$GITHUB_WORKSPACE/source/react-native/shared/ios/Frameworks
320-
mkdir -p "$FRAMEWORKS_DIR"
321-
for zip in /tmp/xcframework-zips/*.zip; do
322-
unzip -q "$zip" -d "$FRAMEWORKS_DIR"
323-
done
324-
325295
- name: Build consumer JS output
326296
working-directory: source/sdks
327297
run: |

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.6] - 2026-04-29
6+
### Bug Fixes
7+
8+
- Undo the bundling, try a sneak-spm install instead ([`b9d83d2`](https://github.com/stytchauth/stytch-mobile/commit/b9d83d297362c7c1f6bafed0749d73ae4453f8e0))
9+
510
## [1.0.5] - 2026-04-28
611
### Bug Fixes
712

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ If you are using bare React Native, ensure you run `pod install` from your iOS d
143143
{
144144
"expo": {
145145
"plugins": [
146+
["./node_modules/@stytch/react-native-consumer/src/app.plugin.cjs", {}],
146147
[
147148
"expo-build-properties",
148149
{

examples/rn/app.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ module.exports = {
6464
},
6565
],
6666
["expo-apple-authentication"],
67+
[
68+
"./node_modules/@stytch/react-native-consumer/src/app.plugin.cjs",
69+
{},
70+
],
6771
"expo-secure-store",
6872
"expo-font",
6973
"expo-image",

source/StytchSwiftUtils/StytchSwiftUtils.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@
681681
repositoryURL = "https://github.com/stytchauth/stytch-ios-dfp.git";
682682
requirement = {
683683
kind = upToNextMajorVersion;
684-
minimumVersion = 1.0.9;
684+
minimumVersion = 1.0.8;
685685
};
686686
};
687687
/* End XCRemoteSwiftPackageReference section */

source/ios/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk", from: "18.8.1"),
16-
.package(url: "https://github.com/stytchauth/stytch-ios-dfp.git", .exact("1.0.9")),
16+
.package(url: "https://github.com/stytchauth/stytch-ios-dfp.git", .exact("1.0.8")),
1717
],
1818
targets: [
1919
.binaryTarget(

source/ios/Package.swift.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk", from: "18.8.1"),
16-
.package(url: "https://github.com/stytchauth/stytch-ios-dfp.git", .exact("1.0.9")),
16+
.package(url: "https://github.com/stytchauth/stytch-ios-dfp.git", .exact("1.0.8")),
1717
],
1818
targets: [
1919
.binaryTarget(

source/react-native/b2b/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"ios",
2222
"src/NativeStytchBridge.ts",
2323
"*.podspec",
24-
"package.json"
24+
"package.json",
25+
"src/app.plugin.cjs"
2526
],
2627
"license": "MIT",
2728
"homepage": "https://stytch.com/docs/sdks/react-native-sdk",

source/react-native/consumer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"ios",
2222
"src/NativeStytchBridge.ts",
2323
"*.podspec",
24-
"package.json"
24+
"package.json",
25+
"src/app.plugin.cjs"
2526
],
2627
"license": "MIT",
2728
"homepage": "https://stytch.com/docs/sdks/react-native-sdk",

0 commit comments

Comments
 (0)