Skip to content

Commit

Permalink
Chore: Update native iOS version to 24.4.* (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
aywang-stripe authored Jan 24, 2025
1 parent aa35c8f commit 5d46524
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Unreleased

## Changed
* Updated `stripe-ios` to 24.4.*

<a name="v0.2.14"></a>
# [v0.2.14](https://github.com/stripe/stripe-identity-react-native/releases/tag/v0.2.14) - 02 December 2024

### Fixes
### Changed
* Updated `stripe-ios` to 24.1.*
* Updated `stripe-android` to 20.52.*

<a name="v0.2.13"></a>
# [v0.2.13](https://github.com/stripe/stripe-identity-react-native/releases/tag/v0.2.13) - 19 July 2024

### Fixes
### Changed
* Updated `stripe-ios` to 23.28.\*
* Updated `stripe-android` to 20.48.\*

Expand Down
32 changes: 16 additions & 16 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -354,18 +354,18 @@ PODS:
- RNScreens (3.29.0):
- React-Core
- React-RCTImage
- stripe-identity-react-native (0.2.14):
- stripe-identity-react-native (0.2.15):
- React-Core
- StripeIdentity (~> 24.1.0)
- StripeCameraCore (24.1.3):
- StripeCore (= 24.1.3)
- StripeCore (24.1.3)
- StripeIdentity (24.1.3):
- StripeCameraCore (= 24.1.3)
- StripeCore (= 24.1.3)
- StripeUICore (= 24.1.3)
- StripeUICore (24.1.3):
- StripeCore (= 24.1.3)
- StripeIdentity (~> 24.4.0)
- StripeCameraCore (24.4.1):
- StripeCore (= 24.4.1)
- StripeCore (24.4.1)
- StripeIdentity (24.4.1):
- StripeCameraCore (= 24.4.1)
- StripeCore (= 24.4.1)
- StripeUICore (= 24.4.1)
- StripeUICore (24.4.1):
- StripeCore (= 24.4.1)
- 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: 1641f10044c901f033baef8948e679f5562a20a9
StripeCameraCore: a8ca311958a2812eda36897a7ff93cb241923c32
StripeCore: d69d4c1d020ec0a2fe0061734cb216639ecbad71
StripeIdentity: fa3d31a3fc00213e9c30e82ea4e3ba1a9fd5cbf3
StripeUICore: d4528b5b5f24a9f444a60e6ee7149b82699a0dad
stripe-identity-react-native: 435143afbe5287793433fbdbc18b281fe57fb5ea
StripeCameraCore: 9c3dc9dd77b62cf73b455c9abc2635a001c2cba6
StripeCore: a2c2f331cf2e105aaadda60416cf405da2d5232b
StripeIdentity: 2b202add9382ef208b4d45ed147db6b9e48b0b3c
StripeUICore: f11561a53f81e210398b4f1bd75f1e87b101197d
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 = '~> 24.1.0'
stripe_version = '~> 24.4.0'

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

0 comments on commit 5d46524

Please sign in to comment.