@primer-io/react-native 2.17.1 → 2.17.2

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.
@@ -136,5 +136,5 @@ dependencies {
136
136
  api 'com.facebook.react:react-native:+'
137
137
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
138
138
  implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3"
139
- implementation 'io.primer:android:2.17.1'
139
+ implementation 'io.primer:android:2.17.2'
140
140
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer-io/react-native",
3
- "version": "2.17.1",
3
+ "version": "2.17.2",
4
4
  "description": "Primer SDK for RN",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",