@primer-io/react-native 2.24.0 → 2.24.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.
@@ -148,7 +148,7 @@ dependencies {
148
148
  api 'com.facebook.react:react-native:+'
149
149
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
150
150
  implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
151
- implementation 'io.primer:android:2.27.3'
151
+ implementation 'io.primer:android:2.27.6'
152
152
 
153
153
  testImplementation 'io.mockk:mockk:1.13.10'
154
154
  testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
@@ -1,2 +1,2 @@
1
1
  // swiftlint:disable:next identifier_name
2
- public let PrimerReactNativeSDKVersion = "2.24.0"
2
+ public let PrimerReactNativeSDKVersion = "2.24.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer-io/react-native",
3
- "version": "2.24.0",
3
+ "version": "2.24.1",
4
4
  "description": "Primer SDK for RN",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "PrimerSDK", "2.26.4"
19
+ s.dependency "PrimerSDK", "2.26.7"
20
20
  end