@primer-io/react-native 0.16.0 → 0.17.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.
@@ -129,5 +129,5 @@ dependencies {
129
129
  api 'com.facebook.react:react-native:+'
130
130
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
131
131
  implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1"
132
- implementation 'io.primer:android:1.15.0'
132
+ implementation 'io.primer:android:1.16.1'
133
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer-io/react-native",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Primer SDK for RN",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency "PrimerSDK", "1.36.0"
20
+ s.dependency "PrimerSDK", "1.37.0"
21
21
  end