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: bump stripe-ios to 22.5 #1011

Merged
merged 3 commits into from
Jun 23, 2022
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Fixes

- Fix build errors on Xcode 14 beta 1 by upgrading `stripe-ios` to `~>22.5.1`. [#1011](https://github.com/stripe/stripe-react-native/pull/1011)
- Fixed an issue on Android where the `brand` field in `CardField`'s `onCardChange` callback wouldn't be set unless the card details were fully complete. [#1012](https://github.com/stripe/stripe-react-native/pull/1012)

## 0.13.1 - 2022-06-16
Expand Down
52 changes: 26 additions & 26 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,27 +300,27 @@ PODS:
- RNScreens (3.13.1):
- React-Core
- React-RCTImage
- Stripe (22.4.0):
- Stripe/Stripe3DS2 (= 22.4.0)
- StripeApplePay (= 22.4.0)
- StripeCore (= 22.4.0)
- StripeUICore (= 22.4.0)
- stripe-react-native (0.12.0):
- Stripe (22.5.1):
- Stripe/Stripe3DS2 (= 22.5.1)
- StripeApplePay (= 22.5.1)
- StripeCore (= 22.5.1)
- StripeUICore (= 22.5.1)
- stripe-react-native (0.13.1):
- React-Core
- Stripe (~> 22.4.0)
- StripeFinancialConnections (~> 22.4.0)
- Stripe/Stripe3DS2 (22.4.0):
- StripeApplePay (= 22.4.0)
- StripeCore (= 22.4.0)
- StripeUICore (= 22.4.0)
- StripeApplePay (22.4.0):
- StripeCore (= 22.4.0)
- StripeCore (22.4.0)
- StripeFinancialConnections (22.4.0):
- StripeCore (= 22.4.0)
- StripeUICore (= 22.4.0)
- StripeUICore (22.4.0):
- StripeCore (= 22.4.0)
- Stripe (~> 22.5.1)
- StripeFinancialConnections (~> 22.5.1)
- Stripe/Stripe3DS2 (22.5.1):
- StripeApplePay (= 22.5.1)
- StripeCore (= 22.5.1)
- StripeUICore (= 22.5.1)
- StripeApplePay (22.5.1):
- StripeCore (= 22.5.1)
- StripeCore (22.5.1)
- StripeFinancialConnections (22.5.1):
- StripeCore (= 22.5.1)
- StripeUICore (= 22.5.1)
- StripeUICore (22.5.1):
- StripeCore (= 22.5.1)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -486,12 +486,12 @@ SPEC CHECKSUMS:
RNCMaskedView: c298b644a10c0c142055b3ae24d83879ecb13ccd
RNCPicker: abc646b53a3d28ccfa3232c927a0ca52e0cf024d
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
Stripe: a925dfa9a7e51aa8f782f428abc10cb828b45a85
stripe-react-native: 5ba7374969691d6371065bb66a9f3a5cdbf1d8e1
StripeApplePay: 369857bafe8baf02e31b47478db1574febd2a2f3
StripeCore: a94d2823817c97c79fce60884ab9027a2da798c1
StripeFinancialConnections: 269658b79f639c2d6b7d513235d469418b04c2dd
StripeUICore: a8e24a6c91a5c99075c7a490d45695fb912876e8
Stripe: 2b2decd03146e08a350960966d41f3028c2eac29
stripe-react-native: 564554ae990c021077813a60417349cc9db3a645
StripeApplePay: b14f06ac6fc24b56704c1e598149ed0cc45e166f
StripeCore: 4833738f2ca4336712f279f3c2867a0a7eb67c93
StripeFinancialConnections: 982115b82af429968d8aa78d329a42ed7ba3feab
StripeUICore: 08c1efbd7e3c54ee7fa74334a37a1d4c08ba944d
Yoga: 17cd9a50243093b547c1e539c749928dd68152da

PODFILE CHECKSUM: 89387f6a979368e90b83d6e182d905e7f384066a
Expand Down
2 changes: 1 addition & 1 deletion stripe-react-native.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
stripe_version = '~> 22.4.0'
stripe_version = '~> 22.5.1'

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