@primer-io/react-native 2.31.0 → 2.32.0

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.
@@ -182,7 +182,7 @@ dependencies {
182
182
  api 'com.facebook.react:react-native:+'
183
183
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
184
184
  implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
185
- implementation 'io.primer:android:2.37.1'
185
+ implementation 'io.primer:android:2.38.0'
186
186
  testImplementation 'io.mockk:mockk:1.13.11'
187
187
  testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
188
188
  testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer-io/react-native",
3
- "version": "2.31.0",
3
+ "version": "2.32.0",
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.35.3"
19
+ s.dependency "PrimerSDK", "2.36.0"
20
20
  end