Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: upgrade native iOS version #175

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased

### Fixes
* Updated `stripe-ios` to 23.32.\*

### Fixes
* Updated `stripe-ios` to 23.30.\*
* Updated `stripe-android` to 20.52.\*
Expand Down
30 changes: 15 additions & 15 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,16 +356,16 @@ PODS:
- React-RCTImage
- stripe-identity-react-native (0.2.13):
- React-Core
- StripeIdentity (~> 23.30.0)
- StripeCameraCore (23.30.0):
- StripeCore (= 23.30.0)
- StripeCore (23.30.0)
- StripeIdentity (23.30.0):
- StripeCameraCore (= 23.30.0)
- StripeCore (= 23.30.0)
- StripeUICore (= 23.30.0)
- StripeUICore (23.30.0):
- StripeCore (= 23.30.0)
- StripeIdentity (~> 23.32.0)
- StripeCameraCore (23.32.0):
- StripeCore (= 23.32.0)
- StripeCore (23.32.0)
- StripeIdentity (23.32.0):
- StripeCameraCore (= 23.32.0)
- StripeCore (= 23.32.0)
- StripeUICore (= 23.32.0)
- StripeUICore (23.32.0):
- StripeCore (= 23.32.0)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -570,11 +570,11 @@ SPEC CHECKSUMS:
React-runtimeexecutor: df1518d092e8c74cafddc56690d1ac386ec24d7a
ReactCommon: fac40473e2c4117522384027ab33ad0cb6717dc5
RNScreens: fa9b582d85ae5d62c91c66003b5278458fed7aaa
stripe-identity-react-native: b0fb74d0f36bcd8bb3cbdc4ac044e1d403563fb8
StripeCameraCore: 41c0ae59925c8c2200232ae431170fb00b5c1eba
StripeCore: 2af250a2366ff2bbf64d4243c5f9bbf2a98b2aaf
StripeIdentity: 42af31dcedc3f827b785c6fc1a0c741bed894dda
StripeUICore: bb102d453b1e1a10a37f810bc0a9aa0675fb17fd
stripe-identity-react-native: 5b9d33349d66a9aab37e0bef871167b5ec919d10
StripeCameraCore: 2f226573bc1a84deba61ded08e2d3f49b0bd5a7d
StripeCore: 4999b0c234127b28b9e656caa558ba4406ce58b3
StripeIdentity: 92c91321346fdda5033fcac8ec48b9edab2753c9
StripeUICore: 2c115cc8498f3badc19b4a41b3b1fdac0ae21d41
Yoga: 7a4d48cfb35dfa542151e615fa73c1a0d88caf21
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
2 changes: 1 addition & 1 deletion stripe-identity-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

# When stripe_version is updated, also need to update stripe_version in https://github.com/stripe/stripe-react-native/blob/master/stripe-react-native.podspec
stripe_version = '~> 23.30.0'
stripe_version = '~> 23.32.0'

Pod::Spec.new do |s|
s.name = 'stripe-identity-react-native'
Expand Down