Skip to content

Commit

Permalink
bump: 2.27.1 -> 2.27.2 (#253)
Browse files Browse the repository at this point in the history
* bump: 2.27.1 -> 2.27.2

* Update iOS Version

* bump: 3DS version

---------

Co-authored-by: Niall Quinn <niall@primer.io>
  • Loading branch information
semirp and NQuinn27 authored Nov 26, 2024
1 parent f5f7463 commit aa4d2cf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {

implementation project(':primerioreactnative')

implementation "io.primer:3ds-android:1.4.3"
implementation "io.primer:3ds-android:1.5.0"
implementation "io.primer:ipay88-my-android:1.0.3"
implementation "io.primer:klarna-android:1.0.4"
implementation "io.primer:stripe-android:1.0.0"
Expand Down
20 changes: 10 additions & 10 deletions packages/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ PODS:
- ReactCommon/turbomodule/core (= 0.72.0)
- fmt (6.2.1)
- glog (0.3.5)
- primer-io-react-native (2.27.1):
- PrimerSDK (= 2.31.3)
- primer-io-react-native (2.27.2):
- PrimerSDK (= 2.32.1)
- React-Core
- Primer3DS (2.3.2)
- Primer3DS (2.4.1)
- PrimerIPay88MYSDK (0.1.7)
- PrimerKlarnaSDK (1.1.0)
- PrimerSDK (2.31.3):
- PrimerSDK/Core (= 2.31.3)
- PrimerSDK/Core (2.31.3)
- PrimerSDK (2.32.1):
- PrimerSDK/Core (= 2.32.1)
- PrimerSDK/Core (2.32.1)
- PrimerStripeSDK (1.0.0)
- RCT-Folly (2021.07.22.00):
- boost
Expand Down Expand Up @@ -560,13 +560,13 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 6e7e74b1ed7f0a1a469a82a67521b33285f5fef3
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
primer-io-react-native: f2c8d69d0547147dfac348f81c5e9f9f0a2c6085
Primer3DS: 81e7969033230c7346a517cd609be956914738bb
primer-io-react-native: 3225f9b51801ab6fcb37b7c1227c0d726722392e
Primer3DS: c5d066773d72c8ad74e6fccbdbbb8f3b54eadd97
PrimerIPay88MYSDK: 436ee0be7e2c97e4e81456ccddee20175e9e3c4d
PrimerKlarnaSDK: 83e9a1357a7247bf8fa2836fc945cf97644d601d
PrimerSDK: 97197b708f58d992aaa40163bc3f3ba58fa8a2e6
PrimerSDK: 41eb9f627fa189f3edafdb18ea2a671d4403b3e2
PrimerStripeSDK: c37d4e7c1b5256d67d4890c4cc4b38ddc9427489
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCT-Folly: 8dc08ca5a393b48b1c523ab6220dfdcc0fe000ad
RCTRequired: 656ef0536dd60a9740961ade6a64ba0cb0572d2b
RCTTypeSafety: 82bd23b63f043d1a6b8e80e72fd15c08e04528a4
React: 4f2c0b59d1a1c0ae02771deb69e5ee78999fee79
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dependencies {
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
implementation 'io.primer:android:2.31.0'
implementation 'io.primer:android:2.32.4'
testImplementation 'io.mockk:mockk:1.13.11'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer-io/react-native",
"version": "2.27.1",
"version": "2.27.2",
"description": "Primer SDK for RN",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/primer-io-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "PrimerSDK", "2.31.3"
s.dependency "PrimerSDK", "2.32.1"
end

0 comments on commit aa4d2cf

Please sign in to comment.