@stripe/stripe-react-native 0.37.0 → 0.37.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/android/gradle.properties +1 -1
- package/package.json +1 -1
- package/stripe-react-native.podspec +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.37.1 - 2024-03-15
|
|
6
|
+
|
|
7
|
+
**Fixes**
|
|
8
|
+
|
|
9
|
+
- Native library updates.
|
|
10
|
+
|
|
5
11
|
## 0.37.0 - 2024-02-16
|
|
6
12
|
|
|
7
13
|
**Breaking changes**
|
|
@@ -24,7 +30,7 @@
|
|
|
24
30
|
|
|
25
31
|
- Fixed an issue on Android where `CardField`'s `placeholderColor` wasn't being applied to the card brand icon.
|
|
26
32
|
|
|
27
|
-
## 0.35.1 - 2024-01-16
|
|
33
|
+
## 0.35.1 - 2024-01-16 (📌 Expo SDK 50)
|
|
28
34
|
|
|
29
35
|
**Fixes**
|
|
30
36
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@ require 'json'
|
|
|
2
2
|
|
|
3
3
|
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|
4
4
|
# Keep stripe_version in sync with https://github.com/stripe/stripe-identity-react-native/blob/main/stripe-identity-react-native.podspec
|
|
5
|
-
stripe_version = '~> 23.
|
|
5
|
+
stripe_version = '~> 23.25.0'
|
|
6
6
|
|
|
7
7
|
Pod::Spec.new do |s|
|
|
8
8
|
s.name = 'stripe-react-native'
|